Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-22869 (GCVE-0-2025-22869)
Vulnerability from cvelistv5
| URL | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||
| Vendor | Product | Version | ||
|---|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Version: 0 ≤ |
{
"containers": {
"adp": [
{
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2025-22869",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-26T14:57:07.968721Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T14:57:49.252Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-11T22:03:24.222Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250411-0010/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "newHandshakeTransport"
},
{
"name": "handshakeTransport.recordWriteError"
},
{
"name": "handshakeTransport.kexLoop"
},
{
"name": "handshakeTransport.writePacket"
},
{
"name": "Client.Dial"
},
{
"name": "Client.DialContext"
},
{
"name": "Client.DialTCP"
},
{
"name": "Client.Listen"
},
{
"name": "Client.ListenTCP"
},
{
"name": "Client.ListenUnix"
},
{
"name": "Client.NewSession"
},
{
"name": "Dial"
},
{
"name": "DiscardRequests"
},
{
"name": "NewClient"
},
{
"name": "NewClientConn"
},
{
"name": "NewServerConn"
},
{
"name": "Request.Reply"
},
{
"name": "Session.Close"
},
{
"name": "Session.CombinedOutput"
},
{
"name": "Session.Output"
},
{
"name": "Session.RequestPty"
},
{
"name": "Session.RequestSubsystem"
},
{
"name": "Session.Run"
},
{
"name": "Session.SendRequest"
},
{
"name": "Session.Setenv"
},
{
"name": "Session.Shell"
},
{
"name": "Session.Signal"
},
{
"name": "Session.Start"
},
{
"name": "Session.WindowChange"
},
{
"name": "channel.Accept"
},
{
"name": "channel.Close"
},
{
"name": "channel.CloseWrite"
},
{
"name": "channel.Read"
},
{
"name": "channel.ReadExtended"
},
{
"name": "channel.Reject"
},
{
"name": "channel.SendRequest"
},
{
"name": "channel.Write"
},
{
"name": "channel.WriteExtended"
},
{
"name": "connection.SendAuthBanner"
},
{
"name": "curve25519sha256.Client"
},
{
"name": "curve25519sha256.Server"
},
{
"name": "dhGEXSHA.Client"
},
{
"name": "dhGEXSHA.Server"
},
{
"name": "dhGroup.Client"
},
{
"name": "dhGroup.Server"
},
{
"name": "ecdh.Client"
},
{
"name": "ecdh.Server"
},
{
"name": "extChannel.Read"
},
{
"name": "extChannel.Write"
},
{
"name": "mux.OpenChannel"
},
{
"name": "mux.SendRequest"
},
{
"name": "sessionStdin.Close"
},
{
"name": "sshClientKeyboardInteractive.Challenge"
},
{
"name": "tcpListener.Accept"
},
{
"name": "tcpListener.Close"
},
{
"name": "unixListener.Accept"
},
{
"name": "unixListener.Close"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.35.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Yuichi Watanabe"
}
],
"descriptions": [
{
"lang": "en",
"value": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T03:07:48.855Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/652135"
},
{
"url": "https://go.dev/issue/71931"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"title": "Potential denial of service in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-22869",
"datePublished": "2025-02-26T03:07:48.855Z",
"dateReserved": "2025-01-08T19:11:42.834Z",
"dateUpdated": "2025-04-11T22:03:24.222Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-22869\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-02-26T08:14:24.997\",\"lastModified\":\"2025-05-01T19:28:20.740\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"},{\"lang\":\"es\",\"value\":\"Los servidores SSH que implementan protocolos de transferencia de archivos son vulnerables a un ataque de denegaci\u00f3n de servicio por parte de clientes que completan el intercambio de claves lentamente o no lo completan en absoluto, lo que provoca que el contenido pendiente se lea en la memoria, pero nunca se transmita.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:go:ssh:*:*:*:*:*:go:*:*\",\"versionEndExcluding\":\"0.35.0\",\"matchCriteriaId\":\"311D718D-7E78-4EFC-A3B6-0D20C28956C9\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/652135\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/71931\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3487\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20250411-0010/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250411-0010/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"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\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-22869\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-26T14:57:07.968721Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-26T14:57:39.044Z\"}}], \"cna\": {\"title\": \"Potential denial of service in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Yuichi Watanabe\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.35.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"newHandshakeTransport\"}, {\"name\": \"handshakeTransport.recordWriteError\"}, {\"name\": \"handshakeTransport.kexLoop\"}, {\"name\": \"handshakeTransport.writePacket\"}, {\"name\": \"Client.Dial\"}, {\"name\": \"Client.DialContext\"}, {\"name\": \"Client.DialTCP\"}, {\"name\": \"Client.Listen\"}, {\"name\": \"Client.ListenTCP\"}, {\"name\": \"Client.ListenUnix\"}, {\"name\": \"Client.NewSession\"}, {\"name\": \"Dial\"}, {\"name\": \"DiscardRequests\"}, {\"name\": \"NewClient\"}, {\"name\": \"NewClientConn\"}, {\"name\": \"NewServerConn\"}, {\"name\": \"Request.Reply\"}, {\"name\": \"Session.Close\"}, {\"name\": \"Session.CombinedOutput\"}, {\"name\": \"Session.Output\"}, {\"name\": \"Session.RequestPty\"}, {\"name\": \"Session.RequestSubsystem\"}, {\"name\": \"Session.Run\"}, {\"name\": \"Session.SendRequest\"}, {\"name\": \"Session.Setenv\"}, {\"name\": \"Session.Shell\"}, {\"name\": \"Session.Signal\"}, {\"name\": \"Session.Start\"}, {\"name\": \"Session.WindowChange\"}, {\"name\": \"channel.Accept\"}, {\"name\": \"channel.Close\"}, {\"name\": \"channel.CloseWrite\"}, {\"name\": \"channel.Read\"}, {\"name\": \"channel.ReadExtended\"}, {\"name\": \"channel.Reject\"}, {\"name\": \"channel.SendRequest\"}, {\"name\": \"channel.Write\"}, {\"name\": \"channel.WriteExtended\"}, {\"name\": \"connection.SendAuthBanner\"}, {\"name\": \"curve25519sha256.Client\"}, {\"name\": \"curve25519sha256.Server\"}, {\"name\": \"dhGEXSHA.Client\"}, {\"name\": \"dhGEXSHA.Server\"}, {\"name\": \"dhGroup.Client\"}, {\"name\": \"dhGroup.Server\"}, {\"name\": \"ecdh.Client\"}, {\"name\": \"ecdh.Server\"}, {\"name\": \"extChannel.Read\"}, {\"name\": \"extChannel.Write\"}, {\"name\": \"mux.OpenChannel\"}, {\"name\": \"mux.SendRequest\"}, {\"name\": \"sessionStdin.Close\"}, {\"name\": \"sshClientKeyboardInteractive.Challenge\"}, {\"name\": \"tcpListener.Accept\"}, {\"name\": \"tcpListener.Close\"}, {\"name\": \"unixListener.Accept\"}, {\"name\": \"unixListener.Close\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/652135\"}, {\"url\": \"https://go.dev/issue/71931\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3487\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-26T03:07:48.855Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-22869\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\", \"dateReserved\": \"2025-01-08T19:11:42.834Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-02-26T03:07:48.855Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
suse-su-2025:20328-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for elemental-operator",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for elemental-operator fixes the following issues:\n\n- Updated to v1.7.2:\n * Updated header year\n * CVE-2025-22870: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238700)\n * CVE-2025-22869: golang.org/x/crypto/ssh: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239335)\n * Label Templates: add IP addresses to the Network variables (#885, #894)\n * Fixed generation of already present resources (#892, #893)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-111",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20328-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20328-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520328-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20328-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020909.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238700",
"url": "https://bugzilla.suse.com/1238700"
},
{
"category": "self",
"summary": "SUSE Bug 1239335",
"url": "https://bugzilla.suse.com/1239335"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for elemental-operator",
"tracking": {
"current_release_date": "2025-05-15T17:45:43Z",
"generator": {
"date": "2025-05-15T17:45:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20328-1",
"initial_release_date": "2025-05-15T17:45:43Z",
"revision_history": [
{
"date": "2025-05-15T17:45:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"product": {
"name": "elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"product_id": "elemental-register-1.7.2-slfo.1.1_1.1.aarch64"
}
},
{
"category": "product_version",
"name": "elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"product": {
"name": "elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"product_id": "elemental-support-1.7.2-slfo.1.1_1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"product": {
"name": "elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"product_id": "elemental-register-1.7.2-slfo.1.1_1.1.x86_64"
}
},
{
"category": "product_version",
"name": "elemental-support-1.7.2-slfo.1.1_1.1.x86_64",
"product": {
"name": "elemental-support-1.7.2-slfo.1.1_1.1.x86_64",
"product_id": "elemental-support-1.7.2-slfo.1.1_1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-register-1.7.2-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64"
},
"product_reference": "elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-register-1.7.2-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64"
},
"product_reference": "elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-support-1.7.2-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64"
},
"product_reference": "elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-support-1.7.2-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.x86_64"
},
"product_reference": "elemental-support-1.7.2-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-15T17:45:43Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-register-1.7.2-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-support-1.7.2-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-15T17:45:43Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
suse-su-2025:20360-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker fixes the following issues:\n\nUpdate to docker-buildx v0.22.0:\n\n- CVE-2025-0495: buildx: credential leakage to telemetry endpoints when credentials allowed to be set as attribute values in cache-to/cache-from configuration (bsc#1239765).\n- CVE-2025-22868: golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2 (bsc#1239185).\n- CVE-2025-22869: golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322).\n\nBug fixes:\n\n- Fix unconditional container-selinux pull (bsc#1237367).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-121",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20360-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20360-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520360-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20360-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/039499.html"
},
{
"category": "self",
"summary": "SUSE Bug 1237367",
"url": "https://bugzilla.suse.com/1237367"
},
{
"category": "self",
"summary": "SUSE Bug 1239185",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "self",
"summary": "SUSE Bug 1239322",
"url": "https://bugzilla.suse.com/1239322"
},
{
"category": "self",
"summary": "SUSE Bug 1239765",
"url": "https://bugzilla.suse.com/1239765"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-0495 page",
"url": "https://www.suse.com/security/cve/CVE-2025-0495/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "Security update for docker",
"tracking": {
"current_release_date": "2025-05-27T08:59:26Z",
"generator": {
"date": "2025-05-27T08:59:26Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20360-1",
"initial_release_date": "2025-05-27T08:59:26Z",
"revision_history": [
{
"date": "2025-05-27T08:59:26Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-slfo.1.1_2.1.aarch64",
"product": {
"name": "docker-27.5.1_ce-slfo.1.1_2.1.aarch64",
"product_id": "docker-27.5.1_ce-slfo.1.1_2.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-slfo.1.1_2.1.aarch64",
"product": {
"name": "docker-buildx-0.22.0-slfo.1.1_2.1.aarch64",
"product_id": "docker-buildx-0.22.0-slfo.1.1_2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-slfo.1.1_2.1.ppc64le",
"product": {
"name": "docker-27.5.1_ce-slfo.1.1_2.1.ppc64le",
"product_id": "docker-27.5.1_ce-slfo.1.1_2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le",
"product": {
"name": "docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le",
"product_id": "docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-slfo.1.1_2.1.s390x",
"product": {
"name": "docker-27.5.1_ce-slfo.1.1_2.1.s390x",
"product_id": "docker-27.5.1_ce-slfo.1.1_2.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-slfo.1.1_2.1.s390x",
"product": {
"name": "docker-buildx-0.22.0-slfo.1.1_2.1.s390x",
"product_id": "docker-buildx-0.22.0-slfo.1.1_2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-slfo.1.1_2.1.x86_64",
"product": {
"name": "docker-27.5.1_ce-slfo.1.1_2.1.x86_64",
"product_id": "docker-27.5.1_ce-slfo.1.1_2.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-slfo.1.1_2.1.x86_64",
"product": {
"name": "docker-buildx-0.22.0-slfo.1.1_2.1.x86_64",
"product_id": "docker-buildx-0.22.0-slfo.1.1_2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.s390x"
},
"product_reference": "docker-27.5.1_ce-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.aarch64"
},
"product_reference": "docker-buildx-0.22.0-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le"
},
"product_reference": "docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.s390x"
},
"product_reference": "docker-buildx-0.22.0-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.x86_64"
},
"product_reference": "docker-buildx-0.22.0-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-0495",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-0495"
}
],
"notes": [
{
"category": "general",
"text": "Buildx is a Docker CLI plugin that extends build capabilities using BuildKit.\n\nCache backends support credentials by setting secrets directly as attribute values in cache-to/cache-from configuration. When supplied as user input, these secure values may be inadvertently captured in OpenTelemetry traces as part of the arguments and flags for the traced CLI command. OpenTelemetry traces are also saved in BuildKit daemon\u0027s history records.\n\n\nThis vulnerability does not impact secrets passed to the Github cache backend via environment variables or registry authentication.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-0495",
"url": "https://www.suse.com/security/cve/CVE-2025-0495"
},
{
"category": "external",
"summary": "SUSE Bug 1239765 for CVE-2025-0495",
"url": "https://bugzilla.suse.com/1239765"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-27T08:59:26Z",
"details": "moderate"
}
],
"title": "CVE-2025-0495"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-27T08:59:26Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-27T08:59:26Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
suse-su-2025:20184-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for elemental-operator",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for elemental-operator fixes the following issues:\n\n- Updated to version 1.6.8:\n * Deactivated e2e workflow\n * Updated header year\n * CVE-2025-22870: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238700)\n * CVE-2025-22869: golang.org/x/crypto/ssh: Fixed Denial of Service in the Key Exchange (bsc#1239335)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-284",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20184-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20184-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520184-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20184-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021160.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238700",
"url": "https://bugzilla.suse.com/1238700"
},
{
"category": "self",
"summary": "SUSE Bug 1239335",
"url": "https://bugzilla.suse.com/1239335"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for elemental-operator",
"tracking": {
"current_release_date": "2025-04-11T10:57:37Z",
"generator": {
"date": "2025-04-11T10:57:37Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20184-1",
"initial_release_date": "2025-04-11T10:57:37Z",
"revision_history": [
{
"date": "2025-04-11T10:57:37Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "elemental-register-1.6.8-1.1.aarch64",
"product": {
"name": "elemental-register-1.6.8-1.1.aarch64",
"product_id": "elemental-register-1.6.8-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "elemental-support-1.6.8-1.1.aarch64",
"product": {
"name": "elemental-support-1.6.8-1.1.aarch64",
"product_id": "elemental-support-1.6.8-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "elemental-register-1.6.8-1.1.x86_64",
"product": {
"name": "elemental-register-1.6.8-1.1.x86_64",
"product_id": "elemental-register-1.6.8-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "elemental-support-1.6.8-1.1.x86_64",
"product": {
"name": "elemental-support-1.6.8-1.1.x86_64",
"product_id": "elemental-support-1.6.8-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-register-1.6.8-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64"
},
"product_reference": "elemental-register-1.6.8-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-register-1.6.8-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64"
},
"product_reference": "elemental-register-1.6.8-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-support-1.6.8-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64"
},
"product_reference": "elemental-support-1.6.8-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-support-1.6.8-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
},
"product_reference": "elemental-support-1.6.8-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-11T10:57:37Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-register-1.6.8-1.1.x86_64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-support-1.6.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-11T10:57:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
suse-ru-2025:02093-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Recommended update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- Added patch to remove using rw as a default mount option (bsc#1239776)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2093,SUSE-SLE-Micro-5.5-2025-2093,SUSE-SLE-Module-Containers-15-SP6-2025-2093,SUSE-SLE-Module-Containers-15-SP7-2025-2093,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2093,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2093,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2093,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2093,openSUSE-SLE-15.6-2025-2093",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-ru-2025_02093-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-RU-2025:02093-1",
"url": "https://www.suse.com/support/update/announcement//suse-ru-202502093-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-RU-2025:02093-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040456.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239776",
"url": "https://bugzilla.suse.com/1239776"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Recommended update for podman",
"tracking": {
"current_release_date": "2025-06-24T13:45:28Z",
"generator": {
"date": "2025-06-24T13:45:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-RU-2025:02093-1",
"initial_release_date": "2025-06-24T13:45:28Z",
"revision_history": [
{
"date": "2025-06-24T13:45:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.aarch64",
"product": {
"name": "podman-4.9.5-150500.3.43.2.aarch64",
"product_id": "podman-4.9.5-150500.3.43.2.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"product_id": "podman-remote-4.9.5-150500.3.43.2.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.aarch64",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64",
"product_id": "podmansh-4.9.5-150500.3.43.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.i586",
"product": {
"name": "podman-4.9.5-150500.3.43.2.i586",
"product_id": "podman-4.9.5-150500.3.43.2.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.i586",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.i586",
"product_id": "podman-remote-4.9.5-150500.3.43.2.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.i586",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.i586",
"product_id": "podmansh-4.9.5-150500.3.43.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150500.3.43.2.noarch",
"product": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch",
"product_id": "podman-docker-4.9.5-150500.3.43.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.ppc64le",
"product": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le",
"product_id": "podman-4.9.5-150500.3.43.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"product_id": "podman-remote-4.9.5-150500.3.43.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"product_id": "podmansh-4.9.5-150500.3.43.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.s390x",
"product": {
"name": "podman-4.9.5-150500.3.43.2.s390x",
"product_id": "podman-4.9.5-150500.3.43.2.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.s390x",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x",
"product_id": "podman-remote-4.9.5-150500.3.43.2.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.s390x",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x",
"product_id": "podmansh-4.9.5-150500.3.43.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.x86_64",
"product": {
"name": "podman-4.9.5-150500.3.43.2.x86_64",
"product_id": "podman-4.9.5-150500.3.43.2.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"product_id": "podman-remote-4.9.5-150500.3.43.2.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.x86_64",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64",
"product_id": "podmansh-4.9.5-150500.3.43.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:45:28Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:45:28Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:45:28Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-su-2025:1333-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cosign",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cosign fixes the following issues:\n\n- CVE-2024-6104: cosign: hashicorp/go-retryablehttp: Fixed sensitive information disclosure to log file (bsc#1227031)\n- CVE-2024-51744: cosign: github.com/golang-jwt/jwt/v4: Fixed bad documentation of error handling in ParseWithClaims leading to potentially dangerous situations (bsc#1232985)\n- CVE-2025-27144: cosign: github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE\u0027s Parsing (bsc#1237682)\n- CVE-2025-22870: cosign: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238693)\n- CVE-2025-22868: cosign: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239204)\n- CVE-2025-22869: cosign: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239337)\n\nOther fixes:\n\n- Update to version 2.5.0 (jsc#SLE-23476):\n * Update sigstore-go to pick up bug fixes (#4150)\n * Update golangci-lint to v2, update golangci-lint-action (#4143)\n * Feat/non filename completions (#4115)\n * update builder to use go1.24.1 (#4116)\n * Add support for new bundle specification for attesting/verifying OCI image attestations (#3889)\n * Remove cert log line (#4113)\n * cmd/cosign/cli: fix typo in ignoreTLogMessage (#4111)\n * bump to latest scaffolding release for testing (#4099)\n * increase 2e2_test docker compose tiemout to 180s (#4091)\n * Fix replace with compliant image mediatype (#4077)\n * Add TSA certificate related flags and fields for cosign attest (#4079)\n\n- Update to version 2.4.3 (jsc#SLE-23476):\n * Enable fetching signatures without remote get. (#4047)\n * Bump sigstore/sigstore to support KMS plugins (#4073)\n * sort properly Go imports (#4071)\n * sync comment with parameter name in function signature (#4063)\n * fix go imports order to be alphabetical (#4062)\n * fix comment typo and imports order (#4061)\n * Feat/file flag completion improvements (#4028)\n * Udpate builder to use go1.23.6 (#4052)\n * Refactor verifyNewBundle into library function (#4013)\n * fix parsing error in --only for cosign copy (#4049)\n * Fix codeowners syntax, add dep-maintainers (#4046)\n\n- Update to version 2.4.2 (jsc#SLE-23476):\n - Updated open-policy-agent to 1.1.0 library (#4036)\n - Note that only Rego v0 policies are supported at this time\n - Add UseSignedTimestamps to CheckOpts, refactor TSA options (#4006)\n - Add support for verifying root checksum in cosign initialize (#3953)\n - Detect if user supplied a valid protobuf bundle (#3931)\n - Add a log message if user doesn\u0027t provide --trusted-root (#3933)\n - Support mTLS towards container registry (#3922)\n - Add bundle create helper command (#3901)\n - Add trusted-root create helper command (#3876)\n Bug Fixes:\n - fix: set tls config while retaining other fields from default http transport (#4007)\n - policy fuzzer: ignore known panics (#3993)\n - Fix for multiple WithRemote options (#3982)\n - Add nightly conformance test workflow (#3979)\n - Fix copy --only for signatures + update/align docs (#3904)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1333,SUSE-SLE-Module-Basesystem-15-SP6-2025-1333,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1333,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1333,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1333,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1333,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1333,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1333,openSUSE-SLE-15.6-2025-1333",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1333-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1333-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251333-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1333-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039052.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227031",
"url": "https://bugzilla.suse.com/1227031"
},
{
"category": "self",
"summary": "SUSE Bug 1232985",
"url": "https://bugzilla.suse.com/1232985"
},
{
"category": "self",
"summary": "SUSE Bug 1237682",
"url": "https://bugzilla.suse.com/1237682"
},
{
"category": "self",
"summary": "SUSE Bug 1238693",
"url": "https://bugzilla.suse.com/1238693"
},
{
"category": "self",
"summary": "SUSE Bug 1239204",
"url": "https://bugzilla.suse.com/1239204"
},
{
"category": "self",
"summary": "SUSE Bug 1239337",
"url": "https://bugzilla.suse.com/1239337"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51744 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51744/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for cosign",
"tracking": {
"current_release_date": "2025-04-17T01:38:19Z",
"generator": {
"date": "2025-04-17T01:38:19Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1333-1",
"initial_release_date": "2025-04-17T01:38:19Z",
"revision_history": [
{
"date": "2025-04-17T01:38:19Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.aarch64",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64",
"product_id": "cosign-2.5.0-150400.3.27.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.i586",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.i586",
"product_id": "cosign-2.5.0-150400.3.27.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-bash-completion-2.5.0-150400.3.27.1.noarch",
"product": {
"name": "cosign-bash-completion-2.5.0-150400.3.27.1.noarch",
"product_id": "cosign-bash-completion-2.5.0-150400.3.27.1.noarch"
}
},
{
"category": "product_version",
"name": "cosign-fish-completion-2.5.0-150400.3.27.1.noarch",
"product": {
"name": "cosign-fish-completion-2.5.0-150400.3.27.1.noarch",
"product_id": "cosign-fish-completion-2.5.0-150400.3.27.1.noarch"
}
},
{
"category": "product_version",
"name": "cosign-zsh-completion-2.5.0-150400.3.27.1.noarch",
"product": {
"name": "cosign-zsh-completion-2.5.0-150400.3.27.1.noarch",
"product_id": "cosign-zsh-completion-2.5.0-150400.3.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.ppc64le",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le",
"product_id": "cosign-2.5.0-150400.3.27.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.s390x",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.s390x",
"product_id": "cosign-2.5.0-150400.3.27.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-150400.3.27.1.x86_64",
"product": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64",
"product_id": "cosign-2.5.0-150400.3.27.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-150400.3.27.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
},
"product_reference": "cosign-2.5.0-150400.3.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-51744",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51744"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \"dangerous\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\"dangerous\" ones first), so that you are not running in the case detailed above.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51744",
"url": "https://www.suse.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "SUSE Bug 1232936 for CVE-2024-51744",
"url": "https://bugzilla.suse.com/1232936"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "moderate"
}
],
"title": "CVE-2024-51744"
},
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Proxy 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.ppc64le",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.s390x",
"SUSE Manager Server 4.3:cosign-2.5.0-150400.3.27.1.x86_64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.aarch64",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.ppc64le",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.s390x",
"openSUSE Leap 15.6:cosign-2.5.0-150400.3.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:38:19Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-su-2025:20279-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2023-45288: Fixed closing connection when receiving too many headers (bsc#1236507).\n- CVE-2024-11218: Fixed container breakout by using --jobs=2 and a race condition when building a malicious Containerfile (bsc#1236270).\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239330).\n- CVE-2025-27144: Fixed Go JOSE\u0027s Parsing Vulnerable to Denial of Service (bsc#1237641).\n- CVE-2024-9407: Fixed Improper Input Validation in bind-propagation Option of Dockerfile RUN --mount Instruction (bsc#1231208).\n- CVE-2024-3727: Fixed digest type (bsc#1224112).\n- CVE-2024-1753: Fixed full container escape at build time (bsc#1221677). \n\nOther fixes:\n- Updated to version 5.2.5:\n * RPM: remove dup Provides\n * Packit: constrain koji and bodhi jobs to fedora package to avoid dupes\n * Validate the bind-propagation option to `--mount`\n * Updated Buildah to v1.37.4\n * vendor: updated c/common to v0.60.4\n * pkg/specgen: allow pasta when running inside userns\n * libpod: convert owner IDs only with :idmap\n * allow exposed sctp ports\n * libpod: setupNetNS() correctly mount netns\n * vendor: updated c/common to v0.60.3\n * [skip-ci] Packit: split out ELN jobs and reuse fedora downstream targets\n * [skip-ci] Packit: Enable sidetags for bodhi updates\n * Updated gvisor-tap-vsock to 0.7.5\n * CI: podman-machine: do not use cache registry\n * [CI:DOCS] Add v5.2.2 lib updates to RELEASE_NOTES.md\n * Update RELEASE_NOTES for v5.2.2\n * [v5.2] Bump Buildah to v1.37.2, c/common v0.60.2, c/image v5.32.2\n * [v5.2] golangci-lint: make darwin linting happy\n * [v5.2] golangci-lint: make windows linting happy\n * [v5.2] test/e2e: remove kernel version check\n * [v5.2] golangci-lint: remove most skip dirs\n * [v5.2] set !remote build tags where needed\n * [v5.2] update golangci-lint to 1.60.1\n * Packit: update targets for propose-downstream\n * Create volume path before state initialization\n * Update Cirrus DEST_BRANCH\n * Bump to v5.2.2-dev\n * Bump to v5.2.1\n * Update release notes for v5.2.1\n * [v5.2] Add zstd:chunked test fix\n * [v5.2] Bump Buildah to v1.37.1, c/common v0.60.1, c/image v5.32.1\n * libpod: reset state error on init\n * libpod: do not save expected stop errors in ctr state\n * libpod: fix broken saveContainerError()\n * Bump to v5.2.1-dev\n * Bump to v5.2.0\n * Never skip checkout step in release workflow\n * Bump to v5.2.0-dev\n * Bump to v5.2.0-rc3\n * Update release notes for v5.2.0-rc3\n * Tweak versions in register_images.go\n * fix network cleanup flake in play kube\n * WIP: Fixes for vendoring Buildah\n * Add --compat-volumes option to build and farm build\n * Bump Buildah, c/storage, c/image, c/common\n * libpod: bind ports before network setup\n * pkg/api: do not leak config pointers into specgen\n * build: Update gvisor-tap-vsock to 0.7.4\n * test/system: fix borken pasta interface name checks\n * test/system: fix bridge host.containers.internal test\n * CI: system tests: instrument to allow failure analysis\n * Use uploaded .zip for Windows action\n * RPM: podman-iptables.conf only on Fedora\n * Bump to v5.2.0-dev\n * Bump to v5.2.0-rc2\n * Update release notes for v5.2.0-rc2\n * test/e2e: fix ncat tests\n * libpod: add hidden env to set sqlite timeout\n * Add support for StopSignal in quadlet .container files\n * podman pod stats: fix race when ctr process exits\n * Update module github.com/vbauerster/mpb/v8 to v8.7.4\n * libpod: correctly capture healthcheck output\n * Bump bundled krunkit to 0.1.2\n * podman stats: fix race when ctr process exists\n * nc -p considered harmful\n * podman pod stats: fix pod rm race\n * podman ps: fix racy pod name query\n * system connection remove: use Args function to validate\n * pkg/machine/compression: skip decompress bar for empty file\n * nc -p considered harmful\n * podman system df: fix fix ErrNoSuchCtr/Volume race\n * podman auto-update: fix ErrNoSuchCtr race\n * Fix name for builder in farm connection\n * 700-play.bats: use unique pod/container/image/volume names\n * safename: consistent within same test, and, dashes\n * 700-kube.bats: refactor $PODMAN_TMPDIR/test.yaml\n * 700-play.bats: eliminate $testYaml\n * 700-play.bats: refactor clumsy yamlfile creation\n * 700-play.bats: move _write_test_yaml up near top\n * chore(deps): update dependency setuptools to v71\n * Expand drop-in search paths * top-level (pod.d) * truncated (unit-.container.d)\n * Remove references and checks for --gpus\n * Do not crash on invalid filters\n * fix(deps): update module github.com/rootless-containers/rootlesskit/v2 to v2.2.0\n * Bump to v5.2.0-dev\n * Bump to v5.2.0-rc1\n * Keep the volume-driver flag deprecated\n * Vendor in latest containers(common, storage,image, buildah)\n * System tests: safe container/image/volume/etc names\n * Implement disable default mounts via command line\n * test: drop unmount for overlay\n * test: gracefully terminate server\n * libpod: shutdown Stop waits for handlers completion\n * libpod: cleanup store at shutdown\n * Add NetworkAlias= support to quadlet\n * cmd: call shutdown handler stop function\n * fix race conditions in start/attach logic\n * swagger: exlude new docker network types\n * vendor: bump c/storage\n * update to docker 27\n * contrib: use a distinct --pull-option= for each flag\n * Update warning message when using external compose provider\n * Update module github.com/cyphar/filepath-securejoin to v0.3.0\n * Ignore result of EvalSymlinks on ENOENT\n * test/upgrade: fix tests when netavark uses nftables\n * test/system: fix network reload test with nftables\n * test/e2e: rework some --expose tests\n * test: remove publish tests from e2e\n * CI: test nftables driver on fedora\n * CI: use local registry, part 3 of 3: for developers\n * CI: use local registry, part 2 of 3: fix tests\n * CI: use local registry, part 1 of 3: setup\n * CI: test composefs on rawhide\n * chore(deps): update module google.golang.org/grpc to v1.64.1 [security]\n * chore(deps): update dependency setuptools to ~=70.3.0\n * Improve container filenname ambiguity.\n * containers/attach: Note bug around goroutine leak\n * Drop minikube CI test\n * add libkrun test docs\n * fix(deps): update module tags.cncf.io/container-device-interface to v0.8.0\n * cirrus: check for header files in source code check\n * pkg/machine/e2e: run debug command only for macos\n * create runtime\u0027s worker queue before queuing any job\n * test/system: fix pasta host.containers.internal test\n * Visual Studio BuildTools as a MinGW alternative\n * SetupRootless(): only reexec when needed\n * pkg/rootless: simplify reexec for container code\n * cirrus: add missing test/tools to danger files\n * fix(deps): update module golang.org/x/tools to v0.23.0\n * Windows Installer: switch to wix5\n * fix(deps): update module golang.org/x/net to v0.27.0\n * pkg/machine/e2e: print tests timings at the end\n * pkg/machine/e2e: run debug commands after init\n * pkg/machine/e2e: improve timeout handling\n * libpod: first delete container then cidfile\n * fix(deps): update module golang.org/x/term to v0.22.0\n * System test fixes\n * cirrus.yml: automatic skips based on source\n * fix(deps): update module github.com/containers/ocicrypt to v1.2.0\n * podman events: fix error race\n * chore(deps): update dependency setuptools to ~=70.2.0\n * fix(deps): update module github.com/gorilla/schema to v1.4.1 [security]\n * Update CI VM images\n * pkg/machine/e2e: fix broken cleanup\n * pkg/machine/e2e: use tmp file for connections\n * test/system: fix podman --image-volume to allow tmpfs storage\n * CI: mount tmpfs for container storage\n * docs: --network remove missing leading sentence\n * specgen: parse devices even with privileged set\n * vendor: update c/storage\n * Remove the unused machine volume-driver\n * feat(quadlet): log option handling\n * Error when machine memory exceeds system memory\n * machine: Always use --log-file with gvproxy\n * CI: Build-Each-Commit test: run only on PRs\n * Small fixes for testing libkrun\n * Podman machine resets all providers\n * Clearly indicate names w/ URLencoded duplicates\n * [skip-ci] Packit: split rhel and centos-stream jobs\n * apple virtiofs: fix racy mount setup\n * cirrus: fix broken macos artifacts URL\n * libpod/container_top_linux.c: fix missing header\n * refactor(build): improve err when file specified by -f does not exist\n * Minor: Remove unhelpful comment\n * Update module github.com/openshift/imagebuilder to v1.2.11\n * Minor: Rename the OSX Cross task\n * [skip-ci] Remove conditionals from changelog\n * podman top: join the container userns\n * Run linting in parallel with building\n * Fix missing Makefile target dependency\n * build API: accept platform comma separated\n * [skip-ci] RPM: create podman-machine subpackage\n * ExitWithError() - more upgrades from Exit()\n * test/e2e: remove podman system service tests\n * cirrus: reduce int tests timeout\n * cirrus: remove redundant skip logic\n * pkg/machine/apple: machine stop timeout\n * CI: logformatter: link to correct PR base\n * Update module github.com/crc-org/crc/v2 to v2.38.0\n * ExitWithError(): continued\n * test/system: Add test steps for journald log check in quadlet\n * restore: fix missing network setup\n * podman run use pod userns even with --pod-id-file\n * macos-installer: bundle krunkit\n * remote API: fix pod top error reporting\n * libpod API: return proper error status code for pod start\n * fix #22233\n * added check for `registry.IsRemote()`. and correct error message.\n * fix #20686\n * pkg/machine/e2e: Remove unnecessary copy of machine image.\n * libpod: intermediate mount if UID not mapped into the userns\n * libpod: avoid chowning the rundir to root in the userns\n * libpod: do not chmod bind mounts\n * libpod: unlock the thread if possible\n * CI Cleanup: Remove cgroups v1 support\n * ExitWithError() - more upgrades from Exit()\n * remote: fix incorrect CONTAINER_CONNECTION parsing\n * container: pass KillSignal and StopTimeout to the systemd scope\n * libpod: fix comment\n * e2e: test container restore in pod by name\n * docs: Adds all PushImage supported paramters to openapi docs.\n * systests: kube: bump up a timeout\n * cirrus.yml: add CI:ALL mode to force all tests\n * cirrus.yml: implement skips based on source changes\n * CI VMs: bump\n * restore: fix container restore into pod\n * sqlite_state: Fix RewriteVolumeConfig\n * chore(deps): update dependency setuptools to ~=70.1.0\n * Quadlet - use specifier for unescaped values for templated container name\n * cirrus: check for system test leaks in nightly\n * test/system: check for leaks in teardown suite\n * test/system: speed up basic_{setup,teardown}()\n * test/system: fix up many tests that do not cleanup\n * test/system: fix podman --authfile=nonexistent-path\n * Update module github.com/containernetworking/plugins to v1.5.1\n * Update module github.com/checkpoint-restore/checkpointctl to v1.2.1\n * Update module github.com/spf13/cobra to v1.8.1\n * Update module github.com/gorilla/schema to v1.4.0\n * pkg/machine/wsl: force terminate wsl instance\n * pkg/machine/wsl: wrap command errors\n * [CI:DOCS] Quadlet - add note about relative path resolution\n * CI: do not install python packages at runtime\n * Release workflow: Include candidate descriptor\n * Minor: Fix indentation in GHA release workflow\n * GHA: Send release notification mail\n * GHA: Validate release version number\n * Remove references to --pull=true and --pull=false\n * ExitWithError, continued\n * podman: add new hidden flag --pull-option\n * [CI:DOCS] Fix typos in podman-build\n * infra: mark storageSet when imagestore is changed\n * [CI:DOCS] Add jnovy as reviewer and approver\n * fix(deps): update module google.golang.org/protobuf to v1.34.2\n * refactor(machine,wsl): improve operations of Windows API\n * --squash --layers=false should be allowed\n * fix(deps): update module github.com/checkpoint-restore/checkpointctl to v1.2.0\n * update golangci-lint to v1.59.1\n * Rename master to main in CONTRIBUTING.md\n * podman 5, pasta and inter-container networking\n * libpod: do not resuse networking on start\n * machine/linux: Switch to virtiofs by default\n * machine/linux: Support virtiofs mounts (retain 9p default)\n * machine/linux: Use memory-backend-memfd by default\n * ExitWithError() - continued\n * Enable libkrun provider to open a debug console\n * Add new targets on Windows makefile (winmake.ps1)\n * fix(deps): update module github.com/docker/docker to v26.1.4+incompatible\n * fix(deps): update module github.com/crc-org/crc/v2 to v2.37.1\n * fix(deps): update module golang.org/x/tools to v0.22.0\n * fix(deps): update module golang.org/x/net to v0.26.0\n * libpod: fix \u0027podman kube generate\u0027 on FreeBSD\n * fix(deps): update module golang.org/x/sys to v0.21.0\n * libpod: do not leak systemd hc startup unit timer\n * vendor latest c/common\n * pkg/rootless: set _CONTAINERS_USERNS_CONFIGURED correctly\n * run bats -T, to profile timing hogs\n * test/system: speed up podman ps --external\n * test/system: speed up podman network connect/disconnect\n * test/system: speed up podman network reload\n * test/system: speed up quadlet - pod simple\n * test/system: speed up podman parallel build should not race\n * test/system: speed up podman cp dir from host to container\n * test/system: speed up podman build - workdir, cmd, env, label\n * test/system: speed up podman --log-level recognizes log levels\n * test/system: remove obsolete debug in net connect/disconnect test\n * test/system: speed up quadlet - basic\n * test/system: speed up user namespace preserved root ownership\n * System tests: add `podman system check` tests\n * Add `podman system check` for checking storage consistency\n * fix(deps): update module github.com/crc-org/crc/v2 to v2.37.0\n * fix(libpod): add newline character to the end of container\u0027s hostname file\n * fix(deps): update module github.com/openshift/imagebuilder to v1.2.10\n * fix(deps): update github.com/containers/image/v5 digest to aa93504\n * Fix 5.1 release note re: runlabel\n * test/e2e: use local skopeo not image\n * fix(deps): update golang.org/x/exp digest to fd00a4e\n * [CI:DOCS] Add contrib/podmanimage/stable path back in repo\n * chore(deps): update dependency requests to ~=2.32.3\n * fix(deps): update github.com/containers/image/v5 digest to 2343e81\n * libpod: do not move podman with --cgroups=disabled\n * Update release notes on Main to v5.1.0\n * test: look at the file base name\n * tests: simplify expected output\n * Sigh, new VMs again\n * Fail earlier when no containers exist in stats\n * Add Hyper-V option in windows installer\n * libpod: cleanup default cache on system reset\n * vendor: update c/image\n * test/system: speed up kube generate tmpfs on /tmp\n * test/system: speed up podman kube play tests\n * test/system: speed up podman shell completion test\n * test/system: simplify test signal handling in containers\n * test/system: speed up podman container rm ...\n * test/system: speed up podman ps - basic tests\n * test/system: speed up read-only from containers.conf\n * test/system: speed up podman logs - multi ...\n * test/system: speed up podman run --name\n * Debian: switch to crun\n * test/system: speed up podman generate systemd - envar\n * test/system: speed up podman-kube@.service template\n * test/system: speed up kube play healthcheck initialDelaySeconds\n * test/system: speed up exit-code propagation test\n * test/system: speed up \"podman run --timeout\"\n * test/system: fix slow kube play --wait with siginterrupt\n * undo auto-formatting\n * test/system: speed up podman events tests\n * Quadlet: Add support for .build files\n * test/system: speed up \"podman auto-update using systemd\"\n * test/system: remove podman wait test\n * tests: disable tests affected by a race condition\n * update golangci-lint to v1.59.0\n * kubernetes_support.md: Mark volumeMounts.subPath as supported\n * working name of pod on start and stop\n * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.19.0\n * Bump Buildah to v1.36.0\n * fix(deps): update module github.com/burntsushi/toml to v1.4.0\n * fix typo in Tutorials.rst\n * Mac PM test: Require pre-installed rosetta\n * test/e2e: fix new error message\n * Add configuration for podmansh\n * Update containers/common to latest main\n * Only stop chowning volumes once they\u0027re not empty\n * podman: fix --sdnotify=healthy with --rm\n * libpod: wait another interval for healthcheck\n * quadlet: Add a network requirement on .image units\n * test, pasta: Ignore deprecated addresses in tests\n * [CI:DOCS] performance: update network docs\n * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.18.0\n * CI: disable minikube task\n * [CI:DOCS] Fix windows action trigger\n * chore(deps): update dependency setuptools to v70\n * Check AppleHypervisor before accessing it\n * fix(deps): update module github.com/containernetworking/plugins to v1.5.0\n * [CI:DOCS] Update dependency golangci/golangci-lint to v1.58.2\n * add podman-clean-transient.service service to rootless\n * [CI:DOCS] Update podman network docs\n * fix incorrect host.containers.internal entry for rootless bridge mode\n * vendor latest c/common main\n * Add Rosetta support for Apple Silicon mac\n * bump main to 5.2.0-dev\n * Use a defined constant instead of a hard-coded magic value\n * cirrus: use faster VM\u0027s for integration tests\n * fix(deps): update github.com/containers/gvisor-tap-vsock digest to 01a1a0c\n * [CI:DOCS] Fix Mac pkg link\n * test: remove test_podman* scripts\n * test/system: fix documentation\n * Return StatusNotFound when multiple volumes matching occurs\n * container_api: do not wait for healtchecks if stopped\n * libpod: wait for healthy on main thread\n * `podman events`: check for an error after we finish reading events\n * remote API: restore v4 payload in container inspect\n * Fix updating connection when SSH port conflict happens\n * rootless: fix reexec to use /proc/self/exe\n * ExitWithError() - enforce required exit status \u0026 stderr\n * ExitWithError() - a few that I missed\n * [skip-ci] Packit: use only one value for `packages` key for `trigger: commit` copr builds\n * Revert \"Temporarily disable rootless debian e2e testing\"\n * CI tests: enforce TMPDIR on tmpfs\n * use new CI images with tmpfs /tmp\n * run e2e test on tmpfs\n * Update module github.com/crc-org/crc/v2 to v2.36.0\n * [CI:DOCS] Use checkout@v4 in GH Actions\n * ExitWithError() - rmi_test\n * ExitWithError() - more r files\n * ExitWithError() - s files\n * ExitWithError() - more run_xxx tests\n * Fix podman-remote support for `podman farm build`\n * [CI:DOCS] Trigger windows installer action properly\n * Revert \"container stop: kill conmon\"\n * Ensure that containers do not get stuck in stopping\n * [CI:DOCS] Improvements to make validatepr\n * ExitWithError() - rest of the p files\n * [CI:DOCS] Update dependency golangci/golangci-lint to v1.58.1\n * Graceful shutdown during podman kube down\n * Remove duplicate call\n * test/system: fix broken \"podman volume globs\" test\n * Quadlet/Container: Add GroupAdd option\n * Don\u0027t panic if a runtime was configured without paths\n * update c/{buildah,common,image,storage} to latest main\n * update golangci-lint to 1.58\n * machine: Add LibKrun provider detection\n * ExitWithError() - continue tightening\n * fix(deps): update module google.golang.org/protobuf to v1.34.1\n * test: improve test for powercap presence\n * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.17.3\n * fix(deps): update module go.etcd.io/bbolt to v1.3.10\n * fix(deps): update module golang.org/x/tools to v0.21.0\n * [skip-ci] RPM: `bats` required only on Fedora\n * fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842\n * gpdate and remove parameter settings in `.golangci.yml`\n * ExitWithError() - play_kube_test.go\n * Temporarily disable rootless debian e2e testing\n * fix(deps): update module golang.org/x/crypto to v0.23.0\n * CI Docs: Clarify passthrough_envars() comments\n * Skip machine tests if they don\u0027t need to be run\n * Update CI VMs to F40, F39, D13\n * ExitWithError() - v files\n * Update module golang.org/x/term to v0.20.0\n * machine: Add provider detection API\n * util: specify a not empty pause dir for root too\n * Add missing option \u0027healthy\u0027 to output of `podman run --help`\n * [CI:DOCS] Add info on the quay.io images to the README.md\n * Add a random suffix to healthcheck unit names\n * test/e2e: remove toolbox image\n * Also substitute $HOME in runlabel with user\u0027s homedir\n * Update module github.com/cyphar/filepath-securejoin to v0.2.5\n * Change tmpDir for macOS\n * ExitWithError() - pod_xxx tests\n * ExitWithError() -- run_test.go\n * Update module golang.org/x/exp to v0.0.0-20240416160154-fe59bbe5cc7f\n * Update module github.com/shirou/gopsutil/v3 to v3.24.4\n * Update module github.com/docker/docker to v26.1.1+incompatible\n * GHA: Attempt fix exceeded a secondary rate limit\n * vendor ginkgo 2.17.2 into test/tools\n * Fix machine volumes with long path and paths with dashes\n * Update module google.golang.org/protobuf to v1.34.0\n * Update module github.com/crc-org/crc/v2 to v2.35.0\n * Update module github.com/onsi/gomega to v1.33.1\n * test/e2e: podman unshare image mount fix tmpdir leak\n * test/e2e: do not leak /tmp/private_file\n * test/e2e: \"persistentVolumeClaim with source\" do not leak file\n * e2e tests: use /var/tmp, not $TMPDIR, as workdirs\n * Update dependency pytest to v8.1.2\n * Remove unncessary lines at the end of specfile summary\n * Clean machine pull cache\n * Add krun support to podman machine\n * Use custom image for make validatepr\n * test/e2e: force systemd cgroup manager\n * e2e and bindings tests: fix $PATH setup\n * Makefile: remove useless HACK variable in e2e test\n * test/e2e: fix volumes and suid/dev/exec options\n * test/e2e: volumes and suid/dev/exec options works remote\n * test/e2e: fix limits test\n * Update module github.com/rootless-containers/rootlesskit/v2 to v2.1.0\n * Correct option name `ip` -\u003e `ip6`\n * Add the ability to automount images as volumes via play\n * Add support for image volume subpaths\n * Bump Buildah to latest main\n * Update Makefile to Go 1.22 for in-container\n * ExitWithError() - yet more low-hanging fruit\n * ExitWithError() - more low-hanging fruit\n * ExitWithError() - low-hanging fruit\n * chore: fix function names in comment\n * Remove redundant Prerequisite before build section\n * Remove PKG_CONFIG_PATH\n * Add installation instructions for openSUSE\n * Replace golang.org/x/exp/slices with slices from std\n * Update to go 1.21\n * fix(deps): update module github.com/docker/docker to v26.1.0+incompatible\n * [CI:DOCS] Fix artifact action\n * [skip-ci] Packit/rpm: remove el8 jobs and spec conditionals\n * e2e tests: stop littering\n * [CI:DOCS] format podman-pull example as code\n * [CI:DOCS] Build \u0026 upload release artifacts with GitHub Actions\n * libpod: getHealthCheckLog() remove unessesary check\n * add containers.conf healthcheck_events support\n * vendor latest c/common\n * libpod: make healthcheck events more efficient\n * libpod: wrap store setup error message\n * [skip-ci] Packit: enable CentOS 10 Stream build jobs\n * pkg/systemd: use fileutils.(Le|E)xists\n * pkg/bindings: use fileutils.(Le|E)xists\n * pkg/util: use fileutils.(Le|E)xists\n * pkg/trust: use fileutils.(Le|E)xists\n * pkg/specgen: use fileutils.(Le|E)xists\n * pkg/rootless: use fileutils.(Le|E)xists\n * pkg/machine: use fileutils.(Le|E)xists\n * pkg/domain: use fileutils.(Le|E)xists\n * pkg/api: use fileutils.(Le|E)xists\n * libpod: use fileutils.(Le|E)xists\n * cmd: use fileutils.(Le|E)xists\n * vendor: update containers/{buildah,common,image,storage}\n * fix(deps): update module github.com/docker/docker to v26.0.2+incompatible [security]\n * fix podman-pod-restart.1.md typo\n * [skip-ci] Packit: switch to EPEL instead of centos-stream+epel-next\n * fix(deps): update module github.com/onsi/gomega to v1.33.0\n * Add more annnotation information to podman kupe play man page\n * test/compose: remove compose v1 code\n * CI: remove compose v1 tests\n * fix: close resource file\n * [CI:DOCS] Fix windows installer action\n * fix(deps): update module tags.cncf.io/container-device-interface to v0.7.2\n * add `list` as an alias to list networks\n * Add support for updating restart policy\n * Add Compat API for Update\n * Make `podman update` changes persistent\n * Emergency fix (well, skip) for failing bud tests\n * fix swagger doc for manifest create\n * [CI:DOCS] options/network: fix markdown lists\n * Makefile: do not hardcode `GOOS` in `podman-remote-static` target\n * chore(deps): update module golang.org/x/crypto to v0.17.0 [security]\n * chore(deps): update dependency setuptools to ~=69.5.0\n * Fix some comments\n * swagger fix infinitive recursion on some types\n * install swagger from source\n * Revert \"Swap out javascript engine\"\n * podman exec CID without command should exit 125\n * (minor) prefetch systemd image before use\n * Update go-swagger version\n * Swap out javascript engine\n * fix(deps): update module github.com/docker/docker to v26.0.1+incompatible\n * Add os, arch, and ismanifest to libpod image list\n * [CI:DOCS]Initial PR validation\n * fix(deps): update github.com/containers/gvisor-tap-vsock digest to d744d71\n * vendor ginkgo 2.17.1 into test/tools\n * fix \"concurrent map writes\" in network ls compat endpoint\n * chore(deps): update dependency pytest to v8\n * e2e: redefine ExitWithError() to require exit code\n * docs: fix missleading run/create --expose description\n * podman ps: show exposed ports under PORTS as well\n * rootless: drop function ReadMappingsProc\n * fix(deps): update module github.com/vbauerster/mpb/v8 to v8.7.3\n * New CI VMs, to give us pasta 2024-04-05\n * Add big warning to GHA workflow\n * GHA: Fix intermittent workflow error\n * fix(deps): update module golang.org/x/tools to v0.20.0\n * e2e tests: remove requirement for fuse-overlayfs\n * docs: update Quadlet volume Options desc\n * fix(deps): update module golang.org/x/sync to v0.7.0\n * Fix relabeling failures with Z/z volumes on Mac\n * fix(deps): update module golang.org/x/net to v0.24.0\n * Makefile: fix annoying errors in docs generation\n * chore: fix function names in comment\n * Bump tags.cncf.io/container-device-interface to v0.7.1\n * fix(deps): update module golang.org/x/crypto to v0.22.0\n * Detect unhandled reboots and require user intervention\n * podman --runroot: remove 50 char length restriction\n * update github.com/rootless-containers/rootlesskit to v2\n * Update module github.com/gorilla/schema to v1.3.0\n * Update dependency requests-mock to ~=1.12.1\n * Update module github.com/crc-org/crc/v2 to v2.34.1\n * rm --force work for more than one arg\n * [CI:DOCS] Update kube docs\n * fix(deps): update module github.com/shirou/gopsutil/v3 to v3.24.3\n * [CI:DOCS] Add GitHub action to update version on Podman.io\n * [CI:DOCS] Update dependency golangci/golangci-lint to v1.57.2\n * Windows: clean up temporary perl install\n * pkg/util: FindDeviceNodes() ignore ENOENT errors\n * [CI:DOCS] build deps: make-validate needs docs\n * test/system: add rootless-netns test for setup errors\n * vendor latest c/common main\n * container: do not chown to dest target with U\n * [CI:DOCS] golangci-lint: update deprecated flags\n * systests: conditionalize slirp4netns tests\n * CI: systests: instrument flaky tests\n * s3fs docs\n * test: do not skip tests under rootless\n * Add note about host networking to Kube PublishPort option\n * Inject additional build tags from the environment\n * libpod: use original IDs if idmap is provided\n * Switch back to checking out the same branch the action script runs in\n * docs/podman-login: Give an example of writing the persistent path\n * CI: Bump VMs to 2024-03-28\n * [skip-ci] Update dawidd6/action-send-mail action to v3.12.0\n * fix(deps): update module github.com/openshift/imagebuilder to v1.2.7\n * Fix reference to deprecated types.Info\n * Use logformatter for podman_machine_windows_task\n * applehv: Print vfkit logs in --log-level debug\n * [CI:DOCS]Add Mario to reviewers list\n * [CI:DOCS] Document CI-maintenance job addition\n * Add golang 1.21 update warning\n * Add rootless network command to `podman info`\n * libpod: don\u0027t warn about cgroupsv1 on FreeBSD\n * hyperv: error if not admin\n * Properly parse stderr when updating container status\n * [skip-ci] Packit: specify fedora-latest in propose-downstream\n * Use built-in ssh impl for all non-pty operations\n * Add support for annotations\n * hyperv: fix machine rm -r\n * [skip-ci] Packit: Enable CentOS Stream 10 update job\n * 5.0 release note fix typo in cgroupv1 env var\n * fix remote build isolation on client side\n * chore: remove repetitive words\n * Dont save remote context in temp file but stream and extract\n * fix remote build isolation when server runs as root\n * util: use private propagation with bind\n * util: add some tests for ProcessOptions\n * util: refactor ProcessOptions into an internal function\n * util: rename files to snake case\n * Add LoongArch support for libpod\n * fix(deps): update github.com/containers/common digest to bc5f97c\n * [CI:DOCS] Update dependency golangci/golangci-lint to v1.57.1\n * fix(deps): update module github.com/docker/docker to v25.0.5+incompatible [security]\n * fix(deps): update module github.com/onsi/gomega to v1.32.0\n * [CI:DOCS] Update dependency golangci/golangci-lint to v1.57.0\n * Update module github.com/cpuguy83/go-md2man/v2 to v2.0.4\n * Fix type-o\n * Use correct extension in suite\n * minikube: instrument tests, to allow debugging failures\n * libpod: restart always reconfigure the netns\n * use new c/common pasta2 setup logic to fix dns\n * utils: drop conversion float-\u003estring-\u003efloat\n * utils: do not generate duplicate range\n * logformatter: handle Windows logs\n * utils: add test for the new function\n * utils: move rootless code to a new function\n * xref-helpmsgs-manpages: cross-check Commands.rst\n * test/system: Add support for multipath routes in pasta networking tests\n * [skip-ci] rpm: use macro supported vendoring\n * Adjust to the standard location of gvforwarder used in new images\n * Makefile: add target `podman-remote-static`\n * Switch to 5.x WSL machine os stream using new automation\n * Cleanup build scratch dir if remote end disconnects while passing the context\n * bump main to 5.1.0-dev\n * Use faster gzip for compression for 3x speedup for sending large contexts to remote\n * pkg/machine: make checkExclusiveActiveVM race free\n * pkg/machine/wsl: remove unused CheckExclusiveActiveVM()\n * pkg/machine: CheckExclusiveActiveVM should also check for starting\n * pkg/machine: refresh config after we hold lock\n * Update dependency setuptools to ~=69.2.0\n * [skip-ci] rpm: update containers-common dep on f40+\n * fix invalid HTTP header values when hijacking a connection\n * Add doc to build podman on windows without MSYS\n * Removing CRI-O related annotations\n * fix(deps): update module github.com/containers/ocicrypt to v1.1.10\n * Pass the restart policy to the individual containers\n * kube play: always pull when both imagePullPolicy and tag are missing\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-76",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20279-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20279-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520279-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20279-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021043.html"
},
{
"category": "self",
"summary": "SUSE Bug 1221677",
"url": "https://bugzilla.suse.com/1221677"
},
{
"category": "self",
"summary": "SUSE Bug 1224112",
"url": "https://bugzilla.suse.com/1224112"
},
{
"category": "self",
"summary": "SUSE Bug 1231208",
"url": "https://bugzilla.suse.com/1231208"
},
{
"category": "self",
"summary": "SUSE Bug 1236270",
"url": "https://bugzilla.suse.com/1236270"
},
{
"category": "self",
"summary": "SUSE Bug 1236507",
"url": "https://bugzilla.suse.com/1236507"
},
{
"category": "self",
"summary": "SUSE Bug 1237641",
"url": "https://bugzilla.suse.com/1237641"
},
{
"category": "self",
"summary": "SUSE Bug 1239330",
"url": "https://bugzilla.suse.com/1239330"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-11218 page",
"url": "https://www.suse.com/security/cve/CVE-2024-11218/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-1753 page",
"url": "https://www.suse.com/security/cve/CVE-2024-1753/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-3727 page",
"url": "https://www.suse.com/security/cve/CVE-2024-3727/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9407 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9407/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-04-22T13:50:31Z",
"generator": {
"date": "2025-04-22T13:50:31Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20279-1",
"initial_release_date": "2025-04-22T13:50:31Z",
"revision_history": [
{
"date": "2025-04-22T13:50:31Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-5.2.5-slfo.1.1_1.1.aarch64",
"product": {
"name": "podman-5.2.5-slfo.1.1_1.1.aarch64",
"product_id": "podman-5.2.5-slfo.1.1_1.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"product": {
"name": "podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"product_id": "podman-remote-5.2.5-slfo.1.1_1.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"product": {
"name": "podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"product_id": "podmansh-5.2.5-slfo.1.1_1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"product": {
"name": "podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"product_id": "podman-docker-5.2.5-slfo.1.1_1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5.2.5-slfo.1.1_1.1.ppc64le",
"product": {
"name": "podman-5.2.5-slfo.1.1_1.1.ppc64le",
"product_id": "podman-5.2.5-slfo.1.1_1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"product": {
"name": "podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"product_id": "podman-remote-5.2.5-slfo.1.1_1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"product": {
"name": "podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"product_id": "podmansh-5.2.5-slfo.1.1_1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5.2.5-slfo.1.1_1.1.s390x",
"product": {
"name": "podman-5.2.5-slfo.1.1_1.1.s390x",
"product_id": "podman-5.2.5-slfo.1.1_1.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"product": {
"name": "podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"product_id": "podman-remote-5.2.5-slfo.1.1_1.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-5.2.5-slfo.1.1_1.1.s390x",
"product": {
"name": "podmansh-5.2.5-slfo.1.1_1.1.s390x",
"product_id": "podmansh-5.2.5-slfo.1.1_1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5.2.5-slfo.1.1_1.1.x86_64",
"product": {
"name": "podman-5.2.5-slfo.1.1_1.1.x86_64",
"product_id": "podman-5.2.5-slfo.1.1_1.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"product": {
"name": "podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"product_id": "podman-remote-5.2.5-slfo.1.1_1.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-5.2.5-slfo.1.1_1.1.x86_64",
"product": {
"name": "podmansh-5.2.5-slfo.1.1_1.1.x86_64",
"product_id": "podmansh-5.2.5-slfo.1.1_1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5.2.5-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64"
},
"product_reference": "podman-5.2.5-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5.2.5-slfo.1.1_1.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le"
},
"product_reference": "podman-5.2.5-slfo.1.1_1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5.2.5-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x"
},
"product_reference": "podman-5.2.5-slfo.1.1_1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5.2.5-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64"
},
"product_reference": "podman-5.2.5-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5.2.5-slfo.1.1_1.1.noarch as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch"
},
"product_reference": "podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5.2.5-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64"
},
"product_reference": "podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5.2.5-slfo.1.1_1.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le"
},
"product_reference": "podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5.2.5-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x"
},
"product_reference": "podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5.2.5-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64"
},
"product_reference": "podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-5.2.5-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64"
},
"product_reference": "podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-5.2.5-slfo.1.1_1.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le"
},
"product_reference": "podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-5.2.5-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x"
},
"product_reference": "podmansh-5.2.5-slfo.1.1_1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-5.2.5-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
},
"product_reference": "podmansh-5.2.5-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T13:50:31Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-11218",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-11218"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-11218",
"url": "https://www.suse.com/security/cve/CVE-2024-11218"
},
{
"category": "external",
"summary": "SUSE Bug 1236269 for CVE-2024-11218",
"url": "https://bugzilla.suse.com/1236269"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T13:50:31Z",
"details": "important"
}
],
"title": "CVE-2024-11218"
},
{
"cve": "CVE-2024-1753",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-1753"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in Buildah (and subsequently Podman Build) which allows containers to mount arbitrary locations on the host filesystem into build containers. A malicious Containerfile can use a dummy image with a symbolic link to the root filesystem as a mount source and cause the mount operation to mount the host root filesystem inside the RUN step. The commands inside the RUN step will then have read-write access to the host filesystem, allowing for full container escape at build time.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-1753",
"url": "https://www.suse.com/security/cve/CVE-2024-1753"
},
{
"category": "external",
"summary": "SUSE Bug 1221677 for CVE-2024-1753",
"url": "https://bugzilla.suse.com/1221677"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T13:50:31Z",
"details": "important"
}
],
"title": "CVE-2024-1753"
},
{
"cve": "CVE-2024-3727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-3727"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-3727",
"url": "https://www.suse.com/security/cve/CVE-2024-3727"
},
{
"category": "external",
"summary": "SUSE Bug 1224112 for CVE-2024-3727",
"url": "https://bugzilla.suse.com/1224112"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T13:50:31Z",
"details": "important"
}
],
"title": "CVE-2024-3727"
},
{
"cve": "CVE-2024-9407",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9407"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability exists in the bind-propagation option of the Dockerfile RUN --mount instruction. The system does not properly validate the input passed to this option, allowing users to pass arbitrary parameters to the mount instruction. This issue can be exploited to mount sensitive directories from the host into a container during the build process and, in some cases, modify the contents of those mounted files. Even if SELinux is used, this vulnerability can bypass its protection by allowing the source directory to be relabeled to give the container access to host files.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9407",
"url": "https://www.suse.com/security/cve/CVE-2024-9407"
},
{
"category": "external",
"summary": "SUSE Bug 1231208 for CVE-2024-9407",
"url": "https://bugzilla.suse.com/1231208"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T13:50:31Z",
"details": "moderate"
}
],
"title": "CVE-2024-9407"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T13:50:31Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podman-docker-5.2.5-slfo.1.1_1.1.noarch",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podman-remote-5.2.5-slfo.1.1_1.1.x86_64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.ppc64le",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.s390x",
"SUSE Linux Micro 6.1:podmansh-5.2.5-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T13:50:31Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-su-2025:1018-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for buildah",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for buildah fixes the following issues:\n\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239339).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1018,SUSE-SLE-Module-Containers-15-SP6-2025-1018,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1018,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1018,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1018,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1018,openSUSE-SLE-15.6-2025-1018",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1018-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1018-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251018-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1018-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020606.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239339",
"url": "https://bugzilla.suse.com/1239339"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for buildah",
"tracking": {
"current_release_date": "2025-03-26T09:03:07Z",
"generator": {
"date": "2025-03-26T09:03:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1018-1",
"initial_release_date": "2025-03-26T09:03:07Z",
"revision_history": [
{
"date": "2025-03-26T09:03:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150500.3.34.1.aarch64",
"product": {
"name": "buildah-1.35.5-150500.3.34.1.aarch64",
"product_id": "buildah-1.35.5-150500.3.34.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150500.3.34.1.i586",
"product": {
"name": "buildah-1.35.5-150500.3.34.1.i586",
"product_id": "buildah-1.35.5-150500.3.34.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150500.3.34.1.ppc64le",
"product": {
"name": "buildah-1.35.5-150500.3.34.1.ppc64le",
"product_id": "buildah-1.35.5-150500.3.34.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150500.3.34.1.s390x",
"product": {
"name": "buildah-1.35.5-150500.3.34.1.s390x",
"product_id": "buildah-1.35.5-150500.3.34.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150500.3.34.1.x86_64",
"product": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64",
"product_id": "buildah-1.35.5-150500.3.34.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150500.3.34.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
},
"product_reference": "buildah-1.35.5-150500.3.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-26T09:03:07Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:buildah-1.35.5-150500.3.34.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:buildah-1.35.5-150500.3.34.1.x86_64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.aarch64",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.ppc64le",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.s390x",
"openSUSE Leap 15.6:buildah-1.35.5-150500.3.34.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-26T09:03:07Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-ru-2025:02091-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Recommended update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- Added patch to remove using rw as a default mount option (bsc#1239776)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2091,SUSE-SLE-Micro-5.3-2025-2091,SUSE-SLE-Micro-5.4-2025-2091,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2091,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2091,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2091,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2091",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-ru-2025_02091-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-RU-2025:02091-1",
"url": "https://www.suse.com/support/update/announcement//suse-ru-202502091-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-RU-2025:02091-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040458.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239776",
"url": "https://bugzilla.suse.com/1239776"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Recommended update for podman",
"tracking": {
"current_release_date": "2025-06-24T13:44:12Z",
"generator": {
"date": "2025-06-24T13:44:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-RU-2025:02091-1",
"initial_release_date": "2025-06-24T13:44:12Z",
"revision_history": [
{
"date": "2025-06-24T13:44:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.aarch64",
"product": {
"name": "podman-4.9.5-150400.4.47.2.aarch64",
"product_id": "podman-4.9.5-150400.4.47.2.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"product_id": "podman-remote-4.9.5-150400.4.47.2.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.aarch64",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.aarch64",
"product_id": "podmansh-4.9.5-150400.4.47.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.i586",
"product": {
"name": "podman-4.9.5-150400.4.47.2.i586",
"product_id": "podman-4.9.5-150400.4.47.2.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.i586",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.i586",
"product_id": "podman-remote-4.9.5-150400.4.47.2.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.i586",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.i586",
"product_id": "podmansh-4.9.5-150400.4.47.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150400.4.47.2.noarch",
"product": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch",
"product_id": "podman-docker-4.9.5-150400.4.47.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.ppc64le",
"product": {
"name": "podman-4.9.5-150400.4.47.2.ppc64le",
"product_id": "podman-4.9.5-150400.4.47.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.ppc64le",
"product_id": "podman-remote-4.9.5-150400.4.47.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.ppc64le",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.ppc64le",
"product_id": "podmansh-4.9.5-150400.4.47.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.s390x",
"product": {
"name": "podman-4.9.5-150400.4.47.2.s390x",
"product_id": "podman-4.9.5-150400.4.47.2.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.s390x",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.s390x",
"product_id": "podman-remote-4.9.5-150400.4.47.2.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.s390x",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.s390x",
"product_id": "podmansh-4.9.5-150400.4.47.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.x86_64",
"product": {
"name": "podman-4.9.5-150400.4.47.2.x86_64",
"product_id": "podman-4.9.5-150400.4.47.2.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"product_id": "podman-remote-4.9.5-150400.4.47.2.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.x86_64",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.x86_64",
"product_id": "podmansh-4.9.5-150400.4.47.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.47.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.47.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le"
},
"product_reference": "podman-4.9.5-150400.4.47.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.47.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le"
},
"product_reference": "podman-4.9.5-150400.4.47.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.47.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:12Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:12Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:12Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-su-2025:03540-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker-stable fixes the following issues:\n\n- Include historical changelog data from before the docker-stable fork. The\n initial changelog entry did technically provide all the necessary\n information, but our CVE tracking tools do not understand how the package is\n forked and so it seems that this package does not include fixes for ~12 years\n of updates. So, include a copy of the original package\u0027s changelog up until\n the fork point. (bsc#1250596)\n\n- Remove git-core recommends on SLE. Most SLE systems have\n installRecommends=yes by default and thus end up installing git with Docker.\n bsc#1250508\n\n This feature is mostly intended for developers (\u0027docker build git://\u0027) so\n most users already have the dependency installed, and the error when git is\n missing is fairly straightforward (so they can easily figure out what they\n need to install).\n\n- Backport \u003chttps://github.com/moby/moby/pull/48517\u003e. bsc#1247362\n\n- Update to docker-buildx v0.25.0. Upstream changelog:\n \u003chttps://github.com/docker/buildx/releases/tag/v0.25.0\u003e\n\n- Do not try to inject SUSEConnect secrets when in Rootless Docker mode, as\n Docker does not have permission to access the host zypper credentials in this\n mode (and unprivileged users cannot disable the feature using\n /etc/docker/suse-secrets-enable.) bsc#1240150\n\n- Initial docker-stable fork, forked from Docker 24.0.7-ce release\n (packaged on 2024-02-14). The original changelog is included below for\n historical reference.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3540,SUSE-SLE-SERVER-12-SP5-LTSS-2025-3540,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-3540",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03540-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03540-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503540-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03540-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-October/042077.html"
},
{
"category": "self",
"summary": "SUSE Bug 1001161",
"url": "https://bugzilla.suse.com/1001161"
},
{
"category": "self",
"summary": "SUSE Bug 1004490",
"url": "https://bugzilla.suse.com/1004490"
},
{
"category": "self",
"summary": "SUSE Bug 1007249",
"url": "https://bugzilla.suse.com/1007249"
},
{
"category": "self",
"summary": "SUSE Bug 1009961",
"url": "https://bugzilla.suse.com/1009961"
},
{
"category": "self",
"summary": "SUSE Bug 1012568",
"url": "https://bugzilla.suse.com/1012568"
},
{
"category": "self",
"summary": "SUSE Bug 1015661",
"url": "https://bugzilla.suse.com/1015661"
},
{
"category": "self",
"summary": "SUSE Bug 1016307",
"url": "https://bugzilla.suse.com/1016307"
},
{
"category": "self",
"summary": "SUSE Bug 1016992",
"url": "https://bugzilla.suse.com/1016992"
},
{
"category": "self",
"summary": "SUSE Bug 1019251",
"url": "https://bugzilla.suse.com/1019251"
},
{
"category": "self",
"summary": "SUSE Bug 1020806",
"url": "https://bugzilla.suse.com/1020806"
},
{
"category": "self",
"summary": "SUSE Bug 1021227",
"url": "https://bugzilla.suse.com/1021227"
},
{
"category": "self",
"summary": "SUSE Bug 1026827",
"url": "https://bugzilla.suse.com/1026827"
},
{
"category": "self",
"summary": "SUSE Bug 1028638",
"url": "https://bugzilla.suse.com/1028638"
},
{
"category": "self",
"summary": "SUSE Bug 1028639",
"url": "https://bugzilla.suse.com/1028639"
},
{
"category": "self",
"summary": "SUSE Bug 1029320",
"url": "https://bugzilla.suse.com/1029320"
},
{
"category": "self",
"summary": "SUSE Bug 1029630",
"url": "https://bugzilla.suse.com/1029630"
},
{
"category": "self",
"summary": "SUSE Bug 1030702",
"url": "https://bugzilla.suse.com/1030702"
},
{
"category": "self",
"summary": "SUSE Bug 1032287",
"url": "https://bugzilla.suse.com/1032287"
},
{
"category": "self",
"summary": "SUSE Bug 1032644",
"url": "https://bugzilla.suse.com/1032644"
},
{
"category": "self",
"summary": "SUSE Bug 1034053",
"url": "https://bugzilla.suse.com/1034053"
},
{
"category": "self",
"summary": "SUSE Bug 1034063",
"url": "https://bugzilla.suse.com/1034063"
},
{
"category": "self",
"summary": "SUSE Bug 1037436",
"url": "https://bugzilla.suse.com/1037436"
},
{
"category": "self",
"summary": "SUSE Bug 1037607",
"url": "https://bugzilla.suse.com/1037607"
},
{
"category": "self",
"summary": "SUSE Bug 1038476",
"url": "https://bugzilla.suse.com/1038476"
},
{
"category": "self",
"summary": "SUSE Bug 1038493",
"url": "https://bugzilla.suse.com/1038493"
},
{
"category": "self",
"summary": "SUSE Bug 1045628",
"url": "https://bugzilla.suse.com/1045628"
},
{
"category": "self",
"summary": "SUSE Bug 1046024",
"url": "https://bugzilla.suse.com/1046024"
},
{
"category": "self",
"summary": "SUSE Bug 1047218",
"url": "https://bugzilla.suse.com/1047218"
},
{
"category": "self",
"summary": "SUSE Bug 1048046",
"url": "https://bugzilla.suse.com/1048046"
},
{
"category": "self",
"summary": "SUSE Bug 1051429",
"url": "https://bugzilla.suse.com/1051429"
},
{
"category": "self",
"summary": "SUSE Bug 1055676",
"url": "https://bugzilla.suse.com/1055676"
},
{
"category": "self",
"summary": "SUSE Bug 1057743",
"url": "https://bugzilla.suse.com/1057743"
},
{
"category": "self",
"summary": "SUSE Bug 1058173",
"url": "https://bugzilla.suse.com/1058173"
},
{
"category": "self",
"summary": "SUSE Bug 1059011",
"url": "https://bugzilla.suse.com/1059011"
},
{
"category": "self",
"summary": "SUSE Bug 1064781",
"url": "https://bugzilla.suse.com/1064781"
},
{
"category": "self",
"summary": "SUSE Bug 1065609",
"url": "https://bugzilla.suse.com/1065609"
},
{
"category": "self",
"summary": "SUSE Bug 1066210",
"url": "https://bugzilla.suse.com/1066210"
},
{
"category": "self",
"summary": "SUSE Bug 1066801",
"url": "https://bugzilla.suse.com/1066801"
},
{
"category": "self",
"summary": "SUSE Bug 1069468",
"url": "https://bugzilla.suse.com/1069468"
},
{
"category": "self",
"summary": "SUSE Bug 1069758",
"url": "https://bugzilla.suse.com/1069758"
},
{
"category": "self",
"summary": "SUSE Bug 1072798",
"url": "https://bugzilla.suse.com/1072798"
},
{
"category": "self",
"summary": "SUSE Bug 1073877",
"url": "https://bugzilla.suse.com/1073877"
},
{
"category": "self",
"summary": "SUSE Bug 1074971",
"url": "https://bugzilla.suse.com/1074971"
},
{
"category": "self",
"summary": "SUSE Bug 1080978",
"url": "https://bugzilla.suse.com/1080978"
},
{
"category": "self",
"summary": "SUSE Bug 1084533",
"url": "https://bugzilla.suse.com/1084533"
},
{
"category": "self",
"summary": "SUSE Bug 1085117",
"url": "https://bugzilla.suse.com/1085117"
},
{
"category": "self",
"summary": "SUSE Bug 1085380",
"url": "https://bugzilla.suse.com/1085380"
},
{
"category": "self",
"summary": "SUSE Bug 1086185",
"url": "https://bugzilla.suse.com/1086185"
},
{
"category": "self",
"summary": "SUSE Bug 1089732",
"url": "https://bugzilla.suse.com/1089732"
},
{
"category": "self",
"summary": "SUSE Bug 1095817",
"url": "https://bugzilla.suse.com/1095817"
},
{
"category": "self",
"summary": "SUSE Bug 1096726",
"url": "https://bugzilla.suse.com/1096726"
},
{
"category": "self",
"summary": "SUSE Bug 1099277",
"url": "https://bugzilla.suse.com/1099277"
},
{
"category": "self",
"summary": "SUSE Bug 1100331",
"url": "https://bugzilla.suse.com/1100331"
},
{
"category": "self",
"summary": "SUSE Bug 1100727",
"url": "https://bugzilla.suse.com/1100727"
},
{
"category": "self",
"summary": "SUSE Bug 1102522",
"url": "https://bugzilla.suse.com/1102522"
},
{
"category": "self",
"summary": "SUSE Bug 1104821",
"url": "https://bugzilla.suse.com/1104821"
},
{
"category": "self",
"summary": "SUSE Bug 1105000",
"url": "https://bugzilla.suse.com/1105000"
},
{
"category": "self",
"summary": "SUSE Bug 1108038",
"url": "https://bugzilla.suse.com/1108038"
},
{
"category": "self",
"summary": "SUSE Bug 1112980",
"url": "https://bugzilla.suse.com/1112980"
},
{
"category": "self",
"summary": "SUSE Bug 1113313",
"url": "https://bugzilla.suse.com/1113313"
},
{
"category": "self",
"summary": "SUSE Bug 1114832",
"url": "https://bugzilla.suse.com/1114832"
},
{
"category": "self",
"summary": "SUSE Bug 1115464",
"url": "https://bugzilla.suse.com/1115464"
},
{
"category": "self",
"summary": "SUSE Bug 1118897",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "self",
"summary": "SUSE Bug 1118898",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "self",
"summary": "SUSE Bug 1118899",
"url": "https://bugzilla.suse.com/1118899"
},
{
"category": "self",
"summary": "SUSE Bug 1118990",
"url": "https://bugzilla.suse.com/1118990"
},
{
"category": "self",
"summary": "SUSE Bug 1119634",
"url": "https://bugzilla.suse.com/1119634"
},
{
"category": "self",
"summary": "SUSE Bug 1121412",
"url": "https://bugzilla.suse.com/1121412"
},
{
"category": "self",
"summary": "SUSE Bug 1121768",
"url": "https://bugzilla.suse.com/1121768"
},
{
"category": "self",
"summary": "SUSE Bug 1122469",
"url": "https://bugzilla.suse.com/1122469"
},
{
"category": "self",
"summary": "SUSE Bug 1124308",
"url": "https://bugzilla.suse.com/1124308"
},
{
"category": "self",
"summary": "SUSE Bug 1128376",
"url": "https://bugzilla.suse.com/1128376"
},
{
"category": "self",
"summary": "SUSE Bug 1128746",
"url": "https://bugzilla.suse.com/1128746"
},
{
"category": "self",
"summary": "SUSE Bug 1134068",
"url": "https://bugzilla.suse.com/1134068"
},
{
"category": "self",
"summary": "SUSE Bug 1138920",
"url": "https://bugzilla.suse.com/1138920"
},
{
"category": "self",
"summary": "SUSE Bug 1139649",
"url": "https://bugzilla.suse.com/1139649"
},
{
"category": "self",
"summary": "SUSE Bug 1142160",
"url": "https://bugzilla.suse.com/1142160"
},
{
"category": "self",
"summary": "SUSE Bug 1142413",
"url": "https://bugzilla.suse.com/1142413"
},
{
"category": "self",
"summary": "SUSE Bug 1143349",
"url": "https://bugzilla.suse.com/1143349"
},
{
"category": "self",
"summary": "SUSE Bug 1150397",
"url": "https://bugzilla.suse.com/1150397"
},
{
"category": "self",
"summary": "SUSE Bug 1153367",
"url": "https://bugzilla.suse.com/1153367"
},
{
"category": "self",
"summary": "SUSE Bug 1157330",
"url": "https://bugzilla.suse.com/1157330"
},
{
"category": "self",
"summary": "SUSE Bug 1158590",
"url": "https://bugzilla.suse.com/1158590"
},
{
"category": "self",
"summary": "SUSE Bug 1170415",
"url": "https://bugzilla.suse.com/1170415"
},
{
"category": "self",
"summary": "SUSE Bug 1170446",
"url": "https://bugzilla.suse.com/1170446"
},
{
"category": "self",
"summary": "SUSE Bug 1172377",
"url": "https://bugzilla.suse.com/1172377"
},
{
"category": "self",
"summary": "SUSE Bug 1174075",
"url": "https://bugzilla.suse.com/1174075"
},
{
"category": "self",
"summary": "SUSE Bug 1175081",
"url": "https://bugzilla.suse.com/1175081"
},
{
"category": "self",
"summary": "SUSE Bug 1176708",
"url": "https://bugzilla.suse.com/1176708"
},
{
"category": "self",
"summary": "SUSE Bug 1178760",
"url": "https://bugzilla.suse.com/1178760"
},
{
"category": "self",
"summary": "SUSE Bug 1178801",
"url": "https://bugzilla.suse.com/1178801"
},
{
"category": "self",
"summary": "SUSE Bug 1180243",
"url": "https://bugzilla.suse.com/1180243"
},
{
"category": "self",
"summary": "SUSE Bug 1180401",
"url": "https://bugzilla.suse.com/1180401"
},
{
"category": "self",
"summary": "SUSE Bug 1181594",
"url": "https://bugzilla.suse.com/1181594"
},
{
"category": "self",
"summary": "SUSE Bug 1181641",
"url": "https://bugzilla.suse.com/1181641"
},
{
"category": "self",
"summary": "SUSE Bug 1181677",
"url": "https://bugzilla.suse.com/1181677"
},
{
"category": "self",
"summary": "SUSE Bug 1181730",
"url": "https://bugzilla.suse.com/1181730"
},
{
"category": "self",
"summary": "SUSE Bug 1181732",
"url": "https://bugzilla.suse.com/1181732"
},
{
"category": "self",
"summary": "SUSE Bug 1182168",
"url": "https://bugzilla.suse.com/1182168"
},
{
"category": "self",
"summary": "SUSE Bug 1182476",
"url": "https://bugzilla.suse.com/1182476"
},
{
"category": "self",
"summary": "SUSE Bug 1182947",
"url": "https://bugzilla.suse.com/1182947"
},
{
"category": "self",
"summary": "SUSE Bug 1183855",
"url": "https://bugzilla.suse.com/1183855"
},
{
"category": "self",
"summary": "SUSE Bug 1184768",
"url": "https://bugzilla.suse.com/1184768"
},
{
"category": "self",
"summary": "SUSE Bug 1188447",
"url": "https://bugzilla.suse.com/1188447"
},
{
"category": "self",
"summary": "SUSE Bug 1190670",
"url": "https://bugzilla.suse.com/1190670"
},
{
"category": "self",
"summary": "SUSE Bug 1191015",
"url": "https://bugzilla.suse.com/1191015"
},
{
"category": "self",
"summary": "SUSE Bug 1191121",
"url": "https://bugzilla.suse.com/1191121"
},
{
"category": "self",
"summary": "SUSE Bug 1191334",
"url": "https://bugzilla.suse.com/1191334"
},
{
"category": "self",
"summary": "SUSE Bug 1191355",
"url": "https://bugzilla.suse.com/1191355"
},
{
"category": "self",
"summary": "SUSE Bug 1191434",
"url": "https://bugzilla.suse.com/1191434"
},
{
"category": "self",
"summary": "SUSE Bug 1192814",
"url": "https://bugzilla.suse.com/1192814"
},
{
"category": "self",
"summary": "SUSE Bug 1193273",
"url": "https://bugzilla.suse.com/1193273"
},
{
"category": "self",
"summary": "SUSE Bug 1193930",
"url": "https://bugzilla.suse.com/1193930"
},
{
"category": "self",
"summary": "SUSE Bug 1197284",
"url": "https://bugzilla.suse.com/1197284"
},
{
"category": "self",
"summary": "SUSE Bug 1197517",
"url": "https://bugzilla.suse.com/1197517"
},
{
"category": "self",
"summary": "SUSE Bug 1200022",
"url": "https://bugzilla.suse.com/1200022"
},
{
"category": "self",
"summary": "SUSE Bug 1200145",
"url": "https://bugzilla.suse.com/1200145"
},
{
"category": "self",
"summary": "SUSE Bug 1205375",
"url": "https://bugzilla.suse.com/1205375"
},
{
"category": "self",
"summary": "SUSE Bug 1206065",
"url": "https://bugzilla.suse.com/1206065"
},
{
"category": "self",
"summary": "SUSE Bug 1208074",
"url": "https://bugzilla.suse.com/1208074"
},
{
"category": "self",
"summary": "SUSE Bug 1210141",
"url": "https://bugzilla.suse.com/1210141"
},
{
"category": "self",
"summary": "SUSE Bug 1210797",
"url": "https://bugzilla.suse.com/1210797"
},
{
"category": "self",
"summary": "SUSE Bug 1211578",
"url": "https://bugzilla.suse.com/1211578"
},
{
"category": "self",
"summary": "SUSE Bug 1212368",
"url": "https://bugzilla.suse.com/1212368"
},
{
"category": "self",
"summary": "SUSE Bug 1213120",
"url": "https://bugzilla.suse.com/1213120"
},
{
"category": "self",
"summary": "SUSE Bug 1213229",
"url": "https://bugzilla.suse.com/1213229"
},
{
"category": "self",
"summary": "SUSE Bug 1213500",
"url": "https://bugzilla.suse.com/1213500"
},
{
"category": "self",
"summary": "SUSE Bug 1214107",
"url": "https://bugzilla.suse.com/1214107"
},
{
"category": "self",
"summary": "SUSE Bug 1214108",
"url": "https://bugzilla.suse.com/1214108"
},
{
"category": "self",
"summary": "SUSE Bug 1214109",
"url": "https://bugzilla.suse.com/1214109"
},
{
"category": "self",
"summary": "SUSE Bug 1215323",
"url": "https://bugzilla.suse.com/1215323"
},
{
"category": "self",
"summary": "SUSE Bug 1217513",
"url": "https://bugzilla.suse.com/1217513"
},
{
"category": "self",
"summary": "SUSE Bug 1219267",
"url": "https://bugzilla.suse.com/1219267"
},
{
"category": "self",
"summary": "SUSE Bug 1219268",
"url": "https://bugzilla.suse.com/1219268"
},
{
"category": "self",
"summary": "SUSE Bug 1219438",
"url": "https://bugzilla.suse.com/1219438"
},
{
"category": "self",
"summary": "SUSE Bug 1240150",
"url": "https://bugzilla.suse.com/1240150"
},
{
"category": "self",
"summary": "SUSE Bug 1247362",
"url": "https://bugzilla.suse.com/1247362"
},
{
"category": "self",
"summary": "SUSE Bug 1250508",
"url": "https://bugzilla.suse.com/1250508"
},
{
"category": "self",
"summary": "SUSE Bug 1250596",
"url": "https://bugzilla.suse.com/1250596"
},
{
"category": "self",
"summary": "SUSE Bug 885209",
"url": "https://bugzilla.suse.com/885209"
},
{
"category": "self",
"summary": "SUSE Bug 907012",
"url": "https://bugzilla.suse.com/907012"
},
{
"category": "self",
"summary": "SUSE Bug 907014",
"url": "https://bugzilla.suse.com/907014"
},
{
"category": "self",
"summary": "SUSE Bug 908033",
"url": "https://bugzilla.suse.com/908033"
},
{
"category": "self",
"summary": "SUSE Bug 909709",
"url": "https://bugzilla.suse.com/909709"
},
{
"category": "self",
"summary": "SUSE Bug 909710",
"url": "https://bugzilla.suse.com/909710"
},
{
"category": "self",
"summary": "SUSE Bug 909712",
"url": "https://bugzilla.suse.com/909712"
},
{
"category": "self",
"summary": "SUSE Bug 913211",
"url": "https://bugzilla.suse.com/913211"
},
{
"category": "self",
"summary": "SUSE Bug 913213",
"url": "https://bugzilla.suse.com/913213"
},
{
"category": "self",
"summary": "SUSE Bug 920645",
"url": "https://bugzilla.suse.com/920645"
},
{
"category": "self",
"summary": "SUSE Bug 930235",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "self",
"summary": "SUSE Bug 931301",
"url": "https://bugzilla.suse.com/931301"
},
{
"category": "self",
"summary": "SUSE Bug 935570",
"url": "https://bugzilla.suse.com/935570"
},
{
"category": "self",
"summary": "SUSE Bug 938156",
"url": "https://bugzilla.suse.com/938156"
},
{
"category": "self",
"summary": "SUSE Bug 942369",
"url": "https://bugzilla.suse.com/942369"
},
{
"category": "self",
"summary": "SUSE Bug 942370",
"url": "https://bugzilla.suse.com/942370"
},
{
"category": "self",
"summary": "SUSE Bug 946653",
"url": "https://bugzilla.suse.com/946653"
},
{
"category": "self",
"summary": "SUSE Bug 949660",
"url": "https://bugzilla.suse.com/949660"
},
{
"category": "self",
"summary": "SUSE Bug 950931",
"url": "https://bugzilla.suse.com/950931"
},
{
"category": "self",
"summary": "SUSE Bug 953182",
"url": "https://bugzilla.suse.com/953182"
},
{
"category": "self",
"summary": "SUSE Bug 954737",
"url": "https://bugzilla.suse.com/954737"
},
{
"category": "self",
"summary": "SUSE Bug 954797",
"url": "https://bugzilla.suse.com/954797"
},
{
"category": "self",
"summary": "SUSE Bug 954812",
"url": "https://bugzilla.suse.com/954812"
},
{
"category": "self",
"summary": "SUSE Bug 956434",
"url": "https://bugzilla.suse.com/956434"
},
{
"category": "self",
"summary": "SUSE Bug 958255",
"url": "https://bugzilla.suse.com/958255"
},
{
"category": "self",
"summary": "SUSE Bug 959405",
"url": "https://bugzilla.suse.com/959405"
},
{
"category": "self",
"summary": "SUSE Bug 963142",
"url": "https://bugzilla.suse.com/963142"
},
{
"category": "self",
"summary": "SUSE Bug 964468",
"url": "https://bugzilla.suse.com/964468"
},
{
"category": "self",
"summary": "SUSE Bug 964673",
"url": "https://bugzilla.suse.com/964673"
},
{
"category": "self",
"summary": "SUSE Bug 965600",
"url": "https://bugzilla.suse.com/965600"
},
{
"category": "self",
"summary": "SUSE Bug 965918",
"url": "https://bugzilla.suse.com/965918"
},
{
"category": "self",
"summary": "SUSE Bug 968933",
"url": "https://bugzilla.suse.com/968933"
},
{
"category": "self",
"summary": "SUSE Bug 968972",
"url": "https://bugzilla.suse.com/968972"
},
{
"category": "self",
"summary": "SUSE Bug 970637",
"url": "https://bugzilla.suse.com/970637"
},
{
"category": "self",
"summary": "SUSE Bug 974208",
"url": "https://bugzilla.suse.com/974208"
},
{
"category": "self",
"summary": "SUSE Bug 976777",
"url": "https://bugzilla.suse.com/976777"
},
{
"category": "self",
"summary": "SUSE Bug 977394",
"url": "https://bugzilla.suse.com/977394"
},
{
"category": "self",
"summary": "SUSE Bug 978260",
"url": "https://bugzilla.suse.com/978260"
},
{
"category": "self",
"summary": "SUSE Bug 980555",
"url": "https://bugzilla.suse.com/980555"
},
{
"category": "self",
"summary": "SUSE Bug 983015",
"url": "https://bugzilla.suse.com/983015"
},
{
"category": "self",
"summary": "SUSE Bug 984942",
"url": "https://bugzilla.suse.com/984942"
},
{
"category": "self",
"summary": "SUSE Bug 987198",
"url": "https://bugzilla.suse.com/987198"
},
{
"category": "self",
"summary": "SUSE Bug 988408",
"url": "https://bugzilla.suse.com/988408"
},
{
"category": "self",
"summary": "SUSE Bug 988707",
"url": "https://bugzilla.suse.com/988707"
},
{
"category": "self",
"summary": "SUSE Bug 989566",
"url": "https://bugzilla.suse.com/989566"
},
{
"category": "self",
"summary": "SUSE Bug 993847",
"url": "https://bugzilla.suse.com/993847"
},
{
"category": "self",
"summary": "SUSE Bug 995058",
"url": "https://bugzilla.suse.com/995058"
},
{
"category": "self",
"summary": "SUSE Bug 995102",
"url": "https://bugzilla.suse.com/995102"
},
{
"category": "self",
"summary": "SUSE Bug 995620",
"url": "https://bugzilla.suse.com/995620"
},
{
"category": "self",
"summary": "SUSE Bug 996015",
"url": "https://bugzilla.suse.com/996015"
},
{
"category": "self",
"summary": "SUSE Bug 999582",
"url": "https://bugzilla.suse.com/999582"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-3499 page",
"url": "https://www.suse.com/security/cve/CVE-2014-3499/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-5277 page",
"url": "https://www.suse.com/security/cve/CVE-2014-5277/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-6407 page",
"url": "https://www.suse.com/security/cve/CVE-2014-6407/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-6408 page",
"url": "https://www.suse.com/security/cve/CVE-2014-6408/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-8178 page",
"url": "https://www.suse.com/security/cve/CVE-2014-8178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-8179 page",
"url": "https://www.suse.com/security/cve/CVE-2014-8179/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-9356 page",
"url": "https://www.suse.com/security/cve/CVE-2014-9356/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-9357 page",
"url": "https://www.suse.com/security/cve/CVE-2014-9357/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-9358 page",
"url": "https://www.suse.com/security/cve/CVE-2014-9358/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3627 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3627/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3629 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3629/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3630 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3630/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3631 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3631/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-3697 page",
"url": "https://www.suse.com/security/cve/CVE-2016-3697/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-8867 page",
"url": "https://www.suse.com/security/cve/CVE-2016-8867/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-9962 page",
"url": "https://www.suse.com/security/cve/CVE-2016-9962/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-14992 page",
"url": "https://www.suse.com/security/cve/CVE-2017-14992/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16539 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-10892 page",
"url": "https://www.suse.com/security/cve/CVE-2018-10892/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-15664 page",
"url": "https://www.suse.com/security/cve/CVE-2018-15664/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16873 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16873/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16874 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16874/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16875 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16875/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-20699 page",
"url": "https://www.suse.com/security/cve/CVE-2018-20699/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-13509 page",
"url": "https://www.suse.com/security/cve/CVE-2019-13509/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14271 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14271/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-12912 page",
"url": "https://www.suse.com/security/cve/CVE-2020-12912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-13401 page",
"url": "https://www.suse.com/security/cve/CVE-2020-13401/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15257 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15257/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8694 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8694/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8695 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8695/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21284 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21284/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21285 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21285/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41089 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41089/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41091 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41091/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41092 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41092/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41103 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41103/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41190 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41190/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-43565 page",
"url": "https://www.suse.com/security/cve/CVE-2021-43565/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24769 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24769/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-27191 page",
"url": "https://www.suse.com/security/cve/CVE-2022-27191/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-36109 page",
"url": "https://www.suse.com/security/cve/CVE-2022-36109/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-28840 page",
"url": "https://www.suse.com/security/cve/CVE-2023-28840/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-28841 page",
"url": "https://www.suse.com/security/cve/CVE-2023-28841/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-28842 page",
"url": "https://www.suse.com/security/cve/CVE-2023-28842/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23650 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23651 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23651/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23652 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23652/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23653 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23653/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-29018 page",
"url": "https://www.suse.com/security/cve/CVE-2024-29018/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "Security update for docker-stable",
"tracking": {
"current_release_date": "2025-10-10T19:04:02Z",
"generator": {
"date": "2025-10-10T19:04:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03540-1",
"initial_release_date": "2025-10-10T19:04:02Z",
"revision_history": [
{
"date": "2025-10-10T19:04:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.20.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-1.20.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-1.20.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.20.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-1.20.1.i586",
"product_id": "docker-stable-24.0.9_ce-1.20.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-1.20.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-1.20.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-1.20.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-1.20.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-1.20.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-1.20.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-1.20.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-1.20.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-1.20.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.20.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-1.20.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-1.20.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.20.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-1.20.1.s390x",
"product_id": "docker-stable-24.0.9_ce-1.20.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.20.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-1.20.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-1.20.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.20.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-1.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.20.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-1.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.20.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-1.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.20.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.20.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2014-3499",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-3499"
}
],
"notes": [
{
"category": "general",
"text": "Docker 1.0.0 uses world-readable and world-writable permissions on the management socket, which allows local users to gain privileges via unspecified vectors.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-3499",
"url": "https://www.suse.com/security/cve/CVE-2014-3499"
},
{
"category": "external",
"summary": "SUSE Bug 885209 for CVE-2014-3499",
"url": "https://bugzilla.suse.com/885209"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2014-3499"
},
{
"cve": "CVE-2014-5277",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-5277"
}
],
"notes": [
{
"category": "general",
"text": "Docker before 1.3.1 and docker-py before 0.5.3 fall back to HTTP when the HTTPS connection to the registry fails, which allows man-in-the-middle attackers to conduct downgrade attacks and obtain authentication and image data by leveraging a network position between the client and the registry to block HTTPS traffic.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-5277",
"url": "https://www.suse.com/security/cve/CVE-2014-5277"
},
{
"category": "external",
"summary": "SUSE Bug 904165 for CVE-2014-5277",
"url": "https://bugzilla.suse.com/904165"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2014-5277"
},
{
"cve": "CVE-2014-6407",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-6407"
}
],
"notes": [
{
"category": "general",
"text": "Docker before 1.3.2 allows remote attackers to write to arbitrary files and execute arbitrary code via a (1) symlink or (2) hard link attack in an image archive in a (a) pull or (b) load operation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-6407",
"url": "https://www.suse.com/security/cve/CVE-2014-6407"
},
{
"category": "external",
"summary": "SUSE Bug 907012 for CVE-2014-6407",
"url": "https://bugzilla.suse.com/907012"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2014-6407"
},
{
"cve": "CVE-2014-6408",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-6408"
}
],
"notes": [
{
"category": "general",
"text": "Docker 1.3.0 through 1.3.1 allows remote attackers to modify the default run profile of image containers and possibly bypass the container by applying unspecified security options to an image.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-6408",
"url": "https://www.suse.com/security/cve/CVE-2014-6408"
},
{
"category": "external",
"summary": "SUSE Bug 907014 for CVE-2014-6408",
"url": "https://bugzilla.suse.com/907014"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2014-6408"
},
{
"cve": "CVE-2014-8178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-8178"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 1.8.3 and CS Docker Engine before 1.6.2-CS7 do not use a globally unique identifier to store image layers, which makes it easier for attackers to poison the image cache via a crafted image in pull or push commands.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-8178",
"url": "https://www.suse.com/security/cve/CVE-2014-8178"
},
{
"category": "external",
"summary": "SUSE Bug 949660 for CVE-2014-8178",
"url": "https://bugzilla.suse.com/949660"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2014-8178"
},
{
"cve": "CVE-2014-8179",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-8179"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 1.8.3 and CS Docker Engine before 1.6.2-CS7 does not properly validate and extract the manifest object from its JSON representation during a pull, which allows attackers to inject new attributes in a JSON object and bypass pull-by-digest validation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-8179",
"url": "https://www.suse.com/security/cve/CVE-2014-8179"
},
{
"category": "external",
"summary": "SUSE Bug 949660 for CVE-2014-8179",
"url": "https://bugzilla.suse.com/949660"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2014-8179"
},
{
"cve": "CVE-2014-9356",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-9356"
}
],
"notes": [
{
"category": "general",
"text": "Path traversal vulnerability in Docker before 1.3.3 allows remote attackers to write to arbitrary files and bypass a container protection mechanism via a full pathname in a symlink in an (1) image or (2) build in a Dockerfile.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-9356",
"url": "https://www.suse.com/security/cve/CVE-2014-9356"
},
{
"category": "external",
"summary": "SUSE Bug 909710 for CVE-2014-9356",
"url": "https://bugzilla.suse.com/909710"
},
{
"category": "external",
"summary": "SUSE Bug 909712 for CVE-2014-9356",
"url": "https://bugzilla.suse.com/909712"
},
{
"category": "external",
"summary": "SUSE Bug 909747 for CVE-2014-9356",
"url": "https://bugzilla.suse.com/909747"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2014-9356"
},
{
"cve": "CVE-2014-9357",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-9357"
}
],
"notes": [
{
"category": "general",
"text": "Docker 1.3.2 allows remote attackers to execute arbitrary code with root privileges via a crafted (1) image or (2) build in a Dockerfile in an LZMA (.xz) archive, related to the chroot for archive extraction.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-9357",
"url": "https://www.suse.com/security/cve/CVE-2014-9357"
},
{
"category": "external",
"summary": "SUSE Bug 909710 for CVE-2014-9357",
"url": "https://bugzilla.suse.com/909710"
},
{
"category": "external",
"summary": "SUSE Bug 909747 for CVE-2014-9357",
"url": "https://bugzilla.suse.com/909747"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2014-9357"
},
{
"cve": "CVE-2014-9358",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-9358"
}
],
"notes": [
{
"category": "general",
"text": "Docker before 1.3.3 does not properly validate image IDs, which allows remote attackers to conduct path traversal attacks and spoof repositories via a crafted image in a (1) \"docker load\" operation or (2) \"registry communications.\"",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-9358",
"url": "https://www.suse.com/security/cve/CVE-2014-9358"
},
{
"category": "external",
"summary": "SUSE Bug 909709 for CVE-2014-9358",
"url": "https://bugzilla.suse.com/909709"
},
{
"category": "external",
"summary": "SUSE Bug 909747 for CVE-2014-9358",
"url": "https://bugzilla.suse.com/909747"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2014-9358"
},
{
"cve": "CVE-2015-3627",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3627"
}
],
"notes": [
{
"category": "general",
"text": "Libcontainer and Docker Engine before 1.6.1 opens the file-descriptor passed to the pid-1 process before performing the chroot, which allows local users to gain privileges via a symlink attack in an image.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3627",
"url": "https://www.suse.com/security/cve/CVE-2015-3627"
},
{
"category": "external",
"summary": "SUSE Bug 930235 for CVE-2015-3627",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "external",
"summary": "SUSE Bug 945060 for CVE-2015-3627",
"url": "https://bugzilla.suse.com/945060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "low"
}
],
"title": "CVE-2015-3627"
},
{
"cve": "CVE-2015-3629",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3629"
}
],
"notes": [
{
"category": "general",
"text": "Libcontainer 1.6.0, as used in Docker Engine, allows local users to escape containerization (\"mount namespace breakout\") and write to arbitrary file on the host system via a symlink attack in an image when respawning a container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3629",
"url": "https://www.suse.com/security/cve/CVE-2015-3629"
},
{
"category": "external",
"summary": "SUSE Bug 930235 for CVE-2015-3629",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "external",
"summary": "SUSE Bug 945060 for CVE-2015-3629",
"url": "https://bugzilla.suse.com/945060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2015-3629"
},
{
"cve": "CVE-2015-3630",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3630"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 1.6.1 uses weak permissions for (1) /proc/asound, (2) /proc/timer_stats, (3) /proc/latency_stats, and (4) /proc/fs, which allows local users to modify the host, obtain sensitive information, and perform protocol downgrade attacks via a crafted image.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3630",
"url": "https://www.suse.com/security/cve/CVE-2015-3630"
},
{
"category": "external",
"summary": "SUSE Bug 930235 for CVE-2015-3630",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "external",
"summary": "SUSE Bug 945060 for CVE-2015-3630",
"url": "https://bugzilla.suse.com/945060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2015-3630"
},
{
"cve": "CVE-2015-3631",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3631"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 1.6.1 allows local users to set arbitrary Linux Security Modules (LSM) and docker_t policies via an image that allows volumes to override files in /proc.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3631",
"url": "https://www.suse.com/security/cve/CVE-2015-3631"
},
{
"category": "external",
"summary": "SUSE Bug 930235 for CVE-2015-3631",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "external",
"summary": "SUSE Bug 945060 for CVE-2015-3631",
"url": "https://bugzilla.suse.com/945060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2015-3631"
},
{
"cve": "CVE-2016-3697",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-3697"
}
],
"notes": [
{
"category": "general",
"text": "libcontainer/user/user.go in runC before 0.1.0, as used in Docker before 1.11.2, improperly treats a numeric UID as a potential username, which allows local users to gain privileges via a numeric username in the password file in a container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-3697",
"url": "https://www.suse.com/security/cve/CVE-2016-3697"
},
{
"category": "external",
"summary": "SUSE Bug 976777 for CVE-2016-3697",
"url": "https://bugzilla.suse.com/976777"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2016-3697"
},
{
"cve": "CVE-2016-8867",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-8867"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine 1.12.2 enabled ambient capabilities with misconfigured capability policies. This allowed malicious images to bypass user permissions to access files within the container filesystem or mounted volumes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-8867",
"url": "https://www.suse.com/security/cve/CVE-2016-8867"
},
{
"category": "external",
"summary": "SUSE Bug 1007249 for CVE-2016-8867",
"url": "https://bugzilla.suse.com/1007249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2016-8867"
},
{
"cve": "CVE-2016-9962",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-9962"
}
],
"notes": [
{
"category": "general",
"text": "RunC allowed additional container processes via \u0027runc exec\u0027 to be ptraced by the pid 1 of the container. This allows the main processes of the container, if running as root, to gain access to file-descriptors of these new processes during the initialization and can lead to container escapes or modification of runC state before the process is fully placed inside the container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-9962",
"url": "https://www.suse.com/security/cve/CVE-2016-9962"
},
{
"category": "external",
"summary": "SUSE Bug 1012568 for CVE-2016-9962",
"url": "https://bugzilla.suse.com/1012568"
},
{
"category": "external",
"summary": "SUSE Bug 1173425 for CVE-2016-9962",
"url": "https://bugzilla.suse.com/1173425"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2016-9962"
},
{
"cve": "CVE-2017-14992",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-14992"
}
],
"notes": [
{
"category": "general",
"text": "Lack of content verification in Docker-CE (Also known as Moby) versions 1.12.6-0, 1.10.3, 17.03.0, 17.03.1, 17.03.2, 17.06.0, 17.06.1, 17.06.2, 17.09.0, and earlier allows a remote attacker to cause a Denial of Service via a crafted image layer payload, aka gzip bombing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-14992",
"url": "https://www.suse.com/security/cve/CVE-2017-14992"
},
{
"category": "external",
"summary": "SUSE Bug 1066210 for CVE-2017-14992",
"url": "https://bugzilla.suse.com/1066210"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2017-14992"
},
{
"cve": "CVE-2017-16539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16539"
}
],
"notes": [
{
"category": "general",
"text": "The DefaultLinuxSpec function in oci/defaults.go in Docker Moby through 17.03.2-ce does not block /proc/scsi pathnames, which allows attackers to trigger data loss (when certain older Linux kernels are used) by leveraging Docker container access to write a \"scsi remove-single-device\" line to /proc/scsi/scsi, aka SCSI MICDROP.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16539",
"url": "https://www.suse.com/security/cve/CVE-2017-16539"
},
{
"category": "external",
"summary": "SUSE Bug 1066801 for CVE-2017-16539",
"url": "https://bugzilla.suse.com/1066801"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2017-16539"
},
{
"cve": "CVE-2018-10892",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-10892"
}
],
"notes": [
{
"category": "general",
"text": "The default OCI linux spec in oci/defaults{_linux}.go in Docker/Moby from 1.11 to current does not block /proc/acpi pathnames. The flaw allows an attacker to modify host\u0027s hardware like enabling/disabling bluetooth or turning up/down keyboard brightness.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-10892",
"url": "https://www.suse.com/security/cve/CVE-2018-10892"
},
{
"category": "external",
"summary": "SUSE Bug 1100331 for CVE-2018-10892",
"url": "https://bugzilla.suse.com/1100331"
},
{
"category": "external",
"summary": "SUSE Bug 1100838 for CVE-2018-10892",
"url": "https://bugzilla.suse.com/1100838"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2018-10892"
},
{
"cve": "CVE-2018-15664",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-15664"
}
],
"notes": [
{
"category": "general",
"text": "In Docker through 18.06.1-ce-rc2, the API endpoints behind the \u0027docker cp\u0027 command are vulnerable to a symlink-exchange attack with Directory Traversal, giving attackers arbitrary read-write access to the host filesystem with root privileges, because daemon/archive.go does not do archive operations on a frozen filesystem (or from within a chroot).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-15664",
"url": "https://www.suse.com/security/cve/CVE-2018-15664"
},
{
"category": "external",
"summary": "SUSE Bug 1096726 for CVE-2018-15664",
"url": "https://bugzilla.suse.com/1096726"
},
{
"category": "external",
"summary": "SUSE Bug 1139649 for CVE-2018-15664",
"url": "https://bugzilla.suse.com/1139649"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2018-15664"
},
{
"cve": "CVE-2018-16873",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16873"
}
],
"notes": [
{
"category": "general",
"text": "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to remote code execution when executed with the -u flag and the import path of a malicious Go package, or a package that imports it directly or indirectly. Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). Using custom domains, it\u0027s possible to arrange things so that a Git repository is cloned to a folder named \".git\" by using a vanity import path that ends with \"/.git\". If the Git repository root contains a \"HEAD\" file, a \"config\" file, an \"objects\" directory, a \"refs\" directory, with some work to ensure the proper ordering of operations, \"go get -u\" can be tricked into considering the parent directory as a repository root, and running Git commands on it. That will use the \"config\" file in the original Git repository root for its configuration, and if that config file contains malicious commands, they will execute on the system running \"go get -u\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16873",
"url": "https://www.suse.com/security/cve/CVE-2018-16873"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2018-16873"
},
{
"cve": "CVE-2018-16874",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16874"
}
],
"notes": [
{
"category": "general",
"text": "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to directory traversal when executed with the import path of a malicious Go package which contains curly braces (both \u0027{\u0027 and \u0027}\u0027 characters). Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). The attacker can cause an arbitrary filesystem write, which can lead to code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16874",
"url": "https://www.suse.com/security/cve/CVE-2018-16874"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2018-16874"
},
{
"cve": "CVE-2018-16875",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16875"
}
],
"notes": [
{
"category": "general",
"text": "The crypto/x509 package of Go before 1.10.6 and 1.11.x before 1.11.3 does not limit the amount of work performed for each chain verification, which might allow attackers to craft pathological inputs leading to a CPU denial of service. Go TLS servers accepting client certificates and TLS clients are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16875",
"url": "https://www.suse.com/security/cve/CVE-2018-16875"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2018-16875"
},
{
"cve": "CVE-2018-20699",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-20699"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 18.09 allows attackers to cause a denial of service (dockerd memory consumption) via a large integer in a --cpuset-mems or --cpuset-cpus value, related to daemon/daemon_unix.go, pkg/parsers/parsers.go, and pkg/sysinfo/sysinfo.go.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-20699",
"url": "https://www.suse.com/security/cve/CVE-2018-20699"
},
{
"category": "external",
"summary": "SUSE Bug 1121768 for CVE-2018-20699",
"url": "https://bugzilla.suse.com/1121768"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2018-20699"
},
{
"cve": "CVE-2019-13509",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-13509"
}
],
"notes": [
{
"category": "general",
"text": "In Docker CE and EE before 18.09.8 (as well as Docker EE before 17.06.2-ee-23 and 18.x before 18.03.1-ee-10), Docker Engine in debug mode may sometimes add secrets to the debug log. This applies to a scenario where docker stack deploy is run to redeploy a stack that includes (non external) secrets. It potentially applies to other API users of the stack API if they resend the secret.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-13509",
"url": "https://www.suse.com/security/cve/CVE-2019-13509"
},
{
"category": "external",
"summary": "SUSE Bug 1142160 for CVE-2019-13509",
"url": "https://bugzilla.suse.com/1142160"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2019-13509"
},
{
"cve": "CVE-2019-14271",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14271"
}
],
"notes": [
{
"category": "general",
"text": "In Docker 19.03.x before 19.03.1 linked against the GNU C Library (aka glibc), code injection can occur when the nsswitch facility dynamically loads a library inside a chroot that contains the contents of the container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14271",
"url": "https://www.suse.com/security/cve/CVE-2019-14271"
},
{
"category": "external",
"summary": "SUSE Bug 1143409 for CVE-2019-14271",
"url": "https://bugzilla.suse.com/1143409"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2019-14271"
},
{
"cve": "CVE-2020-12912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-12912"
}
],
"notes": [
{
"category": "general",
"text": "A potential vulnerability in the AMD extension to Linux \"hwmon\" service may allow an attacker to use the Linux-based Running Average Power Limit (RAPL) interface to show various side channel attacks. In line with industry partners, AMD has updated the RAPL interface to require privileged access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-12912",
"url": "https://www.suse.com/security/cve/CVE-2020-12912"
},
{
"category": "external",
"summary": "SUSE Bug 1178760 for CVE-2020-12912",
"url": "https://bugzilla.suse.com/1178760"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2020-12912"
},
{
"cve": "CVE-2020-13401",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-13401"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Docker Engine before 19.03.11. An attacker in a container, with the CAP_NET_RAW capability, can craft IPv6 router advertisements, and consequently spoof external IPv6 hosts, obtain sensitive information, or cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-13401",
"url": "https://www.suse.com/security/cve/CVE-2020-13401"
},
{
"category": "external",
"summary": "SUSE Bug 1172375 for CVE-2020-13401",
"url": "https://bugzilla.suse.com/1172375"
},
{
"category": "external",
"summary": "SUSE Bug 1172377 for CVE-2020-13401",
"url": "https://bugzilla.suse.com/1172377"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2020-13401"
},
{
"cve": "CVE-2020-15257",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15257"
}
],
"notes": [
{
"category": "general",
"text": "containerd is an industry-standard container runtime and is available as a daemon for Linux and Windows. In containerd before versions 1.3.9 and 1.4.3, the containerd-shim API is improperly exposed to host network containers. Access controls for the shim\u0027s API socket verified that the connecting process had an effective UID of 0, but did not otherwise restrict access to the abstract Unix domain socket. This would allow malicious containers running in the same network namespace as the shim, with an effective UID of 0 but otherwise reduced privileges, to cause new processes to be run with elevated privileges. This vulnerability has been fixed in containerd 1.3.9 and 1.4.3. Users should update to these versions as soon as they are released. It should be noted that containers started with an old version of containerd-shim should be stopped and restarted, as running containers will continue to be vulnerable even after an upgrade. If you are not providing the ability for untrusted users to start containers in the same network namespace as the shim (typically the \"host\" network namespace, for example with docker run --net=host or hostNetwork: true in a Kubernetes pod) and run with an effective UID of 0, you are not vulnerable to this issue. If you are running containers with a vulnerable configuration, you can deny access to all abstract sockets with AppArmor by adding a line similar to deny unix addr=@**, to your policy. It is best practice to run containers with a reduced set of privileges, with a non-zero UID, and with isolated namespaces. The containerd maintainers strongly advise against sharing namespaces with the host. Reducing the set of isolation mechanisms used for a container necessarily increases that container\u0027s privilege, regardless of what container runtime is used for running that container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15257",
"url": "https://www.suse.com/security/cve/CVE-2020-15257"
},
{
"category": "external",
"summary": "SUSE Bug 1178969 for CVE-2020-15257",
"url": "https://bugzilla.suse.com/1178969"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2020-15257"
},
{
"cve": "CVE-2020-8694",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8694"
}
],
"notes": [
{
"category": "general",
"text": "Insufficient access control in the Linux kernel driver for some Intel(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8694",
"url": "https://www.suse.com/security/cve/CVE-2020-8694"
},
{
"category": "external",
"summary": "SUSE Bug 1170415 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1170415"
},
{
"category": "external",
"summary": "SUSE Bug 1170446 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1170446"
},
{
"category": "external",
"summary": "SUSE Bug 1178591 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1178591"
},
{
"category": "external",
"summary": "SUSE Bug 1178700 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1178700"
},
{
"category": "external",
"summary": "SUSE Bug 1179661 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1179661"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2020-8694"
},
{
"cve": "CVE-2020-8695",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8695"
}
],
"notes": [
{
"category": "general",
"text": "Observable discrepancy in the RAPL interface for some Intel(R) Processors may allow a privileged user to potentially enable information disclosure via local access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8695",
"url": "https://www.suse.com/security/cve/CVE-2020-8695"
},
{
"category": "external",
"summary": "SUSE Bug 1170415 for CVE-2020-8695",
"url": "https://bugzilla.suse.com/1170415"
},
{
"category": "external",
"summary": "SUSE Bug 1170446 for CVE-2020-8695",
"url": "https://bugzilla.suse.com/1170446"
},
{
"category": "external",
"summary": "SUSE Bug 1178591 for CVE-2020-8695",
"url": "https://bugzilla.suse.com/1178591"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2020-8695"
},
{
"cve": "CVE-2021-21284",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21284"
}
],
"notes": [
{
"category": "general",
"text": "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/\u003cremapping\u003e\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21284",
"url": "https://www.suse.com/security/cve/CVE-2021-21284"
},
{
"category": "external",
"summary": "SUSE Bug 1181732 for CVE-2021-21284",
"url": "https://bugzilla.suse.com/1181732"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "low"
}
],
"title": "CVE-2021-21284"
},
{
"cve": "CVE-2021-21285",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21285"
}
],
"notes": [
{
"category": "general",
"text": "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability in which pulling an intentionally malformed Docker image manifest crashes the dockerd daemon. Versions 20.10.3 and 19.03.15 contain patches that prevent the daemon from crashing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21285",
"url": "https://www.suse.com/security/cve/CVE-2021-21285"
},
{
"category": "external",
"summary": "SUSE Bug 1181730 for CVE-2021-21285",
"url": "https://bugzilla.suse.com/1181730"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-21285"
},
{
"cve": "CVE-2021-41089",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41089"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby (Docker Engine) where attempting to copy files using `docker cp` into a specially-crafted container can result in Unix file permission changes for existing files in the host\u0027s filesystem, widening access to others. This bug does not directly allow files to be read, modified, or executed without an additional cooperating process. This bug has been fixed in Moby (Docker Engine) 20.10.9. Users should update to this version as soon as possible. Running containers do not need to be restarted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41089",
"url": "https://www.suse.com/security/cve/CVE-2021-41089"
},
{
"category": "external",
"summary": "SUSE Bug 1191015 for CVE-2021-41089",
"url": "https://bugzilla.suse.com/1191015"
},
{
"category": "external",
"summary": "SUSE Bug 1191355 for CVE-2021-41089",
"url": "https://bugzilla.suse.com/1191355"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-41089"
},
{
"cve": "CVE-2021-41091",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41091"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby (Docker Engine) where the data directory (typically `/var/lib/docker`) contained subdirectories with insufficiently restricted permissions, allowing otherwise unprivileged Linux users to traverse directory contents and execute programs. When containers included executable programs with extended permission bits (such as `setuid`), unprivileged Linux users could discover and execute those programs. When the UID of an unprivileged Linux user on the host collided with the file owner or group inside a container, the unprivileged Linux user on the host could discover, read, and modify those files. This bug has been fixed in Moby (Docker Engine) 20.10.9. Users should update to this version as soon as possible. Running containers should be stopped and restarted for the permissions to be fixed. For users unable to upgrade limit access to the host to trusted users. Limit access to host volumes to trusted containers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41091",
"url": "https://www.suse.com/security/cve/CVE-2021-41091"
},
{
"category": "external",
"summary": "SUSE Bug 1191355 for CVE-2021-41091",
"url": "https://bugzilla.suse.com/1191355"
},
{
"category": "external",
"summary": "SUSE Bug 1191434 for CVE-2021-41091",
"url": "https://bugzilla.suse.com/1191434"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-41091"
},
{
"cve": "CVE-2021-41092",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41092"
}
],
"notes": [
{
"category": "general",
"text": "Docker CLI is the command line interface for the docker container runtime. A bug was found in the Docker CLI where running `docker login my-private-registry.example.com` with a misconfigured configuration file (typically `~/.docker/config.json`) listing a `credsStore` or `credHelpers` that could not be executed would result in any provided credentials being sent to `registry-1.docker.io` rather than the intended private registry. This bug has been fixed in Docker CLI 20.10.9. Users should update to this version as soon as possible. For users unable to update ensure that any configured credsStore or credHelpers entries in the configuration file reference an installed credential helper that is executable and on the PATH.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41092",
"url": "https://www.suse.com/security/cve/CVE-2021-41092"
},
{
"category": "external",
"summary": "SUSE Bug 1191334 for CVE-2021-41092",
"url": "https://bugzilla.suse.com/1191334"
},
{
"category": "external",
"summary": "SUSE Bug 1191355 for CVE-2021-41092",
"url": "https://bugzilla.suse.com/1191355"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-41092"
},
{
"cve": "CVE-2021-41103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41103"
}
],
"notes": [
{
"category": "general",
"text": "containerd is an open source container runtime with an emphasis on simplicity, robustness and portability. A bug was found in containerd where container root directories and some plugins had insufficiently restricted permissions, allowing otherwise unprivileged Linux users to traverse directory contents and execute programs. When containers included executable programs with extended permission bits (such as setuid), unprivileged Linux users could discover and execute those programs. When the UID of an unprivileged Linux user on the host collided with the file owner or group inside a container, the unprivileged Linux user on the host could discover, read, and modify those files. This vulnerability has been fixed in containerd 1.4.11 and containerd 1.5.7. Users should update to these version when they are released and may restart containers or update directory permissions to mitigate the vulnerability. Users unable to update should limit access to the host to trusted users. Update directory permission on container bundles directories.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41103",
"url": "https://www.suse.com/security/cve/CVE-2021-41103"
},
{
"category": "external",
"summary": "SUSE Bug 1191121 for CVE-2021-41103",
"url": "https://bugzilla.suse.com/1191121"
},
{
"category": "external",
"summary": "SUSE Bug 1191355 for CVE-2021-41103",
"url": "https://bugzilla.suse.com/1191355"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-41103"
},
{
"cve": "CVE-2021-41190",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41190"
}
],
"notes": [
{
"category": "general",
"text": "The OCI Distribution Spec project defines an API protocol to facilitate and standardize the distribution of content. In the OCI Distribution Specification version 1.0.0 and prior, the Content-Type header alone was used to determine the type of document during push and pull operations. Documents that contain both \"manifests\" and \"layers\" fields could be interpreted as either a manifest or an index in the absence of an accompanying Content-Type header. If a Content-Type header changed between two pulls of the same digest, a client may interpret the resulting content differently. The OCI Distribution Specification has been updated to require that a mediaType value present in a manifest or index match the Content-Type header used during the push and pull operations. Clients pulling from a registry may distrust the Content-Type header and reject an ambiguous document that contains both \"manifests\" and \"layers\" fields or \"manifests\" and \"config\" fields if they are unable to update to version 1.0.1 of the spec.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41190",
"url": "https://www.suse.com/security/cve/CVE-2021-41190"
},
{
"category": "external",
"summary": "SUSE Bug 1193273 for CVE-2021-41190",
"url": "https://bugzilla.suse.com/1193273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-41190"
},
{
"cve": "CVE-2021-43565",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-43565"
}
],
"notes": [
{
"category": "general",
"text": "The x/crypto/ssh package before 0.0.0-20211202192323-5770296d904e of golang.org/x/crypto allows an attacker to panic an SSH server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-43565",
"url": "https://www.suse.com/security/cve/CVE-2021-43565"
},
{
"category": "external",
"summary": "SUSE Bug 1193930 for CVE-2021-43565",
"url": "https://bugzilla.suse.com/1193930"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2021-43565"
},
{
"cve": "CVE-2022-24769",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24769"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker to enable and accelerate software containerization. A bug was found in Moby (Docker Engine) prior to version 20.10.14 where containers were incorrectly started with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during `execve(2)`. Normally, when executable programs have specified permitted file capabilities, otherwise unprivileged users and processes can execute those programs and gain the specified file capabilities up to the bounding set. Due to this bug, containers which included executable programs with inheritable file capabilities allowed otherwise unprivileged users and processes to additionally gain these inheritable file capabilities up to the container\u0027s bounding set. Containers which use Linux users and groups to perform privilege separation inside the container are most directly impacted. This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container\u0027s bounding set. This bug has been fixed in Moby (Docker Engine) 20.10.14. Running containers should be stopped, deleted, and recreated for the inheritable capabilities to be reset. This fix changes Moby (Docker Engine) behavior such that containers are started with a more typical Linux environment. As a workaround, the entry point of a container can be modified to use a utility like `capsh(1)` to drop inheritable capabilities prior to the primary process starting.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24769",
"url": "https://www.suse.com/security/cve/CVE-2022-24769"
},
{
"category": "external",
"summary": "SUSE Bug 1197517 for CVE-2022-24769",
"url": "https://bugzilla.suse.com/1197517"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2022-24769"
},
{
"cve": "CVE-2022-27191",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-27191"
}
],
"notes": [
{
"category": "general",
"text": "The golang.org/x/crypto/ssh package before 0.0.0-20220314234659-1baeb1ce4c0b for Go allows an attacker to crash a server in certain circumstances involving AddHostKey.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-27191",
"url": "https://www.suse.com/security/cve/CVE-2022-27191"
},
{
"category": "external",
"summary": "SUSE Bug 1197284 for CVE-2022-27191",
"url": "https://bugzilla.suse.com/1197284"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2022-27191"
},
{
"cve": "CVE-2022-36109",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-36109"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby (Docker Engine) where supplementary groups are not set up properly. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases, potentially gaining access to sensitive information or gaining the ability to execute code in that container. This bug is fixed in Moby (Docker Engine) 20.10.18. Running containers should be stopped and restarted for the permissions to be fixed. For users unable to upgrade, this problem can be worked around by not using the `\"USER $USERNAME\"` Dockerfile instruction. Instead by calling `ENTRYPOINT [\"su\", \"-\", \"user\"]` the supplementary groups will be set up properly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-36109",
"url": "https://www.suse.com/security/cve/CVE-2022-36109"
},
{
"category": "external",
"summary": "SUSE Bug 1205375 for CVE-2022-36109",
"url": "https://bugzilla.suse.com/1205375"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2022-36109"
},
{
"cve": "CVE-2023-28840",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-28840"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework developed by Docker Inc. that is distributed as Docker, Mirantis Container Runtime, and various other downstream projects/products. The Moby daemon component (`dockerd`), which is developed as moby/moby, is commonly referred to as *Docker*.\n\nSwarm Mode, which is compiled in and delivered by default in dockerd and is thus present in most major Moby downstreams, is a simple, built-in container orchestrator that is implemented through a combination of SwarmKit and supporting network code.\n\nThe overlay network driver is a core feature of Swarm Mode, providing isolated virtual LANs that allow communication between containers and services across the cluster. This driver is an implementation/user of VXLAN, which encapsulates link-layer (Ethernet) frames in UDP datagrams that tag the frame with a VXLAN Network ID (VNI) that identifies the originating overlay network. In addition, the overlay network driver supports an optional, off-by-default encrypted mode, which is especially useful when VXLAN packets traverses an untrusted network between nodes.\n\nEncrypted overlay networks function by encapsulating the VXLAN datagrams through the use of the IPsec Encapsulating Security Payload protocol in Transport mode. By deploying IPSec encapsulation, encrypted overlay networks gain the additional properties of source authentication through cryptographic proof, data integrity through check-summing, and confidentiality through encryption.\n\nWhen setting an endpoint up on an encrypted overlay network, Moby installs three iptables (Linux kernel firewall) rules that enforce both incoming and outgoing IPSec. These rules rely on the u32 iptables extension provided by the xt_u32 kernel module to directly filter on a VXLAN packet\u0027s VNI field, so that IPSec guarantees can be enforced on encrypted overlay networks without interfering with other overlay networks or other users of VXLAN.\n\nTwo iptables rules serve to filter incoming VXLAN datagrams with a VNI that corresponds to an encrypted network and discards unencrypted datagrams. The rules are appended to the end of the INPUT filter chain, following any rules that have been previously set by the system administrator. Administrator-set rules take precedence over the rules Moby sets to discard unencrypted VXLAN datagrams, which can potentially admit unencrypted datagrams that should have been discarded.\n\nThe injection of arbitrary Ethernet frames can enable a Denial of Service attack. A sophisticated attacker may be able to establish a UDP or TCP connection by way of the container\u0027s outbound gateway that would otherwise be blocked by a stateful firewall, or carry out other escalations beyond simple injection by smuggling packets into the overlay network.\n\nPatches are available in Moby releases 23.0.3 and 20.10.24. As Mirantis Container Runtime\u0027s 20.10 releases are numbered differently, users of that platform should update to 20.10.16.\n\nSome workarounds are available. Close the VXLAN port (by default, UDP port 4789) to incoming traffic at the Internet boundary to prevent all VXLAN packet injection, and/or ensure that the `xt_u32` kernel module is available on all nodes of the Swarm cluster.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-28840",
"url": "https://www.suse.com/security/cve/CVE-2023-28840"
},
{
"category": "external",
"summary": "SUSE Bug 1214107 for CVE-2023-28840",
"url": "https://bugzilla.suse.com/1214107"
},
{
"category": "external",
"summary": "SUSE Bug 1215525 for CVE-2023-28840",
"url": "https://bugzilla.suse.com/1215525"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2023-28840"
},
{
"cve": "CVE-2023-28841",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-28841"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework developed by Docker Inc. that is distributed as Docker, Mirantis Container Runtime, and various other downstream projects/products. The Moby daemon component (`dockerd`), which is developed as moby/moby is commonly referred to as *Docker*.\n\nSwarm Mode, which is compiled in and delivered by default in `dockerd` and is thus present in most major Moby downstreams, is a simple, built-in container orchestrator that is implemented through a combination of SwarmKit and supporting network code.\n\nThe `overlay` network driver is a core feature of Swarm Mode, providing isolated virtual LANs that allow communication between containers and services across the cluster. This driver is an implementation/user of VXLAN, which encapsulates link-layer (Ethernet) frames in UDP datagrams that tag the frame with the VXLAN metadata, including a VXLAN Network ID (VNI) that identifies the originating overlay network. In addition, the overlay network driver supports an optional, off-by-default encrypted mode, which is especially useful when VXLAN packets traverses an untrusted network between nodes.\n\nEncrypted overlay networks function by encapsulating the VXLAN datagrams through the use of the IPsec Encapsulating Security Payload protocol in Transport mode. By deploying IPSec encapsulation, encrypted overlay networks gain the additional properties of source authentication through cryptographic proof, data integrity through check-summing, and confidentiality through encryption.\n\nWhen setting an endpoint up on an encrypted overlay network, Moby installs three iptables (Linux kernel firewall) rules that enforce both incoming and outgoing IPSec. These rules rely on the `u32` iptables extension provided by the `xt_u32` kernel module to directly filter on a VXLAN packet\u0027s VNI field, so that IPSec guarantees can be enforced on encrypted overlay networks without interfering with other overlay networks or other users of VXLAN.\n\nAn iptables rule designates outgoing VXLAN datagrams with a VNI that corresponds to an encrypted overlay network for IPsec encapsulation.\n\nEncrypted overlay networks on affected platforms silently transmit unencrypted data. As a result, `overlay` networks may appear to be functional, passing traffic as expected, but without any of the expected confidentiality or data integrity guarantees.\n\nIt is possible for an attacker sitting in a trusted position on the network to read all of the application traffic that is moving across the overlay network, resulting in unexpected secrets or user data disclosure. Thus, because many database protocols, internal APIs, etc. are not protected by a second layer of encryption, a user may use Swarm encrypted overlay networks to provide confidentiality, which due to this vulnerability this is no longer guaranteed.\n\nPatches are available in Moby releases 23.0.3, and 20.10.24. As Mirantis Container Runtime\u0027s 20.10 releases are numbered differently, users of that platform should update to 20.10.16.\n\nSome workarounds are available. Close the VXLAN port (by default, UDP port 4789) to outgoing traffic at the Internet boundary in order to prevent unintentionally leaking unencrypted traffic over the Internet, and/or ensure that the `xt_u32` kernel module is available on all nodes of the Swarm cluster.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-28841",
"url": "https://www.suse.com/security/cve/CVE-2023-28841"
},
{
"category": "external",
"summary": "SUSE Bug 1214108 for CVE-2023-28841",
"url": "https://bugzilla.suse.com/1214108"
},
{
"category": "external",
"summary": "SUSE Bug 1215525 for CVE-2023-28841",
"url": "https://bugzilla.suse.com/1215525"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2023-28841"
},
{
"cve": "CVE-2023-28842",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-28842"
}
],
"notes": [
{
"category": "general",
"text": "Moby) is an open source container framework developed by Docker Inc. that is distributed as Docker, Mirantis Container Runtime, and various other downstream projects/products. The Moby daemon component (`dockerd`), which is developed as moby/moby is commonly referred to as *Docker*.\n\nSwarm Mode, which is compiled in and delivered by default in `dockerd` and is thus present in most major Moby downstreams, is a simple, built-in container orchestrator that is implemented through a combination of SwarmKit and supporting network code.\n\nThe `overlay` network driver is a core feature of Swarm Mode, providing isolated virtual LANs that allow communication between containers and services across the cluster. This driver is an implementation/user of VXLAN, which encapsulates link-layer (Ethernet) frames in UDP datagrams that tag the frame with the VXLAN metadata, including a VXLAN Network ID (VNI) that identifies the originating overlay network. In addition, the overlay network driver supports an optional, off-by-default encrypted mode, which is especially useful when VXLAN packets traverses an untrusted network between nodes.\n\nEncrypted overlay networks function by encapsulating the VXLAN datagrams through the use of the IPsec Encapsulating Security Payload protocol in Transport mode. By deploying IPSec encapsulation, encrypted overlay networks gain the additional properties of source authentication through cryptographic proof, data integrity through check-summing, and confidentiality through encryption.\n\nWhen setting an endpoint up on an encrypted overlay network, Moby installs three iptables (Linux kernel firewall) rules that enforce both incoming and outgoing IPSec. These rules rely on the `u32` iptables extension provided by the `xt_u32` kernel module to directly filter on a VXLAN packet\u0027s VNI field, so that IPSec guarantees can be enforced on encrypted overlay networks without interfering with other overlay networks or other users of VXLAN.\n\nThe `overlay` driver dynamically and lazily defines the kernel configuration for the VXLAN network on each node as containers are attached and detached. Routes and encryption parameters are only defined for destination nodes that participate in the network. The iptables rules that prevent encrypted overlay networks from accepting unencrypted packets are not created until a peer is available with which to communicate.\n\nEncrypted overlay networks silently accept cleartext VXLAN datagrams that are tagged with the VNI of an encrypted overlay network. As a result, it is possible to inject arbitrary Ethernet frames into the encrypted overlay network by encapsulating them in VXLAN datagrams. The implications of this can be quite dire, and GHSA-vwm3-crmr-xfxw should be referenced for a deeper exploration.\n\nPatches are available in Moby releases 23.0.3, and 20.10.24. As Mirantis Container Runtime\u0027s 20.10 releases are numbered differently, users of that platform should update to 20.10.16.\n\nSome workarounds are available. In multi-node clusters, deploy a global \u0027pause\u0027 container for each encrypted overlay network, on every node. For a single-node cluster, do not use overlay networks of any sort. Bridge networks provide the same connectivity on a single node and have no multi-node features. The Swarm ingress feature is implemented using an overlay network, but can be disabled by publishing ports in `host` mode instead of `ingress` mode (allowing the use of an external load balancer), and removing the `ingress` network. If encrypted overlay networks are in exclusive use, block UDP port 4789 from traffic that has not been validated by IPSec.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-28842",
"url": "https://www.suse.com/security/cve/CVE-2023-28842"
},
{
"category": "external",
"summary": "SUSE Bug 1214109 for CVE-2023-28842",
"url": "https://bugzilla.suse.com/1214109"
},
{
"category": "external",
"summary": "SUSE Bug 1215525 for CVE-2023-28842",
"url": "https://bugzilla.suse.com/1215525"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2023-28842"
},
{
"cve": "CVE-2024-23650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23650"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit client or frontend could craft a request that could lead to BuildKit daemon crashing with a panic. The issue has been fixed in v0.12.5. As a workaround, avoid using BuildKit frontends from untrusted sources.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23650",
"url": "https://www.suse.com/security/cve/CVE-2024-23650"
},
{
"category": "external",
"summary": "SUSE Bug 1219437 for CVE-2024-23650",
"url": "https://bugzilla.suse.com/1219437"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2024-23650"
},
{
"cve": "CVE-2024-23651",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23651"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Two malicious build steps running in parallel sharing the same cache mounts with subpaths could cause a race condition that can lead to files from the host system being accessible to the build container. The issue has been fixed in v0.12.5. Workarounds include, avoiding using BuildKit frontend from an untrusted source or building an untrusted Dockerfile containing cache mounts with --mount=type=cache,source=... options.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23651",
"url": "https://www.suse.com/security/cve/CVE-2024-23651"
},
{
"category": "external",
"summary": "SUSE Bug 1219267 for CVE-2024-23651",
"url": "https://bugzilla.suse.com/1219267"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2024-23651"
},
{
"cve": "CVE-2024-23652",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23652"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit frontend or Dockerfile using RUN --mount could trick the feature that removes empty files created for the mountpoints into removing a file outside the container, from the host system. The issue has been fixed in v0.12.5. Workarounds include avoiding using BuildKit frontends from an untrusted source or building an untrusted Dockerfile containing RUN --mount feature.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23652",
"url": "https://www.suse.com/security/cve/CVE-2024-23652"
},
{
"category": "external",
"summary": "SUSE Bug 1219268 for CVE-2024-23652",
"url": "https://bugzilla.suse.com/1219268"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2024-23652"
},
{
"cve": "CVE-2024-23653",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23653"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. In addition to running containers as build steps, BuildKit also provides APIs for running interactive containers based on built images. It was possible to use these APIs to ask BuildKit to run a container with elevated privileges. Normally, running such containers is only allowed if special `security.insecure` entitlement is enabled both by buildkitd configuration and allowed by the user initializing the build request. The issue has been fixed in v0.12.5 . Avoid using BuildKit frontends from untrusted sources. \n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23653",
"url": "https://www.suse.com/security/cve/CVE-2024-23653"
},
{
"category": "external",
"summary": "SUSE Bug 1219438 for CVE-2024-23653",
"url": "https://bugzilla.suse.com/1219438"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2024-23653"
},
{
"cve": "CVE-2024-29018",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-29018"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework that is a key component of Docker Engine, Docker Desktop, and other distributions of container tooling or runtimes. Moby\u0027s networking implementation allows for many networks, each with their own IP address range and gateway, to be defined. This feature is frequently referred to as custom networks, as each network can have a different driver, set of parameters and thus behaviors. When creating a network, the `--internal` flag is used to designate a network as _internal_. The `internal` attribute in a docker-compose.yml file may also be used to mark a network _internal_, and other API clients may specify the `internal` parameter as well.\n\nWhen containers with networking are created, they are assigned unique network interfaces and IP addresses. The host serves as a router for non-internal networks, with a gateway IP that provides SNAT/DNAT to/from container IPs.\n\nContainers on an internal network may communicate between each other, but are precluded from communicating with any networks the host has access to (LAN or WAN) as no default route is configured, and firewall rules are set up to drop all outgoing traffic. Communication with the gateway IP address (and thus appropriately configured host services) is possible, and the host may communicate with any container IP directly.\n\nIn addition to configuring the Linux kernel\u0027s various networking features to enable container networking, `dockerd` directly provides some services to container networks. Principal among these is serving as a resolver, enabling service discovery, and resolution of names from an upstream resolver.\n\nWhen a DNS request for a name that does not correspond to a container is received, the request is forwarded to the configured upstream resolver. This request is made from the container\u0027s network namespace: the level of access and routing of traffic is the same as if the request was made by the container itself.\n\nAs a consequence of this design, containers solely attached to an internal network will be unable to resolve names using the upstream resolver, as the container itself is unable to communicate with that nameserver. Only the names of containers also attached to the internal network are able to be resolved.\n\nMany systems run a local forwarding DNS resolver. As the host and any containers have separate loopback devices, a consequence of the design described above is that containers are unable to resolve names from the host\u0027s configured resolver, as they cannot reach these addresses on the host loopback device. To bridge this gap, and to allow containers to properly resolve names even when a local forwarding resolver is used on a loopback address, `dockerd` detects this scenario and instead forward DNS requests from the host namework namespace. The loopback resolver then forwards the requests to its configured upstream resolvers, as expected.\n\nBecause `dockerd` forwards DNS requests to the host loopback device, bypassing the container network namespace\u0027s normal routing semantics entirely, internal networks can unexpectedly forward DNS requests to an external nameserver. By registering a domain for which they control the authoritative nameservers, an attacker could arrange for a compromised container to exfiltrate data by encoding it in DNS queries that will eventually be answered by their nameservers.\n\nDocker Desktop is not affected, as Docker Desktop always runs an internal resolver on a RFC 1918 address.\n\nMoby releases 26.0.0, 25.0.4, and 23.0.11 are patched to prevent forwarding any DNS requests from internal networks. As a workaround, run containers intended to be solely attached to internal networks with a custom upstream address, which will force all upstream DNS queries to be resolved from the container\u0027s network namespace.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-29018",
"url": "https://www.suse.com/security/cve/CVE-2024-29018"
},
{
"category": "external",
"summary": "SUSE Bug 1234089 for CVE-2024-29018",
"url": "https://bugzilla.suse.com/1234089"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2024-29018"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
suse-su-2025:1017-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for buildah",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for buildah fixes the following issues:\n\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239339).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1017,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1017,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1017,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1017,SUSE-Storage-7.1-2025-1017",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1017-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1017-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251017-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1017-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020607.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239339",
"url": "https://bugzilla.suse.com/1239339"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for buildah",
"tracking": {
"current_release_date": "2025-03-26T09:02:54Z",
"generator": {
"date": "2025-03-26T09:02:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1017-1",
"initial_release_date": "2025-03-26T09:02:54Z",
"revision_history": [
{
"date": "2025-03-26T09:02:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150300.8.39.1.aarch64",
"product": {
"name": "buildah-1.35.5-150300.8.39.1.aarch64",
"product_id": "buildah-1.35.5-150300.8.39.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150300.8.39.1.i586",
"product": {
"name": "buildah-1.35.5-150300.8.39.1.i586",
"product_id": "buildah-1.35.5-150300.8.39.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150300.8.39.1.ppc64le",
"product": {
"name": "buildah-1.35.5-150300.8.39.1.ppc64le",
"product_id": "buildah-1.35.5-150300.8.39.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150300.8.39.1.s390x",
"product": {
"name": "buildah-1.35.5-150300.8.39.1.s390x",
"product_id": "buildah-1.35.5-150300.8.39.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150300.8.39.1.x86_64",
"product": {
"name": "buildah-1.35.5-150300.8.39.1.x86_64",
"product_id": "buildah-1.35.5-150300.8.39.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.x86_64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150300.8.39.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64"
},
"product_reference": "buildah-1.35.5-150300.8.39.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-26T09:02:54Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Enterprise Storage 7.1:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:buildah-1.35.5-150300.8.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:buildah-1.35.5-150300.8.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-26T09:02:54Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-su-2025:1014-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for buildah",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for buildah fixes the following issues:\n\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239339).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1014,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1014,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1014,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1014,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1014",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1014-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1014-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251014-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1014-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020597.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239339",
"url": "https://bugzilla.suse.com/1239339"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for buildah",
"tracking": {
"current_release_date": "2025-03-25T13:05:55Z",
"generator": {
"date": "2025-03-25T13:05:55Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1014-1",
"initial_release_date": "2025-03-25T13:05:55Z",
"revision_history": [
{
"date": "2025-03-25T13:05:55Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150400.3.45.1.aarch64",
"product": {
"name": "buildah-1.35.5-150400.3.45.1.aarch64",
"product_id": "buildah-1.35.5-150400.3.45.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150400.3.45.1.i586",
"product": {
"name": "buildah-1.35.5-150400.3.45.1.i586",
"product_id": "buildah-1.35.5-150400.3.45.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150400.3.45.1.ppc64le",
"product": {
"name": "buildah-1.35.5-150400.3.45.1.ppc64le",
"product_id": "buildah-1.35.5-150400.3.45.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150400.3.45.1.s390x",
"product": {
"name": "buildah-1.35.5-150400.3.45.1.s390x",
"product_id": "buildah-1.35.5-150400.3.45.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1.35.5-150400.3.45.1.x86_64",
"product": {
"name": "buildah-1.35.5-150400.3.45.1.x86_64",
"product_id": "buildah-1.35.5-150400.3.45.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150400.3.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.aarch64"
},
"product_reference": "buildah-1.35.5-150400.3.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150400.3.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.x86_64"
},
"product_reference": "buildah-1.35.5-150400.3.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150400.3.45.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64"
},
"product_reference": "buildah-1.35.5-150400.3.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150400.3.45.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64"
},
"product_reference": "buildah-1.35.5-150400.3.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150400.3.45.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64"
},
"product_reference": "buildah-1.35.5-150400.3.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150400.3.45.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150400.3.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150400.3.45.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.s390x"
},
"product_reference": "buildah-1.35.5-150400.3.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150400.3.45.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64"
},
"product_reference": "buildah-1.35.5-150400.3.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150400.3.45.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.ppc64le"
},
"product_reference": "buildah-1.35.5-150400.3.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1.35.5-150400.3.45.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.x86_64"
},
"product_reference": "buildah-1.35.5-150400.3.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-25T13:05:55Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:buildah-1.35.5-150400.3.45.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:buildah-1.35.5-150400.3.45.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-25T13:05:55Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-su-2025:1094-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for warewulf4",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for warewulf4 fixes the following issues:\n\nwarewulf4 was updated from version 4.5.8 to 4.6.0:\n\n- Security issues fixed for version 4.6.0:\n\n * CVE-2025-22869: Fixed Denial of Service vulnerability in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322)\n * CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238611)\n\n- User visible changes:\n\n * Default values `nodes.conf`:\n \n + The default values for `kernel command line`, `init parameters` and `root` are now set in the `default` profile\n and this profileshould be included in every profile.\n During the installation of an update an upgrade is done to `nodes.conf` which updates the database accordingly.\n\n * Overlay split up:\n\n + The overlays `wwinit` and `runtime` are now split up in different overlays named according to their role.\n The upgrade process will update the node database and replace the overlays `wwinit` and `runtime` with a list\n of overlays with same role.\n\n * Site and distribution overlays:\n\n + The overlays in `/var/lib/warewulf/overlays` should not be changed by the user any more. \n Site specific overlays are now sorted under `/etc/warewulf/overlays`.\n On upgrade, changed overlays are stored with the `rpmsave` suffix and move to \n `/etc/warewulf/overlays/$OVERLAYNAME`.\n \n- Other changes and bugs fixed:\n\n * Fixed udev issue with assigning device names (bsc#1226654)\n * Implemented new package `warewulf-reference-doc` with the reference documentation for Warewulf 4 as PDF\n * The configuation files nodes.conf and warewulf.conf will be updated on upgrade and the unmodified configuration\n files will be saved as nodes.conf.4.5.x and warewulf.conf.4.5.x\n\n- Summary of upstream changes:\n\n * New configuration upgrade system\n * Changes to the default profile\n * Renamed containers to (node) images\n * New kernel management system\n * Parallel overlay builds\n * Sprig functions in overlay templates\n * Improved network overlays\n * Nested profiles\n * Arbitrary \u0027resources\u0027 data in nodes.conf\n * NFS client configuration in nodes.conf\n * Emphatically optional syncuser\n * Improved network boot observability\n * Particularly significant changes, especially those affecting the user interface, \n are described in the release notes:\n\n + https://warewulf.org/docs/v4.6.x/release/v4.6.0.html\n \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1094,SUSE-SLE-Module-HPC-15-SP6-2025-1094,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1094,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1094,openSUSE-SLE-15.6-2025-1094",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1094-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1094-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251094-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1094-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/038880.html"
},
{
"category": "self",
"summary": "SUSE Bug 1226654",
"url": "https://bugzilla.suse.com/1226654"
},
{
"category": "self",
"summary": "SUSE Bug 1238611",
"url": "https://bugzilla.suse.com/1238611"
},
{
"category": "self",
"summary": "SUSE Bug 1239322",
"url": "https://bugzilla.suse.com/1239322"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for warewulf4",
"tracking": {
"current_release_date": "2025-04-02T03:37:36Z",
"generator": {
"date": "2025-04-02T03:37:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1094-1",
"initial_release_date": "2025-04-02T03:37:36Z",
"revision_history": [
{
"date": "2025-04-02T03:37:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"product": {
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"product_id": "warewulf4-4.6.0-150500.6.34.1.aarch64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"product": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"product_id": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-man-4.6.0-150500.6.34.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-rke2-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-overlay-rke2-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-overlay-rke2-4.6.0-150500.6.34.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
}
},
{
"category": "product_version",
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"product": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"product_id": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"product": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"product_id": "warewulf4-4.6.0-150500.6.34.1.x86_64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"product": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"product_id": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-hpc:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-150500.6.34.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-150500.6.34.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-man-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
},
"product_reference": "warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T03:37:36Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"SUSE Linux Enterprise Module for HPC 15 SP6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-dracut-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-man-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.aarch64",
"openSUSE Leap 15.6:warewulf4-overlay-4.6.0-150500.6.34.1.x86_64",
"openSUSE Leap 15.6:warewulf4-overlay-slurm-4.6.0-150500.6.34.1.noarch",
"openSUSE Leap 15.6:warewulf4-reference-doc-4.6.0-150500.6.34.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T03:37:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
suse-su-2025:1037-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239330).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1037,SUSE-SLE-Micro-5.3-2025-1037,SUSE-SLE-Micro-5.4-2025-1037,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1037,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1037,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1037,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1037",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1037-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1037-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251037-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1037-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020614.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239330",
"url": "https://bugzilla.suse.com/1239330"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-03-27T09:44:17Z",
"generator": {
"date": "2025-03-27T09:44:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1037-1",
"initial_release_date": "2025-03-27T09:44:17Z",
"revision_history": [
{
"date": "2025-03-27T09:44:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.44.1.aarch64",
"product": {
"name": "podman-4.9.5-150400.4.44.1.aarch64",
"product_id": "podman-4.9.5-150400.4.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"product_id": "podman-remote-4.9.5-150400.4.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.44.1.aarch64",
"product": {
"name": "podmansh-4.9.5-150400.4.44.1.aarch64",
"product_id": "podmansh-4.9.5-150400.4.44.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.44.1.i586",
"product": {
"name": "podman-4.9.5-150400.4.44.1.i586",
"product_id": "podman-4.9.5-150400.4.44.1.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.44.1.i586",
"product": {
"name": "podman-remote-4.9.5-150400.4.44.1.i586",
"product_id": "podman-remote-4.9.5-150400.4.44.1.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.44.1.i586",
"product": {
"name": "podmansh-4.9.5-150400.4.44.1.i586",
"product_id": "podmansh-4.9.5-150400.4.44.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150400.4.44.1.noarch",
"product": {
"name": "podman-docker-4.9.5-150400.4.44.1.noarch",
"product_id": "podman-docker-4.9.5-150400.4.44.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.44.1.ppc64le",
"product": {
"name": "podman-4.9.5-150400.4.44.1.ppc64le",
"product_id": "podman-4.9.5-150400.4.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.44.1.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150400.4.44.1.ppc64le",
"product_id": "podman-remote-4.9.5-150400.4.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.44.1.ppc64le",
"product": {
"name": "podmansh-4.9.5-150400.4.44.1.ppc64le",
"product_id": "podmansh-4.9.5-150400.4.44.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.44.1.s390x",
"product": {
"name": "podman-4.9.5-150400.4.44.1.s390x",
"product_id": "podman-4.9.5-150400.4.44.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.44.1.s390x",
"product": {
"name": "podman-remote-4.9.5-150400.4.44.1.s390x",
"product_id": "podman-remote-4.9.5-150400.4.44.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.44.1.s390x",
"product": {
"name": "podmansh-4.9.5-150400.4.44.1.s390x",
"product_id": "podmansh-4.9.5-150400.4.44.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.44.1.x86_64",
"product": {
"name": "podman-4.9.5-150400.4.44.1.x86_64",
"product_id": "podman-4.9.5-150400.4.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"product_id": "podman-remote-4.9.5-150400.4.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.44.1.x86_64",
"product": {
"name": "podmansh-4.9.5-150400.4.44.1.x86_64",
"product_id": "podmansh-4.9.5-150400.4.44.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x"
},
"product_reference": "podman-4.9.5-150400.4.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x"
},
"product_reference": "podman-4.9.5-150400.4.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le"
},
"product_reference": "podman-4.9.5-150400.4.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x"
},
"product_reference": "podman-4.9.5-150400.4.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.44.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le"
},
"product_reference": "podman-4.9.5-150400.4.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.44.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:44:17Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:44:17Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:44:17Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-su-2025:1062-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker, docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker, docker-stable fixes the following issues:\n\n\n- CVE-2025-22868: Fixed unexpected memory consumption during token parsing in golang.org/x/oauth2 (bsc#1239185).\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322).\n\nOther fixes:\n- Make container-selinux requirement conditional on selinux-policy (bsc#1237367)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1062,SUSE-SLE-Micro-5.3-2025-1062,SUSE-SLE-Micro-5.4-2025-1062,SUSE-SLE-Micro-5.5-2025-1062,SUSE-SLE-Module-Containers-15-SP6-2025-1062,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1062,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1062,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1062,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1062,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1062,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1062,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1062,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1062,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1062,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1062,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1062,SUSE-SUSE-MicroOS-5.1-2025-1062,SUSE-SUSE-MicroOS-5.2-2025-1062,SUSE-Storage-7.1-2025-1062,openSUSE-SLE-15.6-2025-1062",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1062-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1062-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251062-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1062-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-March/038860.html"
},
{
"category": "self",
"summary": "SUSE Bug 1237367",
"url": "https://bugzilla.suse.com/1237367"
},
{
"category": "self",
"summary": "SUSE Bug 1239185",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "self",
"summary": "SUSE Bug 1239322",
"url": "https://bugzilla.suse.com/1239322"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23650 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-29018 page",
"url": "https://www.suse.com/security/cve/CVE-2024-29018/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "Security update for docker, docker-stable",
"tracking": {
"current_release_date": "2025-03-31T08:45:25Z",
"generator": {
"date": "2025-03-31T08:45:25Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1062-1",
"initial_release_date": "2025-03-31T08:45:25Z",
"revision_history": [
{
"date": "2025-03-31T08:45:25Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-150000.218.1.aarch64",
"product": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64",
"product_id": "docker-27.5.1_ce-150000.218.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-150000.218.1.i586",
"product": {
"name": "docker-27.5.1_ce-150000.218.1.i586",
"product_id": "docker-27.5.1_ce-150000.218.1.i586"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.15.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.i586",
"product_id": "docker-stable-24.0.9_ce-150000.1.15.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"product": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"product_id": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"product": {
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"product_id": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"product": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"product_id": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-zsh-completion-27.5.1_ce-150000.218.1.noarch",
"product": {
"name": "docker-zsh-completion-27.5.1_ce-150000.218.1.noarch",
"product_id": "docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-150000.218.1.ppc64le",
"product": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le",
"product_id": "docker-27.5.1_ce-150000.218.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-150000.218.1.s390x",
"product": {
"name": "docker-27.5.1_ce-150000.218.1.s390x",
"product_id": "docker-27.5.1_ce-150000.218.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"product_id": "docker-stable-24.0.9_ce-150000.1.15.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-150000.218.1.x86_64",
"product": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64",
"product_id": "docker-27.5.1_ce-150000.218.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-150000.218.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-150000.218.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-zsh-completion-27.5.1_ce-150000.218.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
},
"product_reference": "docker-zsh-completion-27.5.1_ce-150000.218.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23650"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit client or frontend could craft a request that could lead to BuildKit daemon crashing with a panic. The issue has been fixed in v0.12.5. As a workaround, avoid using BuildKit frontends from untrusted sources.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23650",
"url": "https://www.suse.com/security/cve/CVE-2024-23650"
},
{
"category": "external",
"summary": "SUSE Bug 1219437 for CVE-2024-23650",
"url": "https://bugzilla.suse.com/1219437"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T08:45:25Z",
"details": "moderate"
}
],
"title": "CVE-2024-23650"
},
{
"cve": "CVE-2024-29018",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-29018"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework that is a key component of Docker Engine, Docker Desktop, and other distributions of container tooling or runtimes. Moby\u0027s networking implementation allows for many networks, each with their own IP address range and gateway, to be defined. This feature is frequently referred to as custom networks, as each network can have a different driver, set of parameters and thus behaviors. When creating a network, the `--internal` flag is used to designate a network as _internal_. The `internal` attribute in a docker-compose.yml file may also be used to mark a network _internal_, and other API clients may specify the `internal` parameter as well.\n\nWhen containers with networking are created, they are assigned unique network interfaces and IP addresses. The host serves as a router for non-internal networks, with a gateway IP that provides SNAT/DNAT to/from container IPs.\n\nContainers on an internal network may communicate between each other, but are precluded from communicating with any networks the host has access to (LAN or WAN) as no default route is configured, and firewall rules are set up to drop all outgoing traffic. Communication with the gateway IP address (and thus appropriately configured host services) is possible, and the host may communicate with any container IP directly.\n\nIn addition to configuring the Linux kernel\u0027s various networking features to enable container networking, `dockerd` directly provides some services to container networks. Principal among these is serving as a resolver, enabling service discovery, and resolution of names from an upstream resolver.\n\nWhen a DNS request for a name that does not correspond to a container is received, the request is forwarded to the configured upstream resolver. This request is made from the container\u0027s network namespace: the level of access and routing of traffic is the same as if the request was made by the container itself.\n\nAs a consequence of this design, containers solely attached to an internal network will be unable to resolve names using the upstream resolver, as the container itself is unable to communicate with that nameserver. Only the names of containers also attached to the internal network are able to be resolved.\n\nMany systems run a local forwarding DNS resolver. As the host and any containers have separate loopback devices, a consequence of the design described above is that containers are unable to resolve names from the host\u0027s configured resolver, as they cannot reach these addresses on the host loopback device. To bridge this gap, and to allow containers to properly resolve names even when a local forwarding resolver is used on a loopback address, `dockerd` detects this scenario and instead forward DNS requests from the host namework namespace. The loopback resolver then forwards the requests to its configured upstream resolvers, as expected.\n\nBecause `dockerd` forwards DNS requests to the host loopback device, bypassing the container network namespace\u0027s normal routing semantics entirely, internal networks can unexpectedly forward DNS requests to an external nameserver. By registering a domain for which they control the authoritative nameservers, an attacker could arrange for a compromised container to exfiltrate data by encoding it in DNS queries that will eventually be answered by their nameservers.\n\nDocker Desktop is not affected, as Docker Desktop always runs an internal resolver on a RFC 1918 address.\n\nMoby releases 26.0.0, 25.0.4, and 23.0.11 are patched to prevent forwarding any DNS requests from internal networks. As a workaround, run containers intended to be solely attached to internal networks with a custom upstream address, which will force all upstream DNS queries to be resolved from the container\u0027s network namespace.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-29018",
"url": "https://www.suse.com/security/cve/CVE-2024-29018"
},
{
"category": "external",
"summary": "SUSE Bug 1234089 for CVE-2024-29018",
"url": "https://bugzilla.suse.com/1234089"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T08:45:25Z",
"details": "important"
}
],
"title": "CVE-2024-29018"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T08:45:25Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T08:45:25Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.1:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.2:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Micro 5.5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-27.5.1_ce-150000.218.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.aarch64",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.ppc64le",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.s390x",
"openSUSE Leap 15.6:docker-27.5.1_ce-150000.218.1.x86_64",
"openSUSE Leap 15.6:docker-bash-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-fish-completion-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-rootless-extras-27.5.1_ce-150000.218.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.15.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.15.1.noarch",
"openSUSE Leap 15.6:docker-zsh-completion-27.5.1_ce-150000.218.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-31T08:45:25Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
suse-su-2025:20869-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2025-9566: Fixed kube play command overwriting host files (bsc#1249154)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-501",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20869-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20869-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520869-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20869-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023061.html"
},
{
"category": "self",
"summary": "SUSE Bug 1249154",
"url": "https://bugzilla.suse.com/1249154"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6032 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6032/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9566 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9566/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-10-22T12:25:33Z",
"generator": {
"date": "2025-10-22T12:25:33Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20869-1",
"initial_release_date": "2025-10-22T12:25:33Z",
"revision_history": [
{
"date": "2025-10-22T12:25:33Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-8.1.aarch64",
"product": {
"name": "podman-4.9.5-8.1.aarch64",
"product_id": "podman-4.9.5-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-8.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-8.1.aarch64",
"product_id": "podman-remote-4.9.5-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-8.1.aarch64",
"product": {
"name": "podmansh-4.9.5-8.1.aarch64",
"product_id": "podmansh-4.9.5-8.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-8.1.noarch",
"product": {
"name": "podman-docker-4.9.5-8.1.noarch",
"product_id": "podman-docker-4.9.5-8.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-8.1.s390x",
"product": {
"name": "podman-4.9.5-8.1.s390x",
"product_id": "podman-4.9.5-8.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-8.1.s390x",
"product": {
"name": "podman-remote-4.9.5-8.1.s390x",
"product_id": "podman-remote-4.9.5-8.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-8.1.s390x",
"product": {
"name": "podmansh-4.9.5-8.1.s390x",
"product_id": "podmansh-4.9.5-8.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-8.1.x86_64",
"product": {
"name": "podman-4.9.5-8.1.x86_64",
"product_id": "podman-4.9.5-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-8.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-8.1.x86_64",
"product_id": "podman-remote-4.9.5-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-8.1.x86_64",
"product": {
"name": "podmansh-4.9.5-8.1.x86_64",
"product_id": "podmansh-4.9.5-8.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-8.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64"
},
"product_reference": "podman-4.9.5-8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-8.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x"
},
"product_reference": "podman-4.9.5-8.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-8.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64"
},
"product_reference": "podman-4.9.5-8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-8.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch"
},
"product_reference": "podman-docker-4.9.5-8.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-8.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-8.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x"
},
"product_reference": "podman-remote-4.9.5-8.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-8.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-8.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64"
},
"product_reference": "podmansh-4.9.5-8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-8.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x"
},
"product_reference": "podmansh-4.9.5-8.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-8.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
},
"product_reference": "podmansh-4.9.5-8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-22T12:25:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-22T12:25:33Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-22T12:25:33Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-6032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6032"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in Podman. The podman machine init command fails to verify the TLS certificate when downloading the VM images from an OCI registry. This issue results in a Man In The Middle attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6032",
"url": "https://www.suse.com/security/cve/CVE-2025-6032"
},
{
"category": "external",
"summary": "SUSE Bug 1245320 for CVE-2025-6032",
"url": "https://bugzilla.suse.com/1245320"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-22T12:25:33Z",
"details": "important"
}
],
"title": "CVE-2025-6032"
},
{
"cve": "CVE-2025-9566",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9566"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a vulnerability in podman where an attacker may use the kube play command to overwrite host files when the kube file container a Secrete or a ConfigMap volume mount and such volume contains a symbolic link to a host file path. In a successful attack, the attacker can only control the target file to be overwritten but not the content to be written into the file.\n\nBinary-Affected: podman\nUpstream-version-introduced: v4.0.0\nUpstream-version-fixed: v5.6.1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9566",
"url": "https://www.suse.com/security/cve/CVE-2025-9566"
},
{
"category": "external",
"summary": "SUSE Bug 1249154 for CVE-2025-9566",
"url": "https://bugzilla.suse.com/1249154"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-8.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-8.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-22T12:25:33Z",
"details": "important"
}
],
"title": "CVE-2025-9566"
}
]
}
suse-su-2025:1036-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239330).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1036,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1036,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1036,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1036,SUSE-SUSE-MicroOS-5.1-2025-1036,SUSE-SUSE-MicroOS-5.2-2025-1036,SUSE-Storage-7.1-2025-1036",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1036-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1036-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251036-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1036-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020615.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239330",
"url": "https://bugzilla.suse.com/1239330"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-03-27T09:43:42Z",
"generator": {
"date": "2025-03-27T09:43:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1036-1",
"initial_release_date": "2025-03-27T09:43:42Z",
"revision_history": [
{
"date": "2025-03-27T09:43:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.46.1.aarch64",
"product": {
"name": "podman-4.9.5-150300.9.46.1.aarch64",
"product_id": "podman-4.9.5-150300.9.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"product_id": "podman-remote-4.9.5-150300.9.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.46.1.aarch64",
"product": {
"name": "podmansh-4.9.5-150300.9.46.1.aarch64",
"product_id": "podmansh-4.9.5-150300.9.46.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.46.1.i586",
"product": {
"name": "podman-4.9.5-150300.9.46.1.i586",
"product_id": "podman-4.9.5-150300.9.46.1.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.46.1.i586",
"product": {
"name": "podman-remote-4.9.5-150300.9.46.1.i586",
"product_id": "podman-remote-4.9.5-150300.9.46.1.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.46.1.i586",
"product": {
"name": "podmansh-4.9.5-150300.9.46.1.i586",
"product_id": "podmansh-4.9.5-150300.9.46.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150300.9.46.1.noarch",
"product": {
"name": "podman-docker-4.9.5-150300.9.46.1.noarch",
"product_id": "podman-docker-4.9.5-150300.9.46.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.46.1.ppc64le",
"product": {
"name": "podman-4.9.5-150300.9.46.1.ppc64le",
"product_id": "podman-4.9.5-150300.9.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.46.1.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150300.9.46.1.ppc64le",
"product_id": "podman-remote-4.9.5-150300.9.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.46.1.ppc64le",
"product": {
"name": "podmansh-4.9.5-150300.9.46.1.ppc64le",
"product_id": "podmansh-4.9.5-150300.9.46.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.46.1.s390x",
"product": {
"name": "podman-4.9.5-150300.9.46.1.s390x",
"product_id": "podman-4.9.5-150300.9.46.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.46.1.s390x",
"product": {
"name": "podman-remote-4.9.5-150300.9.46.1.s390x",
"product_id": "podman-remote-4.9.5-150300.9.46.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.46.1.s390x",
"product": {
"name": "podmansh-4.9.5-150300.9.46.1.s390x",
"product_id": "podmansh-4.9.5-150300.9.46.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.46.1.x86_64",
"product": {
"name": "podman-4.9.5-150300.9.46.1.x86_64",
"product_id": "podman-4.9.5-150300.9.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"product_id": "podman-remote-4.9.5-150300.9.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.46.1.x86_64",
"product": {
"name": "podmansh-4.9.5-150300.9.46.1.x86_64",
"product_id": "podmansh-4.9.5-150300.9.46.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x"
},
"product_reference": "podman-4.9.5-150300.9.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x"
},
"product_reference": "podman-4.9.5-150300.9.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x"
},
"product_reference": "podman-4.9.5-150300.9.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.46.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.46.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.46.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:43:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:43:42Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:43:42Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-su-2025:0770-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for govulncheck-vulndb",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for govulncheck-vulndb fixes the following issues:\n\n- Update to version 0.0.20250226T025151 2025-02-26T02:51:51Z.\n (jsc#PED-11136)\n\n * GO-2025-3487 CVE-2025-22869\n * GO-2025-3488 CVE-2025-22868\n\n- Update to version 0.0.20250218T203201 2025-02-18T20:32:01Z.\n (jsc#PED-11136)\n\n * GO-2024-3321 CVE-2024-45337 GHSA-v778-237x-gjrc\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-770,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-770,openSUSE-SLE-15.6-2025-770",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0770-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0770-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250770-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0770-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020477.html"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "Security update for govulncheck-vulndb",
"tracking": {
"current_release_date": "2025-03-03T13:41:31Z",
"generator": {
"date": "2025-03-03T13:41:31Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0770-1",
"initial_release_date": "2025-03-03T13:41:31Z",
"revision_history": [
{
"date": "2025-03-03T13:41:31Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"product": {
"name": "govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"product_id": "govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch"
},
"product_reference": "govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch"
},
"product_reference": "govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-03T13:41:31Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-03T13:41:31Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250226T025151-150000.1.35.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-03T13:41:31Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
suse-su-2025:1332-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rekor",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rekor fixes the following issues:\n\n- CVE-2023-45288: rekor: golang.org/x/net/http2: Fixed close connections when receiving too many headers (bsc#1236519)\n- CVE-2024-6104: rekor: hashicorp/go-retryablehttp: Fixed sensitive information disclosure inside log file (bsc#1227053)\n- CVE-2025-22868: rekor: golang.org/x/oauth2/jws: Fixed unexpected memory consumption during token parsing (bsc#1239191)\n- CVE-2025-22869: rekor: golang.org/x/crypto/ssh: Fixed denial of service in the Key Exchange (bsc#1239327)\n- CVE-2025-27144: rekor: gopkg.in/go-jose/go-jose.v2,github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Fixed denial of service in Go JOSE\u0027s parsing (bsc#1237638)\n- CVE-2025-30204: rekor: github.com/golang-jwt/jwt/v5: Fixed jwt-go allowing excessive memory allocation during header parsing (bsc#1240468)\n\nOther fixes:\n\n- Update to version 1.3.10:\n * Features\n - Added --client-signing-algorithms flag (#1974)\n * Fixes / Misc\n - emit unpopulated values when marshalling (#2438)\n - pkg/api: better logs when algorithm registry rejects a key\n (#2429)\n - chore: improve mysql readiness checks (#2397)\n - Added --client-signing-algorithms flag (#1974)\n\n- Update to version 1.3.9 (jsc#SLE-23476):\n * Cache checkpoint for inactive shards (#2332)\n * Support per-shard signing keys (#2330)\n\n- Update to version 1.3.8:\n * Bug Fixes\n - fix zizmor issues (#2298)\n - remove unneeded value in log message (#2282)\n * Quality Enhancements\n - chore: relax go directive to permit 1.22.x\n - fetch minisign from homebrew instead of custom ppa (#2329)\n - fix(ci): simplify GOVERSION extraction\n - chore(deps): bump actions pins to latest\n - Updates go and golangci-lint (#2302)\n - update builder to use go1.23.4 (#2301)\n - clean up spaces\n - log request body on 500 error to aid debugging (#2283)\n\n- Update to version 1.3.7:\n * New Features\n - log request body on 500 error to aid debugging (#2283)\n - Add support for signing with Tink keyset (#2228)\n - Add public key hash check in Signed Note verification (#2214)\n - update Trillian TLS configuration (#2202)\n - Add TLS support for Trillian server (#2164)\n - Replace docker-compose with plugin if available (#2153)\n - Add flags to backfill script (#2146)\n - Unset DisableKeepalive for backfill HTTP client (#2137)\n - Add script to delete indexes from Redis (#2120)\n - Run CREATE statement in backfill script (#2109)\n - Add MySQL support to backfill script (#2081)\n - Run e2e tests on mysql and redis index backends (#2079)\n * Bug Fixes\n - remove unneeded value in log message (#2282)\n - Add error message when computing consistency proof (#2278)\n - fix validation error handling on API (#2217)\n - fix error in pretty-printed inclusion proof from verify\n subcommand (#2210)\n - Fix index scripts (#2203)\n - fix failing sharding test\n - Better error handling in backfill script (#2148)\n - Batch entries in cleanup script (#2158)\n - Add missing workflow for index cleanup test (#2121)\n - hashedrekord: fix schema $id (#2092)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1332,SUSE-SLE-Module-Basesystem-15-SP6-2025-1332,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1332,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1332,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1332,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1332,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1332,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1332,openSUSE-SLE-15.6-2025-1332",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1332-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1332-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251332-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1332-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039053.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227053",
"url": "https://bugzilla.suse.com/1227053"
},
{
"category": "self",
"summary": "SUSE Bug 1236519",
"url": "https://bugzilla.suse.com/1236519"
},
{
"category": "self",
"summary": "SUSE Bug 1237638",
"url": "https://bugzilla.suse.com/1237638"
},
{
"category": "self",
"summary": "SUSE Bug 1239191",
"url": "https://bugzilla.suse.com/1239191"
},
{
"category": "self",
"summary": "SUSE Bug 1239327",
"url": "https://bugzilla.suse.com/1239327"
},
{
"category": "self",
"summary": "SUSE Bug 1240468",
"url": "https://bugzilla.suse.com/1240468"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "Security update for rekor",
"tracking": {
"current_release_date": "2025-04-17T01:37:13Z",
"generator": {
"date": "2025-04-17T01:37:13Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1332-1",
"initial_release_date": "2025-04-17T01:37:13Z",
"revision_history": [
{
"date": "2025-04-17T01:37:13Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.aarch64",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64",
"product_id": "rekor-1.3.10-150400.4.25.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.i586",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.i586",
"product_id": "rekor-1.3.10-150400.4.25.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.ppc64le",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le",
"product_id": "rekor-1.3.10-150400.4.25.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.s390x",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.s390x",
"product_id": "rekor-1.3.10-150400.4.25.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-150400.4.25.1.x86_64",
"product": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64",
"product_id": "rekor-1.3.10-150400.4.25.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-150400.4.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
},
"product_reference": "rekor-1.3.10-150400.4.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Proxy 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.ppc64le",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.s390x",
"SUSE Manager Server 4.3:rekor-1.3.10-150400.4.25.1.x86_64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.aarch64",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.ppc64le",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.s390x",
"openSUSE Leap 15.6:rekor-1.3.10-150400.4.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-17T01:37:13Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
suse-su-2025:20373-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for elemental-toolkit",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for elemental-toolkit fixes the following issues:\n\n- Updated to v2.2.3:\n * Adapted .golangci.yml format to a new version\n * Simplified podman calls in CI steup\n * Switched GHA runners to Ubuntu 24.04\n * Updated year in headers\n * Vendored go.mod libraries\n * CVE-2025-22870: golang.org/x/net/proxy: Fixed proxy bypass using IPv6 zone IDs (bsc#1238700)\n * CVE-2025-22869: golang.org/x/crypto/ssh: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239335)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-130",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20373-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20373-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520373-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20373-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040140.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238700",
"url": "https://bugzilla.suse.com/1238700"
},
{
"category": "self",
"summary": "SUSE Bug 1239335",
"url": "https://bugzilla.suse.com/1239335"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for elemental-toolkit",
"tracking": {
"current_release_date": "2025-06-03T09:03:45Z",
"generator": {
"date": "2025-06-03T09:03:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20373-1",
"initial_release_date": "2025-06-03T09:03:45Z",
"revision_history": [
{
"date": "2025-06-03T09:03:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"product": {
"name": "elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"product_id": "elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64",
"product": {
"name": "elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64",
"product_id": "elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64"
},
"product_reference": "elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64"
},
"product_reference": "elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-03T09:03:45Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.aarch64",
"SUSE Linux Micro 6.1:elemental-toolkit-2.2.3-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-03T09:03:45Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
suse-su-2025:20377-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker fixes the following issues:\n\nAlways clear SUSEConnect suse_* secrets when starting containers regardless\nof whether the daemon was built with SUSEConnect support. Not doing this\ncauses containers from SUSEConnect-enabled daemons to fail to start when\nrunning with SUSEConnect-disabled (i.e. upstream) daemons. (bsc#1244035)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-342",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20377-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20377-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520377-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20377-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040262.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244035",
"url": "https://bugzilla.suse.com/1244035"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "Security update for docker",
"tracking": {
"current_release_date": "2025-06-05T08:25:35Z",
"generator": {
"date": "2025-06-05T08:25:35Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20377-1",
"initial_release_date": "2025-06-05T08:25:35Z",
"revision_history": [
{
"date": "2025-06-05T08:25:35Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-3.1.aarch64",
"product": {
"name": "docker-27.5.1_ce-3.1.aarch64",
"product_id": "docker-27.5.1_ce-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-3.1.aarch64",
"product": {
"name": "docker-buildx-0.22.0-3.1.aarch64",
"product_id": "docker-buildx-0.22.0-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-3.1.s390x",
"product": {
"name": "docker-27.5.1_ce-3.1.s390x",
"product_id": "docker-27.5.1_ce-3.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-3.1.s390x",
"product": {
"name": "docker-buildx-0.22.0-3.1.s390x",
"product_id": "docker-buildx-0.22.0-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-3.1.x86_64",
"product": {
"name": "docker-27.5.1_ce-3.1.x86_64",
"product_id": "docker-27.5.1_ce-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-3.1.x86_64",
"product": {
"name": "docker-buildx-0.22.0-3.1.x86_64",
"product_id": "docker-buildx-0.22.0-3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-3.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-3.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.s390x"
},
"product_reference": "docker-27.5.1_ce-3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-3.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-3.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.aarch64"
},
"product_reference": "docker-buildx-0.22.0-3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-3.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.s390x"
},
"product_reference": "docker-buildx-0.22.0-3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-3.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.x86_64"
},
"product_reference": "docker-buildx-0.22.0-3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-05T08:25:35Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-3.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-05T08:25:35Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
suse-su-2025:20210-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for elemental-toolkit",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for elemental-toolkit fixes the following issues:\n\n- Updated to version 2.1.3:\n * Simplify podman calls in CI steup\n * Switched GHA runners to Ubuntu 24.04\n * Updated year in headers\n * Updated to go1.23, required by the new x/crypto module\n * CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238700)\n * CVE-2025-22869: golang.org/x/crypto/ssh: Fixed Denial of Service in the Key Exchange (bsc#1239335)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-305",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20210-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20210-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520210-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20210-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021122.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238700",
"url": "https://bugzilla.suse.com/1238700"
},
{
"category": "self",
"summary": "SUSE Bug 1239335",
"url": "https://bugzilla.suse.com/1239335"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update for elemental-toolkit",
"tracking": {
"current_release_date": "2025-04-29T11:13:15Z",
"generator": {
"date": "2025-04-29T11:13:15Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20210-1",
"initial_release_date": "2025-04-29T11:13:15Z",
"revision_history": [
{
"date": "2025-04-29T11:13:15Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "elemental-toolkit-2.1.3-1.1.aarch64",
"product": {
"name": "elemental-toolkit-2.1.3-1.1.aarch64",
"product_id": "elemental-toolkit-2.1.3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "elemental-toolkit-2.1.3-1.1.x86_64",
"product": {
"name": "elemental-toolkit-2.1.3-1.1.x86_64",
"product_id": "elemental-toolkit-2.1.3-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-toolkit-2.1.3-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.aarch64"
},
"product_reference": "elemental-toolkit-2.1.3-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "elemental-toolkit-2.1.3-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.x86_64"
},
"product_reference": "elemental-toolkit-2.1.3-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-29T11:13:15Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.aarch64",
"SUSE Linux Micro 6.0:elemental-toolkit-2.1.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-29T11:13:15Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
suse-su-2025:20198-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239330).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-292",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20198-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20198-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520198-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20198-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021141.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239330",
"url": "https://bugzilla.suse.com/1239330"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-04-22T14:17:16Z",
"generator": {
"date": "2025-04-22T14:17:16Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20198-1",
"initial_release_date": "2025-04-22T14:17:16Z",
"revision_history": [
{
"date": "2025-04-22T14:17:16Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-4.1.aarch64",
"product": {
"name": "podman-4.9.5-4.1.aarch64",
"product_id": "podman-4.9.5-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-4.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-4.1.aarch64",
"product_id": "podman-remote-4.9.5-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-4.1.aarch64",
"product": {
"name": "podmansh-4.9.5-4.1.aarch64",
"product_id": "podmansh-4.9.5-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-4.1.noarch",
"product": {
"name": "podman-docker-4.9.5-4.1.noarch",
"product_id": "podman-docker-4.9.5-4.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-4.1.s390x",
"product": {
"name": "podman-4.9.5-4.1.s390x",
"product_id": "podman-4.9.5-4.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-4.1.s390x",
"product": {
"name": "podman-remote-4.9.5-4.1.s390x",
"product_id": "podman-remote-4.9.5-4.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-4.1.s390x",
"product": {
"name": "podmansh-4.9.5-4.1.s390x",
"product_id": "podmansh-4.9.5-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-4.1.x86_64",
"product": {
"name": "podman-4.9.5-4.1.x86_64",
"product_id": "podman-4.9.5-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-4.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-4.1.x86_64",
"product_id": "podman-remote-4.9.5-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-4.1.x86_64",
"product": {
"name": "podmansh-4.9.5-4.1.x86_64",
"product_id": "podmansh-4.9.5-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-4.9.5-4.1.aarch64"
},
"product_reference": "podman-4.9.5-4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-4.9.5-4.1.s390x"
},
"product_reference": "podman-4.9.5-4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-4.9.5-4.1.x86_64"
},
"product_reference": "podman-4.9.5-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-4.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-docker-4.9.5-4.1.noarch"
},
"product_reference": "podman-docker-4.9.5-4.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.s390x"
},
"product_reference": "podman-remote-4.9.5-4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.aarch64"
},
"product_reference": "podmansh-4.9.5-4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.s390x"
},
"product_reference": "podmansh-4.9.5-4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.x86_64"
},
"product_reference": "podmansh-4.9.5-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-4.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-4.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-4.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T14:17:16Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-4.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-4.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-4.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T14:17:16Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-4.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-4.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podman-docker-4.9.5-4.1.noarch",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podman-remote-4.9.5-4.1.x86_64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.aarch64",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.s390x",
"SUSE Linux Micro 6.0:podmansh-4.9.5-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T14:17:16Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-su-2025:1038-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239330).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1038,SUSE-SLE-Micro-5.5-2025-1038,SUSE-SLE-Module-Containers-15-SP6-2025-1038,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1038,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1038,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1038,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1038,openSUSE-SLE-15.6-2025-1038",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1038-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1038-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251038-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1038-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020613.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239330",
"url": "https://bugzilla.suse.com/1239330"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-03-27T09:44:39Z",
"generator": {
"date": "2025-03-27T09:44:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1038-1",
"initial_release_date": "2025-03-27T09:44:39Z",
"revision_history": [
{
"date": "2025-03-27T09:44:39Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.40.1.aarch64",
"product": {
"name": "podman-4.9.5-150500.3.40.1.aarch64",
"product_id": "podman-4.9.5-150500.3.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"product_id": "podman-remote-4.9.5-150500.3.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.40.1.aarch64",
"product": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64",
"product_id": "podmansh-4.9.5-150500.3.40.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.40.1.i586",
"product": {
"name": "podman-4.9.5-150500.3.40.1.i586",
"product_id": "podman-4.9.5-150500.3.40.1.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.40.1.i586",
"product": {
"name": "podman-remote-4.9.5-150500.3.40.1.i586",
"product_id": "podman-remote-4.9.5-150500.3.40.1.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.40.1.i586",
"product": {
"name": "podmansh-4.9.5-150500.3.40.1.i586",
"product_id": "podmansh-4.9.5-150500.3.40.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150500.3.40.1.noarch",
"product": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch",
"product_id": "podman-docker-4.9.5-150500.3.40.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.40.1.ppc64le",
"product": {
"name": "podman-4.9.5-150500.3.40.1.ppc64le",
"product_id": "podman-4.9.5-150500.3.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"product_id": "podman-remote-4.9.5-150500.3.40.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"product": {
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"product_id": "podmansh-4.9.5-150500.3.40.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.40.1.s390x",
"product": {
"name": "podman-4.9.5-150500.3.40.1.s390x",
"product_id": "podman-4.9.5-150500.3.40.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.40.1.s390x",
"product": {
"name": "podman-remote-4.9.5-150500.3.40.1.s390x",
"product_id": "podman-remote-4.9.5-150500.3.40.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.40.1.s390x",
"product": {
"name": "podmansh-4.9.5-150500.3.40.1.s390x",
"product_id": "podmansh-4.9.5-150500.3.40.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.40.1.x86_64",
"product": {
"name": "podman-4.9.5-150500.3.40.1.x86_64",
"product_id": "podman-4.9.5-150500.3.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"product_id": "podman-remote-4.9.5-150500.3.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.40.1.x86_64",
"product": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64",
"product_id": "podmansh-4.9.5-150500.3.40.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.40.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.40.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.40.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:44:39Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:44:39Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.40.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.40.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.40.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-27T09:44:39Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-su-2025:03545-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker-stable fixes the following issues:\n\nNote this update contains a already fixed references mostly.\n\n- Remove git-core recommends on SLE to avoid pulling it in unnecessary. (bsc#1250508)\n\n This feature is mostly intended for developers (\u0027docker build git://\u0027) so\n most users already have the dependency installed, and the error when git is\n missing is fairly straightforward (so they can easily figure out what they\n need to install).\n\n- Include historical changelog data from before the docker-stable fork. The\n initial changelog entry did technically provide all the necessary\n information, but our CVE tracking tools do not understand how the package is\n forked and so it seems that this package does not include fixes for ~12 years\n of updates. So, include a copy of the original package\u0027s changelog up until\n the fork point. bsc#1250596\n\n- Update to docker-buildx v0.25.0. Upstream changelog:\n \u003chttps://github.com/docker/buildx/releases/tag/v0.25.0\u003e\n\n- Update to Go 1.23 for building now that upstream has switched their 23.0.x\n LTSS to use Go 1.23.\n\n- Do not try to inject SUSEConnect secrets when in Rootless Docker mode, as\n Docker does not have permission to access the host zypper credentials in this\n mode (and unprivileged users cannot disable the feature using\n /etc/docker/suse-secrets-enable.) bsc#1240150\n\n- Initial docker-stable fork, forked from Docker 24.0.7-ce release\n (packaged on 2024-02-14). The original changelog is included below for\n historical reference.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3545,SUSE-SLE-Module-Containers-15-SP6-2025-3545,SUSE-SLE-Module-Containers-15-SP7-2025-3545,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-3545,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3545,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3545,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-3545,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-3545,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-3545,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3545,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3545,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-3545,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3545,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3545,SUSE-Storage-7.1-2025-3545,openSUSE-SLE-15.6-2025-3545",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03545-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03545-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503545-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03545-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022860.html"
},
{
"category": "self",
"summary": "SUSE Bug 1001161",
"url": "https://bugzilla.suse.com/1001161"
},
{
"category": "self",
"summary": "SUSE Bug 1004490",
"url": "https://bugzilla.suse.com/1004490"
},
{
"category": "self",
"summary": "SUSE Bug 1007249",
"url": "https://bugzilla.suse.com/1007249"
},
{
"category": "self",
"summary": "SUSE Bug 1009961",
"url": "https://bugzilla.suse.com/1009961"
},
{
"category": "self",
"summary": "SUSE Bug 1012568",
"url": "https://bugzilla.suse.com/1012568"
},
{
"category": "self",
"summary": "SUSE Bug 1015661",
"url": "https://bugzilla.suse.com/1015661"
},
{
"category": "self",
"summary": "SUSE Bug 1016307",
"url": "https://bugzilla.suse.com/1016307"
},
{
"category": "self",
"summary": "SUSE Bug 1016992",
"url": "https://bugzilla.suse.com/1016992"
},
{
"category": "self",
"summary": "SUSE Bug 1019251",
"url": "https://bugzilla.suse.com/1019251"
},
{
"category": "self",
"summary": "SUSE Bug 1020806",
"url": "https://bugzilla.suse.com/1020806"
},
{
"category": "self",
"summary": "SUSE Bug 1021227",
"url": "https://bugzilla.suse.com/1021227"
},
{
"category": "self",
"summary": "SUSE Bug 1026827",
"url": "https://bugzilla.suse.com/1026827"
},
{
"category": "self",
"summary": "SUSE Bug 1028638",
"url": "https://bugzilla.suse.com/1028638"
},
{
"category": "self",
"summary": "SUSE Bug 1028639",
"url": "https://bugzilla.suse.com/1028639"
},
{
"category": "self",
"summary": "SUSE Bug 1029320",
"url": "https://bugzilla.suse.com/1029320"
},
{
"category": "self",
"summary": "SUSE Bug 1029630",
"url": "https://bugzilla.suse.com/1029630"
},
{
"category": "self",
"summary": "SUSE Bug 1030702",
"url": "https://bugzilla.suse.com/1030702"
},
{
"category": "self",
"summary": "SUSE Bug 1032287",
"url": "https://bugzilla.suse.com/1032287"
},
{
"category": "self",
"summary": "SUSE Bug 1032644",
"url": "https://bugzilla.suse.com/1032644"
},
{
"category": "self",
"summary": "SUSE Bug 1034053",
"url": "https://bugzilla.suse.com/1034053"
},
{
"category": "self",
"summary": "SUSE Bug 1034063",
"url": "https://bugzilla.suse.com/1034063"
},
{
"category": "self",
"summary": "SUSE Bug 1037436",
"url": "https://bugzilla.suse.com/1037436"
},
{
"category": "self",
"summary": "SUSE Bug 1037607",
"url": "https://bugzilla.suse.com/1037607"
},
{
"category": "self",
"summary": "SUSE Bug 1038476",
"url": "https://bugzilla.suse.com/1038476"
},
{
"category": "self",
"summary": "SUSE Bug 1038493",
"url": "https://bugzilla.suse.com/1038493"
},
{
"category": "self",
"summary": "SUSE Bug 1045628",
"url": "https://bugzilla.suse.com/1045628"
},
{
"category": "self",
"summary": "SUSE Bug 1046024",
"url": "https://bugzilla.suse.com/1046024"
},
{
"category": "self",
"summary": "SUSE Bug 1047218",
"url": "https://bugzilla.suse.com/1047218"
},
{
"category": "self",
"summary": "SUSE Bug 1048046",
"url": "https://bugzilla.suse.com/1048046"
},
{
"category": "self",
"summary": "SUSE Bug 1051429",
"url": "https://bugzilla.suse.com/1051429"
},
{
"category": "self",
"summary": "SUSE Bug 1055676",
"url": "https://bugzilla.suse.com/1055676"
},
{
"category": "self",
"summary": "SUSE Bug 1057743",
"url": "https://bugzilla.suse.com/1057743"
},
{
"category": "self",
"summary": "SUSE Bug 1058173",
"url": "https://bugzilla.suse.com/1058173"
},
{
"category": "self",
"summary": "SUSE Bug 1059011",
"url": "https://bugzilla.suse.com/1059011"
},
{
"category": "self",
"summary": "SUSE Bug 1064781",
"url": "https://bugzilla.suse.com/1064781"
},
{
"category": "self",
"summary": "SUSE Bug 1065609",
"url": "https://bugzilla.suse.com/1065609"
},
{
"category": "self",
"summary": "SUSE Bug 1066210",
"url": "https://bugzilla.suse.com/1066210"
},
{
"category": "self",
"summary": "SUSE Bug 1066801",
"url": "https://bugzilla.suse.com/1066801"
},
{
"category": "self",
"summary": "SUSE Bug 1069468",
"url": "https://bugzilla.suse.com/1069468"
},
{
"category": "self",
"summary": "SUSE Bug 1069758",
"url": "https://bugzilla.suse.com/1069758"
},
{
"category": "self",
"summary": "SUSE Bug 1072798",
"url": "https://bugzilla.suse.com/1072798"
},
{
"category": "self",
"summary": "SUSE Bug 1073877",
"url": "https://bugzilla.suse.com/1073877"
},
{
"category": "self",
"summary": "SUSE Bug 1074971",
"url": "https://bugzilla.suse.com/1074971"
},
{
"category": "self",
"summary": "SUSE Bug 1080978",
"url": "https://bugzilla.suse.com/1080978"
},
{
"category": "self",
"summary": "SUSE Bug 1084533",
"url": "https://bugzilla.suse.com/1084533"
},
{
"category": "self",
"summary": "SUSE Bug 1085117",
"url": "https://bugzilla.suse.com/1085117"
},
{
"category": "self",
"summary": "SUSE Bug 1085380",
"url": "https://bugzilla.suse.com/1085380"
},
{
"category": "self",
"summary": "SUSE Bug 1086185",
"url": "https://bugzilla.suse.com/1086185"
},
{
"category": "self",
"summary": "SUSE Bug 1089732",
"url": "https://bugzilla.suse.com/1089732"
},
{
"category": "self",
"summary": "SUSE Bug 1095817",
"url": "https://bugzilla.suse.com/1095817"
},
{
"category": "self",
"summary": "SUSE Bug 1096726",
"url": "https://bugzilla.suse.com/1096726"
},
{
"category": "self",
"summary": "SUSE Bug 1099277",
"url": "https://bugzilla.suse.com/1099277"
},
{
"category": "self",
"summary": "SUSE Bug 1100331",
"url": "https://bugzilla.suse.com/1100331"
},
{
"category": "self",
"summary": "SUSE Bug 1100727",
"url": "https://bugzilla.suse.com/1100727"
},
{
"category": "self",
"summary": "SUSE Bug 1102522",
"url": "https://bugzilla.suse.com/1102522"
},
{
"category": "self",
"summary": "SUSE Bug 1104821",
"url": "https://bugzilla.suse.com/1104821"
},
{
"category": "self",
"summary": "SUSE Bug 1105000",
"url": "https://bugzilla.suse.com/1105000"
},
{
"category": "self",
"summary": "SUSE Bug 1108038",
"url": "https://bugzilla.suse.com/1108038"
},
{
"category": "self",
"summary": "SUSE Bug 1112980",
"url": "https://bugzilla.suse.com/1112980"
},
{
"category": "self",
"summary": "SUSE Bug 1113313",
"url": "https://bugzilla.suse.com/1113313"
},
{
"category": "self",
"summary": "SUSE Bug 1114832",
"url": "https://bugzilla.suse.com/1114832"
},
{
"category": "self",
"summary": "SUSE Bug 1115464",
"url": "https://bugzilla.suse.com/1115464"
},
{
"category": "self",
"summary": "SUSE Bug 1118897",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "self",
"summary": "SUSE Bug 1118898",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "self",
"summary": "SUSE Bug 1118899",
"url": "https://bugzilla.suse.com/1118899"
},
{
"category": "self",
"summary": "SUSE Bug 1118990",
"url": "https://bugzilla.suse.com/1118990"
},
{
"category": "self",
"summary": "SUSE Bug 1119634",
"url": "https://bugzilla.suse.com/1119634"
},
{
"category": "self",
"summary": "SUSE Bug 1121412",
"url": "https://bugzilla.suse.com/1121412"
},
{
"category": "self",
"summary": "SUSE Bug 1121768",
"url": "https://bugzilla.suse.com/1121768"
},
{
"category": "self",
"summary": "SUSE Bug 1122469",
"url": "https://bugzilla.suse.com/1122469"
},
{
"category": "self",
"summary": "SUSE Bug 1124308",
"url": "https://bugzilla.suse.com/1124308"
},
{
"category": "self",
"summary": "SUSE Bug 1128376",
"url": "https://bugzilla.suse.com/1128376"
},
{
"category": "self",
"summary": "SUSE Bug 1128746",
"url": "https://bugzilla.suse.com/1128746"
},
{
"category": "self",
"summary": "SUSE Bug 1134068",
"url": "https://bugzilla.suse.com/1134068"
},
{
"category": "self",
"summary": "SUSE Bug 1138920",
"url": "https://bugzilla.suse.com/1138920"
},
{
"category": "self",
"summary": "SUSE Bug 1139649",
"url": "https://bugzilla.suse.com/1139649"
},
{
"category": "self",
"summary": "SUSE Bug 1142160",
"url": "https://bugzilla.suse.com/1142160"
},
{
"category": "self",
"summary": "SUSE Bug 1142413",
"url": "https://bugzilla.suse.com/1142413"
},
{
"category": "self",
"summary": "SUSE Bug 1143349",
"url": "https://bugzilla.suse.com/1143349"
},
{
"category": "self",
"summary": "SUSE Bug 1150397",
"url": "https://bugzilla.suse.com/1150397"
},
{
"category": "self",
"summary": "SUSE Bug 1153367",
"url": "https://bugzilla.suse.com/1153367"
},
{
"category": "self",
"summary": "SUSE Bug 1157330",
"url": "https://bugzilla.suse.com/1157330"
},
{
"category": "self",
"summary": "SUSE Bug 1158590",
"url": "https://bugzilla.suse.com/1158590"
},
{
"category": "self",
"summary": "SUSE Bug 1170415",
"url": "https://bugzilla.suse.com/1170415"
},
{
"category": "self",
"summary": "SUSE Bug 1170446",
"url": "https://bugzilla.suse.com/1170446"
},
{
"category": "self",
"summary": "SUSE Bug 1172377",
"url": "https://bugzilla.suse.com/1172377"
},
{
"category": "self",
"summary": "SUSE Bug 1174075",
"url": "https://bugzilla.suse.com/1174075"
},
{
"category": "self",
"summary": "SUSE Bug 1175081",
"url": "https://bugzilla.suse.com/1175081"
},
{
"category": "self",
"summary": "SUSE Bug 1176708",
"url": "https://bugzilla.suse.com/1176708"
},
{
"category": "self",
"summary": "SUSE Bug 1178760",
"url": "https://bugzilla.suse.com/1178760"
},
{
"category": "self",
"summary": "SUSE Bug 1178801",
"url": "https://bugzilla.suse.com/1178801"
},
{
"category": "self",
"summary": "SUSE Bug 1180243",
"url": "https://bugzilla.suse.com/1180243"
},
{
"category": "self",
"summary": "SUSE Bug 1180401",
"url": "https://bugzilla.suse.com/1180401"
},
{
"category": "self",
"summary": "SUSE Bug 1181594",
"url": "https://bugzilla.suse.com/1181594"
},
{
"category": "self",
"summary": "SUSE Bug 1181641",
"url": "https://bugzilla.suse.com/1181641"
},
{
"category": "self",
"summary": "SUSE Bug 1181677",
"url": "https://bugzilla.suse.com/1181677"
},
{
"category": "self",
"summary": "SUSE Bug 1181730",
"url": "https://bugzilla.suse.com/1181730"
},
{
"category": "self",
"summary": "SUSE Bug 1181732",
"url": "https://bugzilla.suse.com/1181732"
},
{
"category": "self",
"summary": "SUSE Bug 1182168",
"url": "https://bugzilla.suse.com/1182168"
},
{
"category": "self",
"summary": "SUSE Bug 1182476",
"url": "https://bugzilla.suse.com/1182476"
},
{
"category": "self",
"summary": "SUSE Bug 1182947",
"url": "https://bugzilla.suse.com/1182947"
},
{
"category": "self",
"summary": "SUSE Bug 1183855",
"url": "https://bugzilla.suse.com/1183855"
},
{
"category": "self",
"summary": "SUSE Bug 1184768",
"url": "https://bugzilla.suse.com/1184768"
},
{
"category": "self",
"summary": "SUSE Bug 1188447",
"url": "https://bugzilla.suse.com/1188447"
},
{
"category": "self",
"summary": "SUSE Bug 1190670",
"url": "https://bugzilla.suse.com/1190670"
},
{
"category": "self",
"summary": "SUSE Bug 1191015",
"url": "https://bugzilla.suse.com/1191015"
},
{
"category": "self",
"summary": "SUSE Bug 1191121",
"url": "https://bugzilla.suse.com/1191121"
},
{
"category": "self",
"summary": "SUSE Bug 1191334",
"url": "https://bugzilla.suse.com/1191334"
},
{
"category": "self",
"summary": "SUSE Bug 1191355",
"url": "https://bugzilla.suse.com/1191355"
},
{
"category": "self",
"summary": "SUSE Bug 1191434",
"url": "https://bugzilla.suse.com/1191434"
},
{
"category": "self",
"summary": "SUSE Bug 1192814",
"url": "https://bugzilla.suse.com/1192814"
},
{
"category": "self",
"summary": "SUSE Bug 1193273",
"url": "https://bugzilla.suse.com/1193273"
},
{
"category": "self",
"summary": "SUSE Bug 1193930",
"url": "https://bugzilla.suse.com/1193930"
},
{
"category": "self",
"summary": "SUSE Bug 1197284",
"url": "https://bugzilla.suse.com/1197284"
},
{
"category": "self",
"summary": "SUSE Bug 1197517",
"url": "https://bugzilla.suse.com/1197517"
},
{
"category": "self",
"summary": "SUSE Bug 1200022",
"url": "https://bugzilla.suse.com/1200022"
},
{
"category": "self",
"summary": "SUSE Bug 1200145",
"url": "https://bugzilla.suse.com/1200145"
},
{
"category": "self",
"summary": "SUSE Bug 1205375",
"url": "https://bugzilla.suse.com/1205375"
},
{
"category": "self",
"summary": "SUSE Bug 1206065",
"url": "https://bugzilla.suse.com/1206065"
},
{
"category": "self",
"summary": "SUSE Bug 1208074",
"url": "https://bugzilla.suse.com/1208074"
},
{
"category": "self",
"summary": "SUSE Bug 1210141",
"url": "https://bugzilla.suse.com/1210141"
},
{
"category": "self",
"summary": "SUSE Bug 1210797",
"url": "https://bugzilla.suse.com/1210797"
},
{
"category": "self",
"summary": "SUSE Bug 1211578",
"url": "https://bugzilla.suse.com/1211578"
},
{
"category": "self",
"summary": "SUSE Bug 1212368",
"url": "https://bugzilla.suse.com/1212368"
},
{
"category": "self",
"summary": "SUSE Bug 1213120",
"url": "https://bugzilla.suse.com/1213120"
},
{
"category": "self",
"summary": "SUSE Bug 1213229",
"url": "https://bugzilla.suse.com/1213229"
},
{
"category": "self",
"summary": "SUSE Bug 1213500",
"url": "https://bugzilla.suse.com/1213500"
},
{
"category": "self",
"summary": "SUSE Bug 1214107",
"url": "https://bugzilla.suse.com/1214107"
},
{
"category": "self",
"summary": "SUSE Bug 1214108",
"url": "https://bugzilla.suse.com/1214108"
},
{
"category": "self",
"summary": "SUSE Bug 1214109",
"url": "https://bugzilla.suse.com/1214109"
},
{
"category": "self",
"summary": "SUSE Bug 1215323",
"url": "https://bugzilla.suse.com/1215323"
},
{
"category": "self",
"summary": "SUSE Bug 1217513",
"url": "https://bugzilla.suse.com/1217513"
},
{
"category": "self",
"summary": "SUSE Bug 1219267",
"url": "https://bugzilla.suse.com/1219267"
},
{
"category": "self",
"summary": "SUSE Bug 1219268",
"url": "https://bugzilla.suse.com/1219268"
},
{
"category": "self",
"summary": "SUSE Bug 1219438",
"url": "https://bugzilla.suse.com/1219438"
},
{
"category": "self",
"summary": "SUSE Bug 1240150",
"url": "https://bugzilla.suse.com/1240150"
},
{
"category": "self",
"summary": "SUSE Bug 1247362",
"url": "https://bugzilla.suse.com/1247362"
},
{
"category": "self",
"summary": "SUSE Bug 1250508",
"url": "https://bugzilla.suse.com/1250508"
},
{
"category": "self",
"summary": "SUSE Bug 1250596",
"url": "https://bugzilla.suse.com/1250596"
},
{
"category": "self",
"summary": "SUSE Bug 885209",
"url": "https://bugzilla.suse.com/885209"
},
{
"category": "self",
"summary": "SUSE Bug 907012",
"url": "https://bugzilla.suse.com/907012"
},
{
"category": "self",
"summary": "SUSE Bug 907014",
"url": "https://bugzilla.suse.com/907014"
},
{
"category": "self",
"summary": "SUSE Bug 908033",
"url": "https://bugzilla.suse.com/908033"
},
{
"category": "self",
"summary": "SUSE Bug 909709",
"url": "https://bugzilla.suse.com/909709"
},
{
"category": "self",
"summary": "SUSE Bug 909710",
"url": "https://bugzilla.suse.com/909710"
},
{
"category": "self",
"summary": "SUSE Bug 909712",
"url": "https://bugzilla.suse.com/909712"
},
{
"category": "self",
"summary": "SUSE Bug 913211",
"url": "https://bugzilla.suse.com/913211"
},
{
"category": "self",
"summary": "SUSE Bug 913213",
"url": "https://bugzilla.suse.com/913213"
},
{
"category": "self",
"summary": "SUSE Bug 920645",
"url": "https://bugzilla.suse.com/920645"
},
{
"category": "self",
"summary": "SUSE Bug 930235",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "self",
"summary": "SUSE Bug 931301",
"url": "https://bugzilla.suse.com/931301"
},
{
"category": "self",
"summary": "SUSE Bug 935570",
"url": "https://bugzilla.suse.com/935570"
},
{
"category": "self",
"summary": "SUSE Bug 938156",
"url": "https://bugzilla.suse.com/938156"
},
{
"category": "self",
"summary": "SUSE Bug 942369",
"url": "https://bugzilla.suse.com/942369"
},
{
"category": "self",
"summary": "SUSE Bug 942370",
"url": "https://bugzilla.suse.com/942370"
},
{
"category": "self",
"summary": "SUSE Bug 946653",
"url": "https://bugzilla.suse.com/946653"
},
{
"category": "self",
"summary": "SUSE Bug 949660",
"url": "https://bugzilla.suse.com/949660"
},
{
"category": "self",
"summary": "SUSE Bug 950931",
"url": "https://bugzilla.suse.com/950931"
},
{
"category": "self",
"summary": "SUSE Bug 953182",
"url": "https://bugzilla.suse.com/953182"
},
{
"category": "self",
"summary": "SUSE Bug 954737",
"url": "https://bugzilla.suse.com/954737"
},
{
"category": "self",
"summary": "SUSE Bug 954797",
"url": "https://bugzilla.suse.com/954797"
},
{
"category": "self",
"summary": "SUSE Bug 954812",
"url": "https://bugzilla.suse.com/954812"
},
{
"category": "self",
"summary": "SUSE Bug 956434",
"url": "https://bugzilla.suse.com/956434"
},
{
"category": "self",
"summary": "SUSE Bug 958255",
"url": "https://bugzilla.suse.com/958255"
},
{
"category": "self",
"summary": "SUSE Bug 959405",
"url": "https://bugzilla.suse.com/959405"
},
{
"category": "self",
"summary": "SUSE Bug 963142",
"url": "https://bugzilla.suse.com/963142"
},
{
"category": "self",
"summary": "SUSE Bug 964468",
"url": "https://bugzilla.suse.com/964468"
},
{
"category": "self",
"summary": "SUSE Bug 964673",
"url": "https://bugzilla.suse.com/964673"
},
{
"category": "self",
"summary": "SUSE Bug 965600",
"url": "https://bugzilla.suse.com/965600"
},
{
"category": "self",
"summary": "SUSE Bug 965918",
"url": "https://bugzilla.suse.com/965918"
},
{
"category": "self",
"summary": "SUSE Bug 968933",
"url": "https://bugzilla.suse.com/968933"
},
{
"category": "self",
"summary": "SUSE Bug 968972",
"url": "https://bugzilla.suse.com/968972"
},
{
"category": "self",
"summary": "SUSE Bug 970637",
"url": "https://bugzilla.suse.com/970637"
},
{
"category": "self",
"summary": "SUSE Bug 974208",
"url": "https://bugzilla.suse.com/974208"
},
{
"category": "self",
"summary": "SUSE Bug 976777",
"url": "https://bugzilla.suse.com/976777"
},
{
"category": "self",
"summary": "SUSE Bug 977394",
"url": "https://bugzilla.suse.com/977394"
},
{
"category": "self",
"summary": "SUSE Bug 978260",
"url": "https://bugzilla.suse.com/978260"
},
{
"category": "self",
"summary": "SUSE Bug 980555",
"url": "https://bugzilla.suse.com/980555"
},
{
"category": "self",
"summary": "SUSE Bug 983015",
"url": "https://bugzilla.suse.com/983015"
},
{
"category": "self",
"summary": "SUSE Bug 984942",
"url": "https://bugzilla.suse.com/984942"
},
{
"category": "self",
"summary": "SUSE Bug 987198",
"url": "https://bugzilla.suse.com/987198"
},
{
"category": "self",
"summary": "SUSE Bug 988408",
"url": "https://bugzilla.suse.com/988408"
},
{
"category": "self",
"summary": "SUSE Bug 988707",
"url": "https://bugzilla.suse.com/988707"
},
{
"category": "self",
"summary": "SUSE Bug 989566",
"url": "https://bugzilla.suse.com/989566"
},
{
"category": "self",
"summary": "SUSE Bug 993847",
"url": "https://bugzilla.suse.com/993847"
},
{
"category": "self",
"summary": "SUSE Bug 995058",
"url": "https://bugzilla.suse.com/995058"
},
{
"category": "self",
"summary": "SUSE Bug 995102",
"url": "https://bugzilla.suse.com/995102"
},
{
"category": "self",
"summary": "SUSE Bug 995620",
"url": "https://bugzilla.suse.com/995620"
},
{
"category": "self",
"summary": "SUSE Bug 996015",
"url": "https://bugzilla.suse.com/996015"
},
{
"category": "self",
"summary": "SUSE Bug 999582",
"url": "https://bugzilla.suse.com/999582"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-3499 page",
"url": "https://www.suse.com/security/cve/CVE-2014-3499/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-5277 page",
"url": "https://www.suse.com/security/cve/CVE-2014-5277/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-6407 page",
"url": "https://www.suse.com/security/cve/CVE-2014-6407/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-6408 page",
"url": "https://www.suse.com/security/cve/CVE-2014-6408/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-8178 page",
"url": "https://www.suse.com/security/cve/CVE-2014-8178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-8179 page",
"url": "https://www.suse.com/security/cve/CVE-2014-8179/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-9356 page",
"url": "https://www.suse.com/security/cve/CVE-2014-9356/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-9357 page",
"url": "https://www.suse.com/security/cve/CVE-2014-9357/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-9358 page",
"url": "https://www.suse.com/security/cve/CVE-2014-9358/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3627 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3627/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3629 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3629/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3630 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3630/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3631 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3631/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-3697 page",
"url": "https://www.suse.com/security/cve/CVE-2016-3697/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-8867 page",
"url": "https://www.suse.com/security/cve/CVE-2016-8867/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-9962 page",
"url": "https://www.suse.com/security/cve/CVE-2016-9962/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-14992 page",
"url": "https://www.suse.com/security/cve/CVE-2017-14992/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16539 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-10892 page",
"url": "https://www.suse.com/security/cve/CVE-2018-10892/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-15664 page",
"url": "https://www.suse.com/security/cve/CVE-2018-15664/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16873 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16873/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16874 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16874/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16875 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16875/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-20699 page",
"url": "https://www.suse.com/security/cve/CVE-2018-20699/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-13509 page",
"url": "https://www.suse.com/security/cve/CVE-2019-13509/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14271 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14271/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-12912 page",
"url": "https://www.suse.com/security/cve/CVE-2020-12912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-13401 page",
"url": "https://www.suse.com/security/cve/CVE-2020-13401/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15257 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15257/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8694 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8694/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8695 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8695/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21284 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21284/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21285 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21285/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41089 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41089/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41091 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41091/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41092 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41092/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41103 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41103/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41190 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41190/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-43565 page",
"url": "https://www.suse.com/security/cve/CVE-2021-43565/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24769 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24769/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-27191 page",
"url": "https://www.suse.com/security/cve/CVE-2022-27191/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-36109 page",
"url": "https://www.suse.com/security/cve/CVE-2022-36109/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-28840 page",
"url": "https://www.suse.com/security/cve/CVE-2023-28840/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-28841 page",
"url": "https://www.suse.com/security/cve/CVE-2023-28841/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-28842 page",
"url": "https://www.suse.com/security/cve/CVE-2023-28842/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23650 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23651 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23651/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23652 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23652/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23653 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23653/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-29018 page",
"url": "https://www.suse.com/security/cve/CVE-2024-29018/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "Security update for docker-stable",
"tracking": {
"current_release_date": "2025-10-11T01:20:50Z",
"generator": {
"date": "2025-10-11T01:20:50Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03545-1",
"initial_release_date": "2025-10-11T01:20:50Z",
"revision_history": [
{
"date": "2025-10-11T01:20:50Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.25.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.i586",
"product_id": "docker-stable-24.0.9_ce-150000.1.25.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"product_id": "docker-stable-24.0.9_ce-150000.1.25.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2014-3499",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-3499"
}
],
"notes": [
{
"category": "general",
"text": "Docker 1.0.0 uses world-readable and world-writable permissions on the management socket, which allows local users to gain privileges via unspecified vectors.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-3499",
"url": "https://www.suse.com/security/cve/CVE-2014-3499"
},
{
"category": "external",
"summary": "SUSE Bug 885209 for CVE-2014-3499",
"url": "https://bugzilla.suse.com/885209"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2014-3499"
},
{
"cve": "CVE-2014-5277",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-5277"
}
],
"notes": [
{
"category": "general",
"text": "Docker before 1.3.1 and docker-py before 0.5.3 fall back to HTTP when the HTTPS connection to the registry fails, which allows man-in-the-middle attackers to conduct downgrade attacks and obtain authentication and image data by leveraging a network position between the client and the registry to block HTTPS traffic.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-5277",
"url": "https://www.suse.com/security/cve/CVE-2014-5277"
},
{
"category": "external",
"summary": "SUSE Bug 904165 for CVE-2014-5277",
"url": "https://bugzilla.suse.com/904165"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2014-5277"
},
{
"cve": "CVE-2014-6407",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-6407"
}
],
"notes": [
{
"category": "general",
"text": "Docker before 1.3.2 allows remote attackers to write to arbitrary files and execute arbitrary code via a (1) symlink or (2) hard link attack in an image archive in a (a) pull or (b) load operation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-6407",
"url": "https://www.suse.com/security/cve/CVE-2014-6407"
},
{
"category": "external",
"summary": "SUSE Bug 907012 for CVE-2014-6407",
"url": "https://bugzilla.suse.com/907012"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2014-6407"
},
{
"cve": "CVE-2014-6408",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-6408"
}
],
"notes": [
{
"category": "general",
"text": "Docker 1.3.0 through 1.3.1 allows remote attackers to modify the default run profile of image containers and possibly bypass the container by applying unspecified security options to an image.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-6408",
"url": "https://www.suse.com/security/cve/CVE-2014-6408"
},
{
"category": "external",
"summary": "SUSE Bug 907014 for CVE-2014-6408",
"url": "https://bugzilla.suse.com/907014"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2014-6408"
},
{
"cve": "CVE-2014-8178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-8178"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 1.8.3 and CS Docker Engine before 1.6.2-CS7 do not use a globally unique identifier to store image layers, which makes it easier for attackers to poison the image cache via a crafted image in pull or push commands.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-8178",
"url": "https://www.suse.com/security/cve/CVE-2014-8178"
},
{
"category": "external",
"summary": "SUSE Bug 949660 for CVE-2014-8178",
"url": "https://bugzilla.suse.com/949660"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2014-8178"
},
{
"cve": "CVE-2014-8179",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-8179"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 1.8.3 and CS Docker Engine before 1.6.2-CS7 does not properly validate and extract the manifest object from its JSON representation during a pull, which allows attackers to inject new attributes in a JSON object and bypass pull-by-digest validation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-8179",
"url": "https://www.suse.com/security/cve/CVE-2014-8179"
},
{
"category": "external",
"summary": "SUSE Bug 949660 for CVE-2014-8179",
"url": "https://bugzilla.suse.com/949660"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2014-8179"
},
{
"cve": "CVE-2014-9356",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-9356"
}
],
"notes": [
{
"category": "general",
"text": "Path traversal vulnerability in Docker before 1.3.3 allows remote attackers to write to arbitrary files and bypass a container protection mechanism via a full pathname in a symlink in an (1) image or (2) build in a Dockerfile.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-9356",
"url": "https://www.suse.com/security/cve/CVE-2014-9356"
},
{
"category": "external",
"summary": "SUSE Bug 909710 for CVE-2014-9356",
"url": "https://bugzilla.suse.com/909710"
},
{
"category": "external",
"summary": "SUSE Bug 909712 for CVE-2014-9356",
"url": "https://bugzilla.suse.com/909712"
},
{
"category": "external",
"summary": "SUSE Bug 909747 for CVE-2014-9356",
"url": "https://bugzilla.suse.com/909747"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2014-9356"
},
{
"cve": "CVE-2014-9357",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-9357"
}
],
"notes": [
{
"category": "general",
"text": "Docker 1.3.2 allows remote attackers to execute arbitrary code with root privileges via a crafted (1) image or (2) build in a Dockerfile in an LZMA (.xz) archive, related to the chroot for archive extraction.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-9357",
"url": "https://www.suse.com/security/cve/CVE-2014-9357"
},
{
"category": "external",
"summary": "SUSE Bug 909710 for CVE-2014-9357",
"url": "https://bugzilla.suse.com/909710"
},
{
"category": "external",
"summary": "SUSE Bug 909747 for CVE-2014-9357",
"url": "https://bugzilla.suse.com/909747"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2014-9357"
},
{
"cve": "CVE-2014-9358",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-9358"
}
],
"notes": [
{
"category": "general",
"text": "Docker before 1.3.3 does not properly validate image IDs, which allows remote attackers to conduct path traversal attacks and spoof repositories via a crafted image in a (1) \"docker load\" operation or (2) \"registry communications.\"",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-9358",
"url": "https://www.suse.com/security/cve/CVE-2014-9358"
},
{
"category": "external",
"summary": "SUSE Bug 909709 for CVE-2014-9358",
"url": "https://bugzilla.suse.com/909709"
},
{
"category": "external",
"summary": "SUSE Bug 909747 for CVE-2014-9358",
"url": "https://bugzilla.suse.com/909747"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2014-9358"
},
{
"cve": "CVE-2015-3627",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3627"
}
],
"notes": [
{
"category": "general",
"text": "Libcontainer and Docker Engine before 1.6.1 opens the file-descriptor passed to the pid-1 process before performing the chroot, which allows local users to gain privileges via a symlink attack in an image.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3627",
"url": "https://www.suse.com/security/cve/CVE-2015-3627"
},
{
"category": "external",
"summary": "SUSE Bug 930235 for CVE-2015-3627",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "external",
"summary": "SUSE Bug 945060 for CVE-2015-3627",
"url": "https://bugzilla.suse.com/945060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "low"
}
],
"title": "CVE-2015-3627"
},
{
"cve": "CVE-2015-3629",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3629"
}
],
"notes": [
{
"category": "general",
"text": "Libcontainer 1.6.0, as used in Docker Engine, allows local users to escape containerization (\"mount namespace breakout\") and write to arbitrary file on the host system via a symlink attack in an image when respawning a container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3629",
"url": "https://www.suse.com/security/cve/CVE-2015-3629"
},
{
"category": "external",
"summary": "SUSE Bug 930235 for CVE-2015-3629",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "external",
"summary": "SUSE Bug 945060 for CVE-2015-3629",
"url": "https://bugzilla.suse.com/945060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2015-3629"
},
{
"cve": "CVE-2015-3630",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3630"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 1.6.1 uses weak permissions for (1) /proc/asound, (2) /proc/timer_stats, (3) /proc/latency_stats, and (4) /proc/fs, which allows local users to modify the host, obtain sensitive information, and perform protocol downgrade attacks via a crafted image.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3630",
"url": "https://www.suse.com/security/cve/CVE-2015-3630"
},
{
"category": "external",
"summary": "SUSE Bug 930235 for CVE-2015-3630",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "external",
"summary": "SUSE Bug 945060 for CVE-2015-3630",
"url": "https://bugzilla.suse.com/945060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2015-3630"
},
{
"cve": "CVE-2015-3631",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3631"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 1.6.1 allows local users to set arbitrary Linux Security Modules (LSM) and docker_t policies via an image that allows volumes to override files in /proc.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3631",
"url": "https://www.suse.com/security/cve/CVE-2015-3631"
},
{
"category": "external",
"summary": "SUSE Bug 930235 for CVE-2015-3631",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "external",
"summary": "SUSE Bug 945060 for CVE-2015-3631",
"url": "https://bugzilla.suse.com/945060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2015-3631"
},
{
"cve": "CVE-2016-3697",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-3697"
}
],
"notes": [
{
"category": "general",
"text": "libcontainer/user/user.go in runC before 0.1.0, as used in Docker before 1.11.2, improperly treats a numeric UID as a potential username, which allows local users to gain privileges via a numeric username in the password file in a container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-3697",
"url": "https://www.suse.com/security/cve/CVE-2016-3697"
},
{
"category": "external",
"summary": "SUSE Bug 976777 for CVE-2016-3697",
"url": "https://bugzilla.suse.com/976777"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2016-3697"
},
{
"cve": "CVE-2016-8867",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-8867"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine 1.12.2 enabled ambient capabilities with misconfigured capability policies. This allowed malicious images to bypass user permissions to access files within the container filesystem or mounted volumes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-8867",
"url": "https://www.suse.com/security/cve/CVE-2016-8867"
},
{
"category": "external",
"summary": "SUSE Bug 1007249 for CVE-2016-8867",
"url": "https://bugzilla.suse.com/1007249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2016-8867"
},
{
"cve": "CVE-2016-9962",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-9962"
}
],
"notes": [
{
"category": "general",
"text": "RunC allowed additional container processes via \u0027runc exec\u0027 to be ptraced by the pid 1 of the container. This allows the main processes of the container, if running as root, to gain access to file-descriptors of these new processes during the initialization and can lead to container escapes or modification of runC state before the process is fully placed inside the container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-9962",
"url": "https://www.suse.com/security/cve/CVE-2016-9962"
},
{
"category": "external",
"summary": "SUSE Bug 1012568 for CVE-2016-9962",
"url": "https://bugzilla.suse.com/1012568"
},
{
"category": "external",
"summary": "SUSE Bug 1173425 for CVE-2016-9962",
"url": "https://bugzilla.suse.com/1173425"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2016-9962"
},
{
"cve": "CVE-2017-14992",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-14992"
}
],
"notes": [
{
"category": "general",
"text": "Lack of content verification in Docker-CE (Also known as Moby) versions 1.12.6-0, 1.10.3, 17.03.0, 17.03.1, 17.03.2, 17.06.0, 17.06.1, 17.06.2, 17.09.0, and earlier allows a remote attacker to cause a Denial of Service via a crafted image layer payload, aka gzip bombing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-14992",
"url": "https://www.suse.com/security/cve/CVE-2017-14992"
},
{
"category": "external",
"summary": "SUSE Bug 1066210 for CVE-2017-14992",
"url": "https://bugzilla.suse.com/1066210"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2017-14992"
},
{
"cve": "CVE-2017-16539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16539"
}
],
"notes": [
{
"category": "general",
"text": "The DefaultLinuxSpec function in oci/defaults.go in Docker Moby through 17.03.2-ce does not block /proc/scsi pathnames, which allows attackers to trigger data loss (when certain older Linux kernels are used) by leveraging Docker container access to write a \"scsi remove-single-device\" line to /proc/scsi/scsi, aka SCSI MICDROP.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16539",
"url": "https://www.suse.com/security/cve/CVE-2017-16539"
},
{
"category": "external",
"summary": "SUSE Bug 1066801 for CVE-2017-16539",
"url": "https://bugzilla.suse.com/1066801"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2017-16539"
},
{
"cve": "CVE-2018-10892",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-10892"
}
],
"notes": [
{
"category": "general",
"text": "The default OCI linux spec in oci/defaults{_linux}.go in Docker/Moby from 1.11 to current does not block /proc/acpi pathnames. The flaw allows an attacker to modify host\u0027s hardware like enabling/disabling bluetooth or turning up/down keyboard brightness.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-10892",
"url": "https://www.suse.com/security/cve/CVE-2018-10892"
},
{
"category": "external",
"summary": "SUSE Bug 1100331 for CVE-2018-10892",
"url": "https://bugzilla.suse.com/1100331"
},
{
"category": "external",
"summary": "SUSE Bug 1100838 for CVE-2018-10892",
"url": "https://bugzilla.suse.com/1100838"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2018-10892"
},
{
"cve": "CVE-2018-15664",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-15664"
}
],
"notes": [
{
"category": "general",
"text": "In Docker through 18.06.1-ce-rc2, the API endpoints behind the \u0027docker cp\u0027 command are vulnerable to a symlink-exchange attack with Directory Traversal, giving attackers arbitrary read-write access to the host filesystem with root privileges, because daemon/archive.go does not do archive operations on a frozen filesystem (or from within a chroot).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-15664",
"url": "https://www.suse.com/security/cve/CVE-2018-15664"
},
{
"category": "external",
"summary": "SUSE Bug 1096726 for CVE-2018-15664",
"url": "https://bugzilla.suse.com/1096726"
},
{
"category": "external",
"summary": "SUSE Bug 1139649 for CVE-2018-15664",
"url": "https://bugzilla.suse.com/1139649"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2018-15664"
},
{
"cve": "CVE-2018-16873",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16873"
}
],
"notes": [
{
"category": "general",
"text": "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to remote code execution when executed with the -u flag and the import path of a malicious Go package, or a package that imports it directly or indirectly. Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). Using custom domains, it\u0027s possible to arrange things so that a Git repository is cloned to a folder named \".git\" by using a vanity import path that ends with \"/.git\". If the Git repository root contains a \"HEAD\" file, a \"config\" file, an \"objects\" directory, a \"refs\" directory, with some work to ensure the proper ordering of operations, \"go get -u\" can be tricked into considering the parent directory as a repository root, and running Git commands on it. That will use the \"config\" file in the original Git repository root for its configuration, and if that config file contains malicious commands, they will execute on the system running \"go get -u\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16873",
"url": "https://www.suse.com/security/cve/CVE-2018-16873"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2018-16873"
},
{
"cve": "CVE-2018-16874",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16874"
}
],
"notes": [
{
"category": "general",
"text": "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to directory traversal when executed with the import path of a malicious Go package which contains curly braces (both \u0027{\u0027 and \u0027}\u0027 characters). Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). The attacker can cause an arbitrary filesystem write, which can lead to code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16874",
"url": "https://www.suse.com/security/cve/CVE-2018-16874"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2018-16874"
},
{
"cve": "CVE-2018-16875",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16875"
}
],
"notes": [
{
"category": "general",
"text": "The crypto/x509 package of Go before 1.10.6 and 1.11.x before 1.11.3 does not limit the amount of work performed for each chain verification, which might allow attackers to craft pathological inputs leading to a CPU denial of service. Go TLS servers accepting client certificates and TLS clients are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16875",
"url": "https://www.suse.com/security/cve/CVE-2018-16875"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2018-16875"
},
{
"cve": "CVE-2018-20699",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-20699"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 18.09 allows attackers to cause a denial of service (dockerd memory consumption) via a large integer in a --cpuset-mems or --cpuset-cpus value, related to daemon/daemon_unix.go, pkg/parsers/parsers.go, and pkg/sysinfo/sysinfo.go.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-20699",
"url": "https://www.suse.com/security/cve/CVE-2018-20699"
},
{
"category": "external",
"summary": "SUSE Bug 1121768 for CVE-2018-20699",
"url": "https://bugzilla.suse.com/1121768"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2018-20699"
},
{
"cve": "CVE-2019-13509",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-13509"
}
],
"notes": [
{
"category": "general",
"text": "In Docker CE and EE before 18.09.8 (as well as Docker EE before 17.06.2-ee-23 and 18.x before 18.03.1-ee-10), Docker Engine in debug mode may sometimes add secrets to the debug log. This applies to a scenario where docker stack deploy is run to redeploy a stack that includes (non external) secrets. It potentially applies to other API users of the stack API if they resend the secret.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-13509",
"url": "https://www.suse.com/security/cve/CVE-2019-13509"
},
{
"category": "external",
"summary": "SUSE Bug 1142160 for CVE-2019-13509",
"url": "https://bugzilla.suse.com/1142160"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2019-13509"
},
{
"cve": "CVE-2019-14271",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14271"
}
],
"notes": [
{
"category": "general",
"text": "In Docker 19.03.x before 19.03.1 linked against the GNU C Library (aka glibc), code injection can occur when the nsswitch facility dynamically loads a library inside a chroot that contains the contents of the container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14271",
"url": "https://www.suse.com/security/cve/CVE-2019-14271"
},
{
"category": "external",
"summary": "SUSE Bug 1143409 for CVE-2019-14271",
"url": "https://bugzilla.suse.com/1143409"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2019-14271"
},
{
"cve": "CVE-2020-12912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-12912"
}
],
"notes": [
{
"category": "general",
"text": "A potential vulnerability in the AMD extension to Linux \"hwmon\" service may allow an attacker to use the Linux-based Running Average Power Limit (RAPL) interface to show various side channel attacks. In line with industry partners, AMD has updated the RAPL interface to require privileged access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-12912",
"url": "https://www.suse.com/security/cve/CVE-2020-12912"
},
{
"category": "external",
"summary": "SUSE Bug 1178760 for CVE-2020-12912",
"url": "https://bugzilla.suse.com/1178760"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2020-12912"
},
{
"cve": "CVE-2020-13401",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-13401"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Docker Engine before 19.03.11. An attacker in a container, with the CAP_NET_RAW capability, can craft IPv6 router advertisements, and consequently spoof external IPv6 hosts, obtain sensitive information, or cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-13401",
"url": "https://www.suse.com/security/cve/CVE-2020-13401"
},
{
"category": "external",
"summary": "SUSE Bug 1172375 for CVE-2020-13401",
"url": "https://bugzilla.suse.com/1172375"
},
{
"category": "external",
"summary": "SUSE Bug 1172377 for CVE-2020-13401",
"url": "https://bugzilla.suse.com/1172377"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2020-13401"
},
{
"cve": "CVE-2020-15257",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15257"
}
],
"notes": [
{
"category": "general",
"text": "containerd is an industry-standard container runtime and is available as a daemon for Linux and Windows. In containerd before versions 1.3.9 and 1.4.3, the containerd-shim API is improperly exposed to host network containers. Access controls for the shim\u0027s API socket verified that the connecting process had an effective UID of 0, but did not otherwise restrict access to the abstract Unix domain socket. This would allow malicious containers running in the same network namespace as the shim, with an effective UID of 0 but otherwise reduced privileges, to cause new processes to be run with elevated privileges. This vulnerability has been fixed in containerd 1.3.9 and 1.4.3. Users should update to these versions as soon as they are released. It should be noted that containers started with an old version of containerd-shim should be stopped and restarted, as running containers will continue to be vulnerable even after an upgrade. If you are not providing the ability for untrusted users to start containers in the same network namespace as the shim (typically the \"host\" network namespace, for example with docker run --net=host or hostNetwork: true in a Kubernetes pod) and run with an effective UID of 0, you are not vulnerable to this issue. If you are running containers with a vulnerable configuration, you can deny access to all abstract sockets with AppArmor by adding a line similar to deny unix addr=@**, to your policy. It is best practice to run containers with a reduced set of privileges, with a non-zero UID, and with isolated namespaces. The containerd maintainers strongly advise against sharing namespaces with the host. Reducing the set of isolation mechanisms used for a container necessarily increases that container\u0027s privilege, regardless of what container runtime is used for running that container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15257",
"url": "https://www.suse.com/security/cve/CVE-2020-15257"
},
{
"category": "external",
"summary": "SUSE Bug 1178969 for CVE-2020-15257",
"url": "https://bugzilla.suse.com/1178969"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2020-15257"
},
{
"cve": "CVE-2020-8694",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8694"
}
],
"notes": [
{
"category": "general",
"text": "Insufficient access control in the Linux kernel driver for some Intel(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8694",
"url": "https://www.suse.com/security/cve/CVE-2020-8694"
},
{
"category": "external",
"summary": "SUSE Bug 1170415 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1170415"
},
{
"category": "external",
"summary": "SUSE Bug 1170446 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1170446"
},
{
"category": "external",
"summary": "SUSE Bug 1178591 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1178591"
},
{
"category": "external",
"summary": "SUSE Bug 1178700 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1178700"
},
{
"category": "external",
"summary": "SUSE Bug 1179661 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1179661"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2020-8694"
},
{
"cve": "CVE-2020-8695",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8695"
}
],
"notes": [
{
"category": "general",
"text": "Observable discrepancy in the RAPL interface for some Intel(R) Processors may allow a privileged user to potentially enable information disclosure via local access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8695",
"url": "https://www.suse.com/security/cve/CVE-2020-8695"
},
{
"category": "external",
"summary": "SUSE Bug 1170415 for CVE-2020-8695",
"url": "https://bugzilla.suse.com/1170415"
},
{
"category": "external",
"summary": "SUSE Bug 1170446 for CVE-2020-8695",
"url": "https://bugzilla.suse.com/1170446"
},
{
"category": "external",
"summary": "SUSE Bug 1178591 for CVE-2020-8695",
"url": "https://bugzilla.suse.com/1178591"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2020-8695"
},
{
"cve": "CVE-2021-21284",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21284"
}
],
"notes": [
{
"category": "general",
"text": "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/\u003cremapping\u003e\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21284",
"url": "https://www.suse.com/security/cve/CVE-2021-21284"
},
{
"category": "external",
"summary": "SUSE Bug 1181732 for CVE-2021-21284",
"url": "https://bugzilla.suse.com/1181732"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "low"
}
],
"title": "CVE-2021-21284"
},
{
"cve": "CVE-2021-21285",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21285"
}
],
"notes": [
{
"category": "general",
"text": "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability in which pulling an intentionally malformed Docker image manifest crashes the dockerd daemon. Versions 20.10.3 and 19.03.15 contain patches that prevent the daemon from crashing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21285",
"url": "https://www.suse.com/security/cve/CVE-2021-21285"
},
{
"category": "external",
"summary": "SUSE Bug 1181730 for CVE-2021-21285",
"url": "https://bugzilla.suse.com/1181730"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2021-21285"
},
{
"cve": "CVE-2021-41089",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41089"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby (Docker Engine) where attempting to copy files using `docker cp` into a specially-crafted container can result in Unix file permission changes for existing files in the host\u0027s filesystem, widening access to others. This bug does not directly allow files to be read, modified, or executed without an additional cooperating process. This bug has been fixed in Moby (Docker Engine) 20.10.9. Users should update to this version as soon as possible. Running containers do not need to be restarted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41089",
"url": "https://www.suse.com/security/cve/CVE-2021-41089"
},
{
"category": "external",
"summary": "SUSE Bug 1191015 for CVE-2021-41089",
"url": "https://bugzilla.suse.com/1191015"
},
{
"category": "external",
"summary": "SUSE Bug 1191355 for CVE-2021-41089",
"url": "https://bugzilla.suse.com/1191355"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2021-41089"
},
{
"cve": "CVE-2021-41091",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41091"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby (Docker Engine) where the data directory (typically `/var/lib/docker`) contained subdirectories with insufficiently restricted permissions, allowing otherwise unprivileged Linux users to traverse directory contents and execute programs. When containers included executable programs with extended permission bits (such as `setuid`), unprivileged Linux users could discover and execute those programs. When the UID of an unprivileged Linux user on the host collided with the file owner or group inside a container, the unprivileged Linux user on the host could discover, read, and modify those files. This bug has been fixed in Moby (Docker Engine) 20.10.9. Users should update to this version as soon as possible. Running containers should be stopped and restarted for the permissions to be fixed. For users unable to upgrade limit access to the host to trusted users. Limit access to host volumes to trusted containers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41091",
"url": "https://www.suse.com/security/cve/CVE-2021-41091"
},
{
"category": "external",
"summary": "SUSE Bug 1191355 for CVE-2021-41091",
"url": "https://bugzilla.suse.com/1191355"
},
{
"category": "external",
"summary": "SUSE Bug 1191434 for CVE-2021-41091",
"url": "https://bugzilla.suse.com/1191434"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2021-41091"
},
{
"cve": "CVE-2021-41092",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41092"
}
],
"notes": [
{
"category": "general",
"text": "Docker CLI is the command line interface for the docker container runtime. A bug was found in the Docker CLI where running `docker login my-private-registry.example.com` with a misconfigured configuration file (typically `~/.docker/config.json`) listing a `credsStore` or `credHelpers` that could not be executed would result in any provided credentials being sent to `registry-1.docker.io` rather than the intended private registry. This bug has been fixed in Docker CLI 20.10.9. Users should update to this version as soon as possible. For users unable to update ensure that any configured credsStore or credHelpers entries in the configuration file reference an installed credential helper that is executable and on the PATH.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41092",
"url": "https://www.suse.com/security/cve/CVE-2021-41092"
},
{
"category": "external",
"summary": "SUSE Bug 1191334 for CVE-2021-41092",
"url": "https://bugzilla.suse.com/1191334"
},
{
"category": "external",
"summary": "SUSE Bug 1191355 for CVE-2021-41092",
"url": "https://bugzilla.suse.com/1191355"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2021-41092"
},
{
"cve": "CVE-2021-41103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41103"
}
],
"notes": [
{
"category": "general",
"text": "containerd is an open source container runtime with an emphasis on simplicity, robustness and portability. A bug was found in containerd where container root directories and some plugins had insufficiently restricted permissions, allowing otherwise unprivileged Linux users to traverse directory contents and execute programs. When containers included executable programs with extended permission bits (such as setuid), unprivileged Linux users could discover and execute those programs. When the UID of an unprivileged Linux user on the host collided with the file owner or group inside a container, the unprivileged Linux user on the host could discover, read, and modify those files. This vulnerability has been fixed in containerd 1.4.11 and containerd 1.5.7. Users should update to these version when they are released and may restart containers or update directory permissions to mitigate the vulnerability. Users unable to update should limit access to the host to trusted users. Update directory permission on container bundles directories.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41103",
"url": "https://www.suse.com/security/cve/CVE-2021-41103"
},
{
"category": "external",
"summary": "SUSE Bug 1191121 for CVE-2021-41103",
"url": "https://bugzilla.suse.com/1191121"
},
{
"category": "external",
"summary": "SUSE Bug 1191355 for CVE-2021-41103",
"url": "https://bugzilla.suse.com/1191355"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2021-41103"
},
{
"cve": "CVE-2021-41190",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41190"
}
],
"notes": [
{
"category": "general",
"text": "The OCI Distribution Spec project defines an API protocol to facilitate and standardize the distribution of content. In the OCI Distribution Specification version 1.0.0 and prior, the Content-Type header alone was used to determine the type of document during push and pull operations. Documents that contain both \"manifests\" and \"layers\" fields could be interpreted as either a manifest or an index in the absence of an accompanying Content-Type header. If a Content-Type header changed between two pulls of the same digest, a client may interpret the resulting content differently. The OCI Distribution Specification has been updated to require that a mediaType value present in a manifest or index match the Content-Type header used during the push and pull operations. Clients pulling from a registry may distrust the Content-Type header and reject an ambiguous document that contains both \"manifests\" and \"layers\" fields or \"manifests\" and \"config\" fields if they are unable to update to version 1.0.1 of the spec.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41190",
"url": "https://www.suse.com/security/cve/CVE-2021-41190"
},
{
"category": "external",
"summary": "SUSE Bug 1193273 for CVE-2021-41190",
"url": "https://bugzilla.suse.com/1193273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2021-41190"
},
{
"cve": "CVE-2021-43565",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-43565"
}
],
"notes": [
{
"category": "general",
"text": "The x/crypto/ssh package before 0.0.0-20211202192323-5770296d904e of golang.org/x/crypto allows an attacker to panic an SSH server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-43565",
"url": "https://www.suse.com/security/cve/CVE-2021-43565"
},
{
"category": "external",
"summary": "SUSE Bug 1193930 for CVE-2021-43565",
"url": "https://bugzilla.suse.com/1193930"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2021-43565"
},
{
"cve": "CVE-2022-24769",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24769"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker to enable and accelerate software containerization. A bug was found in Moby (Docker Engine) prior to version 20.10.14 where containers were incorrectly started with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during `execve(2)`. Normally, when executable programs have specified permitted file capabilities, otherwise unprivileged users and processes can execute those programs and gain the specified file capabilities up to the bounding set. Due to this bug, containers which included executable programs with inheritable file capabilities allowed otherwise unprivileged users and processes to additionally gain these inheritable file capabilities up to the container\u0027s bounding set. Containers which use Linux users and groups to perform privilege separation inside the container are most directly impacted. This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container\u0027s bounding set. This bug has been fixed in Moby (Docker Engine) 20.10.14. Running containers should be stopped, deleted, and recreated for the inheritable capabilities to be reset. This fix changes Moby (Docker Engine) behavior such that containers are started with a more typical Linux environment. As a workaround, the entry point of a container can be modified to use a utility like `capsh(1)` to drop inheritable capabilities prior to the primary process starting.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24769",
"url": "https://www.suse.com/security/cve/CVE-2022-24769"
},
{
"category": "external",
"summary": "SUSE Bug 1197517 for CVE-2022-24769",
"url": "https://bugzilla.suse.com/1197517"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2022-24769"
},
{
"cve": "CVE-2022-27191",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-27191"
}
],
"notes": [
{
"category": "general",
"text": "The golang.org/x/crypto/ssh package before 0.0.0-20220314234659-1baeb1ce4c0b for Go allows an attacker to crash a server in certain circumstances involving AddHostKey.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-27191",
"url": "https://www.suse.com/security/cve/CVE-2022-27191"
},
{
"category": "external",
"summary": "SUSE Bug 1197284 for CVE-2022-27191",
"url": "https://bugzilla.suse.com/1197284"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2022-27191"
},
{
"cve": "CVE-2022-36109",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-36109"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby (Docker Engine) where supplementary groups are not set up properly. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases, potentially gaining access to sensitive information or gaining the ability to execute code in that container. This bug is fixed in Moby (Docker Engine) 20.10.18. Running containers should be stopped and restarted for the permissions to be fixed. For users unable to upgrade, this problem can be worked around by not using the `\"USER $USERNAME\"` Dockerfile instruction. Instead by calling `ENTRYPOINT [\"su\", \"-\", \"user\"]` the supplementary groups will be set up properly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-36109",
"url": "https://www.suse.com/security/cve/CVE-2022-36109"
},
{
"category": "external",
"summary": "SUSE Bug 1205375 for CVE-2022-36109",
"url": "https://bugzilla.suse.com/1205375"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2022-36109"
},
{
"cve": "CVE-2023-28840",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-28840"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework developed by Docker Inc. that is distributed as Docker, Mirantis Container Runtime, and various other downstream projects/products. The Moby daemon component (`dockerd`), which is developed as moby/moby, is commonly referred to as *Docker*.\n\nSwarm Mode, which is compiled in and delivered by default in dockerd and is thus present in most major Moby downstreams, is a simple, built-in container orchestrator that is implemented through a combination of SwarmKit and supporting network code.\n\nThe overlay network driver is a core feature of Swarm Mode, providing isolated virtual LANs that allow communication between containers and services across the cluster. This driver is an implementation/user of VXLAN, which encapsulates link-layer (Ethernet) frames in UDP datagrams that tag the frame with a VXLAN Network ID (VNI) that identifies the originating overlay network. In addition, the overlay network driver supports an optional, off-by-default encrypted mode, which is especially useful when VXLAN packets traverses an untrusted network between nodes.\n\nEncrypted overlay networks function by encapsulating the VXLAN datagrams through the use of the IPsec Encapsulating Security Payload protocol in Transport mode. By deploying IPSec encapsulation, encrypted overlay networks gain the additional properties of source authentication through cryptographic proof, data integrity through check-summing, and confidentiality through encryption.\n\nWhen setting an endpoint up on an encrypted overlay network, Moby installs three iptables (Linux kernel firewall) rules that enforce both incoming and outgoing IPSec. These rules rely on the u32 iptables extension provided by the xt_u32 kernel module to directly filter on a VXLAN packet\u0027s VNI field, so that IPSec guarantees can be enforced on encrypted overlay networks without interfering with other overlay networks or other users of VXLAN.\n\nTwo iptables rules serve to filter incoming VXLAN datagrams with a VNI that corresponds to an encrypted network and discards unencrypted datagrams. The rules are appended to the end of the INPUT filter chain, following any rules that have been previously set by the system administrator. Administrator-set rules take precedence over the rules Moby sets to discard unencrypted VXLAN datagrams, which can potentially admit unencrypted datagrams that should have been discarded.\n\nThe injection of arbitrary Ethernet frames can enable a Denial of Service attack. A sophisticated attacker may be able to establish a UDP or TCP connection by way of the container\u0027s outbound gateway that would otherwise be blocked by a stateful firewall, or carry out other escalations beyond simple injection by smuggling packets into the overlay network.\n\nPatches are available in Moby releases 23.0.3 and 20.10.24. As Mirantis Container Runtime\u0027s 20.10 releases are numbered differently, users of that platform should update to 20.10.16.\n\nSome workarounds are available. Close the VXLAN port (by default, UDP port 4789) to incoming traffic at the Internet boundary to prevent all VXLAN packet injection, and/or ensure that the `xt_u32` kernel module is available on all nodes of the Swarm cluster.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-28840",
"url": "https://www.suse.com/security/cve/CVE-2023-28840"
},
{
"category": "external",
"summary": "SUSE Bug 1214107 for CVE-2023-28840",
"url": "https://bugzilla.suse.com/1214107"
},
{
"category": "external",
"summary": "SUSE Bug 1215525 for CVE-2023-28840",
"url": "https://bugzilla.suse.com/1215525"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2023-28840"
},
{
"cve": "CVE-2023-28841",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-28841"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework developed by Docker Inc. that is distributed as Docker, Mirantis Container Runtime, and various other downstream projects/products. The Moby daemon component (`dockerd`), which is developed as moby/moby is commonly referred to as *Docker*.\n\nSwarm Mode, which is compiled in and delivered by default in `dockerd` and is thus present in most major Moby downstreams, is a simple, built-in container orchestrator that is implemented through a combination of SwarmKit and supporting network code.\n\nThe `overlay` network driver is a core feature of Swarm Mode, providing isolated virtual LANs that allow communication between containers and services across the cluster. This driver is an implementation/user of VXLAN, which encapsulates link-layer (Ethernet) frames in UDP datagrams that tag the frame with the VXLAN metadata, including a VXLAN Network ID (VNI) that identifies the originating overlay network. In addition, the overlay network driver supports an optional, off-by-default encrypted mode, which is especially useful when VXLAN packets traverses an untrusted network between nodes.\n\nEncrypted overlay networks function by encapsulating the VXLAN datagrams through the use of the IPsec Encapsulating Security Payload protocol in Transport mode. By deploying IPSec encapsulation, encrypted overlay networks gain the additional properties of source authentication through cryptographic proof, data integrity through check-summing, and confidentiality through encryption.\n\nWhen setting an endpoint up on an encrypted overlay network, Moby installs three iptables (Linux kernel firewall) rules that enforce both incoming and outgoing IPSec. These rules rely on the `u32` iptables extension provided by the `xt_u32` kernel module to directly filter on a VXLAN packet\u0027s VNI field, so that IPSec guarantees can be enforced on encrypted overlay networks without interfering with other overlay networks or other users of VXLAN.\n\nAn iptables rule designates outgoing VXLAN datagrams with a VNI that corresponds to an encrypted overlay network for IPsec encapsulation.\n\nEncrypted overlay networks on affected platforms silently transmit unencrypted data. As a result, `overlay` networks may appear to be functional, passing traffic as expected, but without any of the expected confidentiality or data integrity guarantees.\n\nIt is possible for an attacker sitting in a trusted position on the network to read all of the application traffic that is moving across the overlay network, resulting in unexpected secrets or user data disclosure. Thus, because many database protocols, internal APIs, etc. are not protected by a second layer of encryption, a user may use Swarm encrypted overlay networks to provide confidentiality, which due to this vulnerability this is no longer guaranteed.\n\nPatches are available in Moby releases 23.0.3, and 20.10.24. As Mirantis Container Runtime\u0027s 20.10 releases are numbered differently, users of that platform should update to 20.10.16.\n\nSome workarounds are available. Close the VXLAN port (by default, UDP port 4789) to outgoing traffic at the Internet boundary in order to prevent unintentionally leaking unencrypted traffic over the Internet, and/or ensure that the `xt_u32` kernel module is available on all nodes of the Swarm cluster.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-28841",
"url": "https://www.suse.com/security/cve/CVE-2023-28841"
},
{
"category": "external",
"summary": "SUSE Bug 1214108 for CVE-2023-28841",
"url": "https://bugzilla.suse.com/1214108"
},
{
"category": "external",
"summary": "SUSE Bug 1215525 for CVE-2023-28841",
"url": "https://bugzilla.suse.com/1215525"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2023-28841"
},
{
"cve": "CVE-2023-28842",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-28842"
}
],
"notes": [
{
"category": "general",
"text": "Moby) is an open source container framework developed by Docker Inc. that is distributed as Docker, Mirantis Container Runtime, and various other downstream projects/products. The Moby daemon component (`dockerd`), which is developed as moby/moby is commonly referred to as *Docker*.\n\nSwarm Mode, which is compiled in and delivered by default in `dockerd` and is thus present in most major Moby downstreams, is a simple, built-in container orchestrator that is implemented through a combination of SwarmKit and supporting network code.\n\nThe `overlay` network driver is a core feature of Swarm Mode, providing isolated virtual LANs that allow communication between containers and services across the cluster. This driver is an implementation/user of VXLAN, which encapsulates link-layer (Ethernet) frames in UDP datagrams that tag the frame with the VXLAN metadata, including a VXLAN Network ID (VNI) that identifies the originating overlay network. In addition, the overlay network driver supports an optional, off-by-default encrypted mode, which is especially useful when VXLAN packets traverses an untrusted network between nodes.\n\nEncrypted overlay networks function by encapsulating the VXLAN datagrams through the use of the IPsec Encapsulating Security Payload protocol in Transport mode. By deploying IPSec encapsulation, encrypted overlay networks gain the additional properties of source authentication through cryptographic proof, data integrity through check-summing, and confidentiality through encryption.\n\nWhen setting an endpoint up on an encrypted overlay network, Moby installs three iptables (Linux kernel firewall) rules that enforce both incoming and outgoing IPSec. These rules rely on the `u32` iptables extension provided by the `xt_u32` kernel module to directly filter on a VXLAN packet\u0027s VNI field, so that IPSec guarantees can be enforced on encrypted overlay networks without interfering with other overlay networks or other users of VXLAN.\n\nThe `overlay` driver dynamically and lazily defines the kernel configuration for the VXLAN network on each node as containers are attached and detached. Routes and encryption parameters are only defined for destination nodes that participate in the network. The iptables rules that prevent encrypted overlay networks from accepting unencrypted packets are not created until a peer is available with which to communicate.\n\nEncrypted overlay networks silently accept cleartext VXLAN datagrams that are tagged with the VNI of an encrypted overlay network. As a result, it is possible to inject arbitrary Ethernet frames into the encrypted overlay network by encapsulating them in VXLAN datagrams. The implications of this can be quite dire, and GHSA-vwm3-crmr-xfxw should be referenced for a deeper exploration.\n\nPatches are available in Moby releases 23.0.3, and 20.10.24. As Mirantis Container Runtime\u0027s 20.10 releases are numbered differently, users of that platform should update to 20.10.16.\n\nSome workarounds are available. In multi-node clusters, deploy a global \u0027pause\u0027 container for each encrypted overlay network, on every node. For a single-node cluster, do not use overlay networks of any sort. Bridge networks provide the same connectivity on a single node and have no multi-node features. The Swarm ingress feature is implemented using an overlay network, but can be disabled by publishing ports in `host` mode instead of `ingress` mode (allowing the use of an external load balancer), and removing the `ingress` network. If encrypted overlay networks are in exclusive use, block UDP port 4789 from traffic that has not been validated by IPSec.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-28842",
"url": "https://www.suse.com/security/cve/CVE-2023-28842"
},
{
"category": "external",
"summary": "SUSE Bug 1214109 for CVE-2023-28842",
"url": "https://bugzilla.suse.com/1214109"
},
{
"category": "external",
"summary": "SUSE Bug 1215525 for CVE-2023-28842",
"url": "https://bugzilla.suse.com/1215525"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2023-28842"
},
{
"cve": "CVE-2024-23650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23650"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit client or frontend could craft a request that could lead to BuildKit daemon crashing with a panic. The issue has been fixed in v0.12.5. As a workaround, avoid using BuildKit frontends from untrusted sources.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23650",
"url": "https://www.suse.com/security/cve/CVE-2024-23650"
},
{
"category": "external",
"summary": "SUSE Bug 1219437 for CVE-2024-23650",
"url": "https://bugzilla.suse.com/1219437"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2024-23650"
},
{
"cve": "CVE-2024-23651",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23651"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Two malicious build steps running in parallel sharing the same cache mounts with subpaths could cause a race condition that can lead to files from the host system being accessible to the build container. The issue has been fixed in v0.12.5. Workarounds include, avoiding using BuildKit frontend from an untrusted source or building an untrusted Dockerfile containing cache mounts with --mount=type=cache,source=... options.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23651",
"url": "https://www.suse.com/security/cve/CVE-2024-23651"
},
{
"category": "external",
"summary": "SUSE Bug 1219267 for CVE-2024-23651",
"url": "https://bugzilla.suse.com/1219267"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2024-23651"
},
{
"cve": "CVE-2024-23652",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23652"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit frontend or Dockerfile using RUN --mount could trick the feature that removes empty files created for the mountpoints into removing a file outside the container, from the host system. The issue has been fixed in v0.12.5. Workarounds include avoiding using BuildKit frontends from an untrusted source or building an untrusted Dockerfile containing RUN --mount feature.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23652",
"url": "https://www.suse.com/security/cve/CVE-2024-23652"
},
{
"category": "external",
"summary": "SUSE Bug 1219268 for CVE-2024-23652",
"url": "https://bugzilla.suse.com/1219268"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2024-23652"
},
{
"cve": "CVE-2024-23653",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23653"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. In addition to running containers as build steps, BuildKit also provides APIs for running interactive containers based on built images. It was possible to use these APIs to ask BuildKit to run a container with elevated privileges. Normally, running such containers is only allowed if special `security.insecure` entitlement is enabled both by buildkitd configuration and allowed by the user initializing the build request. The issue has been fixed in v0.12.5 . Avoid using BuildKit frontends from untrusted sources. \n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23653",
"url": "https://www.suse.com/security/cve/CVE-2024-23653"
},
{
"category": "external",
"summary": "SUSE Bug 1219438 for CVE-2024-23653",
"url": "https://bugzilla.suse.com/1219438"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2024-23653"
},
{
"cve": "CVE-2024-29018",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-29018"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework that is a key component of Docker Engine, Docker Desktop, and other distributions of container tooling or runtimes. Moby\u0027s networking implementation allows for many networks, each with their own IP address range and gateway, to be defined. This feature is frequently referred to as custom networks, as each network can have a different driver, set of parameters and thus behaviors. When creating a network, the `--internal` flag is used to designate a network as _internal_. The `internal` attribute in a docker-compose.yml file may also be used to mark a network _internal_, and other API clients may specify the `internal` parameter as well.\n\nWhen containers with networking are created, they are assigned unique network interfaces and IP addresses. The host serves as a router for non-internal networks, with a gateway IP that provides SNAT/DNAT to/from container IPs.\n\nContainers on an internal network may communicate between each other, but are precluded from communicating with any networks the host has access to (LAN or WAN) as no default route is configured, and firewall rules are set up to drop all outgoing traffic. Communication with the gateway IP address (and thus appropriately configured host services) is possible, and the host may communicate with any container IP directly.\n\nIn addition to configuring the Linux kernel\u0027s various networking features to enable container networking, `dockerd` directly provides some services to container networks. Principal among these is serving as a resolver, enabling service discovery, and resolution of names from an upstream resolver.\n\nWhen a DNS request for a name that does not correspond to a container is received, the request is forwarded to the configured upstream resolver. This request is made from the container\u0027s network namespace: the level of access and routing of traffic is the same as if the request was made by the container itself.\n\nAs a consequence of this design, containers solely attached to an internal network will be unable to resolve names using the upstream resolver, as the container itself is unable to communicate with that nameserver. Only the names of containers also attached to the internal network are able to be resolved.\n\nMany systems run a local forwarding DNS resolver. As the host and any containers have separate loopback devices, a consequence of the design described above is that containers are unable to resolve names from the host\u0027s configured resolver, as they cannot reach these addresses on the host loopback device. To bridge this gap, and to allow containers to properly resolve names even when a local forwarding resolver is used on a loopback address, `dockerd` detects this scenario and instead forward DNS requests from the host namework namespace. The loopback resolver then forwards the requests to its configured upstream resolvers, as expected.\n\nBecause `dockerd` forwards DNS requests to the host loopback device, bypassing the container network namespace\u0027s normal routing semantics entirely, internal networks can unexpectedly forward DNS requests to an external nameserver. By registering a domain for which they control the authoritative nameservers, an attacker could arrange for a compromised container to exfiltrate data by encoding it in DNS queries that will eventually be answered by their nameservers.\n\nDocker Desktop is not affected, as Docker Desktop always runs an internal resolver on a RFC 1918 address.\n\nMoby releases 26.0.0, 25.0.4, and 23.0.11 are patched to prevent forwarding any DNS requests from internal networks. As a workaround, run containers intended to be solely attached to internal networks with a custom upstream address, which will force all upstream DNS queries to be resolved from the container\u0027s network namespace.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-29018",
"url": "https://www.suse.com/security/cve/CVE-2024-29018"
},
{
"category": "external",
"summary": "SUSE Bug 1234089 for CVE-2024-29018",
"url": "https://bugzilla.suse.com/1234089"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "moderate"
}
],
"title": "CVE-2024-29018"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.aarch64",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.ppc64le",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.s390x",
"openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1.x86_64",
"openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1.noarch",
"openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-11T01:20:50Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
suse-su-2025:0980-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for apptainer",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for apptainer fixes the following issues:\n\n- CVE-2025-27144: Fixed Denial of Service in Go JOSE\u0027s Parsing (bsc#1237679).\n- CVE-2024-45338: Fixed denial of service due to non-linear parsing of case-insensitive content (bsc#1234794).\n- CVE-2024-45337: Fixed Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (bsc#1234595).\n- CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238611).\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239341).\n- CVE-2024-41110: Fixed Authz zero length regression (bsc#1228324).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-980,SUSE-SLE-Module-HPC-15-SP6-2025-980,openSUSE-SLE-15.6-2025-980",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0980-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0980-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250980-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0980-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020574.html"
},
{
"category": "self",
"summary": "SUSE Bug 1228324",
"url": "https://bugzilla.suse.com/1228324"
},
{
"category": "self",
"summary": "SUSE Bug 1234595",
"url": "https://bugzilla.suse.com/1234595"
},
{
"category": "self",
"summary": "SUSE Bug 1234794",
"url": "https://bugzilla.suse.com/1234794"
},
{
"category": "self",
"summary": "SUSE Bug 1237679",
"url": "https://bugzilla.suse.com/1237679"
},
{
"category": "self",
"summary": "SUSE Bug 1238611",
"url": "https://bugzilla.suse.com/1238611"
},
{
"category": "self",
"summary": "SUSE Bug 1239341",
"url": "https://bugzilla.suse.com/1239341"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45338 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Security update for apptainer",
"tracking": {
"current_release_date": "2025-03-21T14:15:19Z",
"generator": {
"date": "2025-03-21T14:15:19Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0980-1",
"initial_release_date": "2025-03-21T14:15:19Z",
"revision_history": [
{
"date": "2025-03-21T14:15:19Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apptainer-1.3.6-150600.4.9.1.aarch64",
"product": {
"name": "apptainer-1.3.6-150600.4.9.1.aarch64",
"product_id": "apptainer-1.3.6-150600.4.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apptainer-leap-1.3.6-150600.4.9.1.noarch",
"product": {
"name": "apptainer-leap-1.3.6-150600.4.9.1.noarch",
"product_id": "apptainer-leap-1.3.6-150600.4.9.1.noarch"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"product": {
"name": "apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"product_id": "apptainer-sle15_5-1.3.6-150600.4.9.1.noarch"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"product": {
"name": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"product_id": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_7-1.3.6-150600.4.9.1.noarch",
"product": {
"name": "apptainer-sle15_7-1.3.6-150600.4.9.1.noarch",
"product_id": "apptainer-sle15_7-1.3.6-150600.4.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apptainer-1.3.6-150600.4.9.1.x86_64",
"product": {
"name": "apptainer-1.3.6-150600.4.9.1.x86_64",
"product_id": "apptainer-1.3.6-150600.4.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-hpc:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.3.6-150600.4.9.1.aarch64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64"
},
"product_reference": "apptainer-1.3.6-150600.4.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.3.6-150600.4.9.1.x86_64 as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64"
},
"product_reference": "apptainer-1.3.6-150600.4.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch as component of SUSE Linux Enterprise Module for HPC 15 SP6",
"product_id": "SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
},
"product_reference": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for HPC 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.3.6-150600.4.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64"
},
"product_reference": "apptainer-1.3.6-150600.4.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.3.6-150600.4.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64"
},
"product_reference": "apptainer-1.3.6-150600.4.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-leap-1.3.6-150600.4.9.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch"
},
"product_reference": "apptainer-leap-1.3.6-150600.4.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_5-1.3.6-150600.4.9.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch"
},
"product_reference": "apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
},
"product_reference": "apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T14:15:19Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
},
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T14:15:19Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-45338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45338"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45338",
"url": "https://www.suse.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "SUSE Bug 1234794 for CVE-2024-45338",
"url": "https://bugzilla.suse.com/1234794"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T14:15:19Z",
"details": "important"
}
],
"title": "CVE-2024-45338"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T14:15:19Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T14:15:19Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.aarch64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1.x86_64",
"SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.aarch64",
"openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1.x86_64",
"openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_5-1.3.6-150600.4.9.1.noarch",
"openSUSE Leap 15.6:apptainer-sle15_6-1.3.6-150600.4.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T14:15:19Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-su-2025:20393-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker fixes the following issues:\n\nAlways clear SUSEConnect suse_* secrets when starting containers regardless\nof whether the daemon was built with SUSEConnect support. Not doing this\ncauses containers from SUSEConnect-enabled daemons to fail to start when\nrunning with SUSEConnect-disabled (i.e. upstream) daemons.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-134",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20393-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20393-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520393-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20393-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040306.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244035",
"url": "https://bugzilla.suse.com/1244035"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "Security update for docker",
"tracking": {
"current_release_date": "2025-06-05T08:36:35Z",
"generator": {
"date": "2025-06-05T08:36:35Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20393-1",
"initial_release_date": "2025-06-05T08:36:35Z",
"revision_history": [
{
"date": "2025-06-05T08:36:35Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-slfo.1.1_3.1.aarch64",
"product": {
"name": "docker-27.5.1_ce-slfo.1.1_3.1.aarch64",
"product_id": "docker-27.5.1_ce-slfo.1.1_3.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-slfo.1.1_3.1.aarch64",
"product": {
"name": "docker-buildx-0.22.0-slfo.1.1_3.1.aarch64",
"product_id": "docker-buildx-0.22.0-slfo.1.1_3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-slfo.1.1_3.1.ppc64le",
"product": {
"name": "docker-27.5.1_ce-slfo.1.1_3.1.ppc64le",
"product_id": "docker-27.5.1_ce-slfo.1.1_3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-slfo.1.1_3.1.ppc64le",
"product": {
"name": "docker-buildx-0.22.0-slfo.1.1_3.1.ppc64le",
"product_id": "docker-buildx-0.22.0-slfo.1.1_3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-slfo.1.1_3.1.s390x",
"product": {
"name": "docker-27.5.1_ce-slfo.1.1_3.1.s390x",
"product_id": "docker-27.5.1_ce-slfo.1.1_3.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-slfo.1.1_3.1.s390x",
"product": {
"name": "docker-buildx-0.22.0-slfo.1.1_3.1.s390x",
"product_id": "docker-buildx-0.22.0-slfo.1.1_3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-slfo.1.1_3.1.x86_64",
"product": {
"name": "docker-27.5.1_ce-slfo.1.1_3.1.x86_64",
"product_id": "docker-27.5.1_ce-slfo.1.1_3.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-slfo.1.1_3.1.x86_64",
"product": {
"name": "docker-buildx-0.22.0-slfo.1.1_3.1.x86_64",
"product_id": "docker-buildx-0.22.0-slfo.1.1_3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-slfo.1.1_3.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-slfo.1.1_3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-slfo.1.1_3.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-slfo.1.1_3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-slfo.1.1_3.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.s390x"
},
"product_reference": "docker-27.5.1_ce-slfo.1.1_3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-slfo.1.1_3.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-slfo.1.1_3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-slfo.1.1_3.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.aarch64"
},
"product_reference": "docker-buildx-0.22.0-slfo.1.1_3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-slfo.1.1_3.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.ppc64le"
},
"product_reference": "docker-buildx-0.22.0-slfo.1.1_3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-slfo.1.1_3.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.s390x"
},
"product_reference": "docker-buildx-0.22.0-slfo.1.1_3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-slfo.1.1_3.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.x86_64"
},
"product_reference": "docker-buildx-0.22.0-slfo.1.1_3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-05T08:36:35Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:docker-27.5.1_ce-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:docker-buildx-0.22.0-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-05T08:36:35Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
suse-ru-2025:02092-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Recommended update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- Added patch to remove using rw as a default mount option (bsc#1239776)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2092,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2092,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2092,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2092,SUSE-SUSE-MicroOS-5.1-2025-2092,SUSE-SUSE-MicroOS-5.2-2025-2092,SUSE-Storage-7.1-2025-2092",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-ru-2025_02092-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-RU-2025:02092-1",
"url": "https://www.suse.com/support/update/announcement//suse-ru-202502092-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-RU-2025:02092-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040457.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239776",
"url": "https://bugzilla.suse.com/1239776"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Recommended update for podman",
"tracking": {
"current_release_date": "2025-06-24T13:44:40Z",
"generator": {
"date": "2025-06-24T13:44:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-RU-2025:02092-1",
"initial_release_date": "2025-06-24T13:44:40Z",
"revision_history": [
{
"date": "2025-06-24T13:44:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.aarch64",
"product": {
"name": "podman-4.9.5-150300.9.49.2.aarch64",
"product_id": "podman-4.9.5-150300.9.49.2.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"product_id": "podman-remote-4.9.5-150300.9.49.2.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.aarch64",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.aarch64",
"product_id": "podmansh-4.9.5-150300.9.49.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.i586",
"product": {
"name": "podman-4.9.5-150300.9.49.2.i586",
"product_id": "podman-4.9.5-150300.9.49.2.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.i586",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.i586",
"product_id": "podman-remote-4.9.5-150300.9.49.2.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.i586",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.i586",
"product_id": "podmansh-4.9.5-150300.9.49.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150300.9.49.2.noarch",
"product": {
"name": "podman-docker-4.9.5-150300.9.49.2.noarch",
"product_id": "podman-docker-4.9.5-150300.9.49.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.ppc64le",
"product": {
"name": "podman-4.9.5-150300.9.49.2.ppc64le",
"product_id": "podman-4.9.5-150300.9.49.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.ppc64le",
"product_id": "podman-remote-4.9.5-150300.9.49.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.ppc64le",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.ppc64le",
"product_id": "podmansh-4.9.5-150300.9.49.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.s390x",
"product": {
"name": "podman-4.9.5-150300.9.49.2.s390x",
"product_id": "podman-4.9.5-150300.9.49.2.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.s390x",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.s390x",
"product_id": "podman-remote-4.9.5-150300.9.49.2.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.s390x",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.s390x",
"product_id": "podmansh-4.9.5-150300.9.49.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.x86_64",
"product": {
"name": "podman-4.9.5-150300.9.49.2.x86_64",
"product_id": "podman-4.9.5-150300.9.49.2.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"product_id": "podman-remote-4.9.5-150300.9.49.2.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.x86_64",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.x86_64",
"product_id": "podmansh-4.9.5-150300.9.49.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.49.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.49.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:40Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:40Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:40Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
suse-su-2025:1102-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker, docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker, docker-stable fixes the following issues:\n\n- CVE-2025-22868: Fixed unexpected memory consumption during token parsing in golang.org/x/oauth2 (bsc#1239185).\n- CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322).\n- CVE-2024-29018: Fixed external DNS requests from \u0027internal\u0027 networks leading to data exfiltration (bsc#1234089).\n- CVE-2024-23650: Fixed BuildKit daemon crash via malicious BuildKit client or frontend request (bsc#1219437).\n\nOther fixes:\n- Make container-selinux requirement conditional on selinux-policy (bsc#1237367).\n- Updated docker-buildx to 0.19.3.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1102,SUSE-SLE-SERVER-12-SP5-LTSS-2025-1102,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-1102",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_1102-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:1102-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251102-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:1102-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-April/038883.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219437",
"url": "https://bugzilla.suse.com/1219437"
},
{
"category": "self",
"summary": "SUSE Bug 1234089",
"url": "https://bugzilla.suse.com/1234089"
},
{
"category": "self",
"summary": "SUSE Bug 1237367",
"url": "https://bugzilla.suse.com/1237367"
},
{
"category": "self",
"summary": "SUSE Bug 1239185",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "self",
"summary": "SUSE Bug 1239322",
"url": "https://bugzilla.suse.com/1239322"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23650 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23653 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23653/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-29018 page",
"url": "https://www.suse.com/security/cve/CVE-2024-29018/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "Security update for docker, docker-stable",
"tracking": {
"current_release_date": "2025-04-02T09:39:33Z",
"generator": {
"date": "2025-04-02T09:39:33Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:1102-1",
"initial_release_date": "2025-04-02T09:39:33Z",
"revision_history": [
{
"date": "2025-04-02T09:39:33Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-98.126.1.aarch64",
"product": {
"name": "docker-27.5.1_ce-98.126.1.aarch64",
"product_id": "docker-27.5.1_ce-98.126.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.11.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-1.11.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-1.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-98.126.1.i586",
"product": {
"name": "docker-27.5.1_ce-98.126.1.i586",
"product_id": "docker-27.5.1_ce-98.126.1.i586"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.11.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-1.11.1.i586",
"product_id": "docker-stable-24.0.9_ce-1.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"product": {
"name": "docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"product_id": "docker-bash-completion-27.5.1_ce-98.126.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-fish-completion-27.5.1_ce-98.126.1.noarch",
"product": {
"name": "docker-fish-completion-27.5.1_ce-98.126.1.noarch",
"product_id": "docker-fish-completion-27.5.1_ce-98.126.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-rootless-extras-27.5.1_ce-98.126.1.noarch",
"product": {
"name": "docker-rootless-extras-27.5.1_ce-98.126.1.noarch",
"product_id": "docker-rootless-extras-27.5.1_ce-98.126.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-1.11.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-1.11.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-1.11.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-1.11.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-1.11.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-1.11.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-1.11.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-1.11.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-1.11.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-zsh-completion-27.5.1_ce-98.126.1.noarch",
"product": {
"name": "docker-zsh-completion-27.5.1_ce-98.126.1.noarch",
"product_id": "docker-zsh-completion-27.5.1_ce-98.126.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-98.126.1.ppc64le",
"product": {
"name": "docker-27.5.1_ce-98.126.1.ppc64le",
"product_id": "docker-27.5.1_ce-98.126.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.11.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-1.11.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-1.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-98.126.1.s390x",
"product": {
"name": "docker-27.5.1_ce-98.126.1.s390x",
"product_id": "docker-27.5.1_ce-98.126.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.11.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-1.11.1.s390x",
"product_id": "docker-stable-24.0.9_ce-1.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-98.126.1.x86_64",
"product": {
"name": "docker-27.5.1_ce-98.126.1.x86_64",
"product_id": "docker-27.5.1_ce-98.126.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.11.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-1.11.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-1.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-98.126.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-98.126.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-98.126.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-98.126.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-98.126.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x"
},
"product_reference": "docker-27.5.1_ce-98.126.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-98.126.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-98.126.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-98.126.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.11.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-1.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.11.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-1.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.11.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-1.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.11.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-98.126.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-98.126.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-98.126.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch"
},
"product_reference": "docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.11.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-23650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23650"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit client or frontend could craft a request that could lead to BuildKit daemon crashing with a panic. The issue has been fixed in v0.12.5. As a workaround, avoid using BuildKit frontends from untrusted sources.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23650",
"url": "https://www.suse.com/security/cve/CVE-2024-23650"
},
{
"category": "external",
"summary": "SUSE Bug 1219437 for CVE-2024-23650",
"url": "https://bugzilla.suse.com/1219437"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T09:39:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-23650"
},
{
"cve": "CVE-2024-23653",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23653"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. In addition to running containers as build steps, BuildKit also provides APIs for running interactive containers based on built images. It was possible to use these APIs to ask BuildKit to run a container with elevated privileges. Normally, running such containers is only allowed if special `security.insecure` entitlement is enabled both by buildkitd configuration and allowed by the user initializing the build request. The issue has been fixed in v0.12.5 . Avoid using BuildKit frontends from untrusted sources. \n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23653",
"url": "https://www.suse.com/security/cve/CVE-2024-23653"
},
{
"category": "external",
"summary": "SUSE Bug 1219438 for CVE-2024-23653",
"url": "https://bugzilla.suse.com/1219438"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T09:39:33Z",
"details": "moderate"
}
],
"title": "CVE-2024-23653"
},
{
"cve": "CVE-2024-29018",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-29018"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework that is a key component of Docker Engine, Docker Desktop, and other distributions of container tooling or runtimes. Moby\u0027s networking implementation allows for many networks, each with their own IP address range and gateway, to be defined. This feature is frequently referred to as custom networks, as each network can have a different driver, set of parameters and thus behaviors. When creating a network, the `--internal` flag is used to designate a network as _internal_. The `internal` attribute in a docker-compose.yml file may also be used to mark a network _internal_, and other API clients may specify the `internal` parameter as well.\n\nWhen containers with networking are created, they are assigned unique network interfaces and IP addresses. The host serves as a router for non-internal networks, with a gateway IP that provides SNAT/DNAT to/from container IPs.\n\nContainers on an internal network may communicate between each other, but are precluded from communicating with any networks the host has access to (LAN or WAN) as no default route is configured, and firewall rules are set up to drop all outgoing traffic. Communication with the gateway IP address (and thus appropriately configured host services) is possible, and the host may communicate with any container IP directly.\n\nIn addition to configuring the Linux kernel\u0027s various networking features to enable container networking, `dockerd` directly provides some services to container networks. Principal among these is serving as a resolver, enabling service discovery, and resolution of names from an upstream resolver.\n\nWhen a DNS request for a name that does not correspond to a container is received, the request is forwarded to the configured upstream resolver. This request is made from the container\u0027s network namespace: the level of access and routing of traffic is the same as if the request was made by the container itself.\n\nAs a consequence of this design, containers solely attached to an internal network will be unable to resolve names using the upstream resolver, as the container itself is unable to communicate with that nameserver. Only the names of containers also attached to the internal network are able to be resolved.\n\nMany systems run a local forwarding DNS resolver. As the host and any containers have separate loopback devices, a consequence of the design described above is that containers are unable to resolve names from the host\u0027s configured resolver, as they cannot reach these addresses on the host loopback device. To bridge this gap, and to allow containers to properly resolve names even when a local forwarding resolver is used on a loopback address, `dockerd` detects this scenario and instead forward DNS requests from the host namework namespace. The loopback resolver then forwards the requests to its configured upstream resolvers, as expected.\n\nBecause `dockerd` forwards DNS requests to the host loopback device, bypassing the container network namespace\u0027s normal routing semantics entirely, internal networks can unexpectedly forward DNS requests to an external nameserver. By registering a domain for which they control the authoritative nameservers, an attacker could arrange for a compromised container to exfiltrate data by encoding it in DNS queries that will eventually be answered by their nameservers.\n\nDocker Desktop is not affected, as Docker Desktop always runs an internal resolver on a RFC 1918 address.\n\nMoby releases 26.0.0, 25.0.4, and 23.0.11 are patched to prevent forwarding any DNS requests from internal networks. As a workaround, run containers intended to be solely attached to internal networks with a custom upstream address, which will force all upstream DNS queries to be resolved from the container\u0027s network namespace.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-29018",
"url": "https://www.suse.com/security/cve/CVE-2024-29018"
},
{
"category": "external",
"summary": "SUSE Bug 1234089 for CVE-2024-29018",
"url": "https://bugzilla.suse.com/1234089"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T09:39:33Z",
"details": "important"
}
],
"title": "CVE-2024-29018"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T09:39:33Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T09:39:33Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-27.5.1_ce-98.126.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-bash-completion-27.5.1_ce-98.126.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.11.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-02T09:39:33Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
suse-su-2025:20205-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker fixes the following issues:\n\n- Updated to docker-buildx v0.22.0.\n- Updated to Docker 27.5.1-ce.\n- CVE-2025-0495: buildx: Fixed credential leakage to telemetry endpoints (bsc#1239765)\n- CVE-2025-22868: Fixed golang.org/x/oauth2/jws: Unexpected memory\n consumption during token parsing in golang.org/x/oauth2 (bsc#1239185)\n- CVE-2025-22869: Fixed golang.org/x/crypto/ssh: Denial of Service in\n the Key Exchange of golang.org/x/crypto/ssh (bsc#1239322).\n- CVE-2024-29018:moby: external DNS requests from \u0027internal\u0027 networks could lead to data exfiltration (bsc#1234089)\n- Make container-selinux requirement conditional on selinux-policy (bsc#1237367)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-301",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20205-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20205-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520205-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20205-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021135.html"
},
{
"category": "self",
"summary": "SUSE Bug 1223409",
"url": "https://bugzilla.suse.com/1223409"
},
{
"category": "self",
"summary": "SUSE Bug 1234089",
"url": "https://bugzilla.suse.com/1234089"
},
{
"category": "self",
"summary": "SUSE Bug 1237335",
"url": "https://bugzilla.suse.com/1237335"
},
{
"category": "self",
"summary": "SUSE Bug 1237367",
"url": "https://bugzilla.suse.com/1237367"
},
{
"category": "self",
"summary": "SUSE Bug 1239185",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "self",
"summary": "SUSE Bug 1239322",
"url": "https://bugzilla.suse.com/1239322"
},
{
"category": "self",
"summary": "SUSE Bug 1239765",
"url": "https://bugzilla.suse.com/1239765"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-29018 page",
"url": "https://www.suse.com/security/cve/CVE-2024-29018/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-0495 page",
"url": "https://www.suse.com/security/cve/CVE-2025-0495/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "Security update for docker",
"tracking": {
"current_release_date": "2025-04-24T14:50:44Z",
"generator": {
"date": "2025-04-24T14:50:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20205-1",
"initial_release_date": "2025-04-24T14:50:44Z",
"revision_history": [
{
"date": "2025-04-24T14:50:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-2.1.aarch64",
"product": {
"name": "docker-27.5.1_ce-2.1.aarch64",
"product_id": "docker-27.5.1_ce-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-2.1.aarch64",
"product": {
"name": "docker-buildx-0.22.0-2.1.aarch64",
"product_id": "docker-buildx-0.22.0-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-2.1.s390x",
"product": {
"name": "docker-27.5.1_ce-2.1.s390x",
"product_id": "docker-27.5.1_ce-2.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-2.1.s390x",
"product": {
"name": "docker-buildx-0.22.0-2.1.s390x",
"product_id": "docker-buildx-0.22.0-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-2.1.x86_64",
"product": {
"name": "docker-27.5.1_ce-2.1.x86_64",
"product_id": "docker-27.5.1_ce-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-2.1.x86_64",
"product": {
"name": "docker-buildx-0.22.0-2.1.x86_64",
"product_id": "docker-buildx-0.22.0-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x"
},
"product_reference": "docker-27.5.1_ce-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64"
},
"product_reference": "docker-buildx-0.22.0-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x"
},
"product_reference": "docker-buildx-0.22.0-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
},
"product_reference": "docker-buildx-0.22.0-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-29018",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-29018"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework that is a key component of Docker Engine, Docker Desktop, and other distributions of container tooling or runtimes. Moby\u0027s networking implementation allows for many networks, each with their own IP address range and gateway, to be defined. This feature is frequently referred to as custom networks, as each network can have a different driver, set of parameters and thus behaviors. When creating a network, the `--internal` flag is used to designate a network as _internal_. The `internal` attribute in a docker-compose.yml file may also be used to mark a network _internal_, and other API clients may specify the `internal` parameter as well.\n\nWhen containers with networking are created, they are assigned unique network interfaces and IP addresses. The host serves as a router for non-internal networks, with a gateway IP that provides SNAT/DNAT to/from container IPs.\n\nContainers on an internal network may communicate between each other, but are precluded from communicating with any networks the host has access to (LAN or WAN) as no default route is configured, and firewall rules are set up to drop all outgoing traffic. Communication with the gateway IP address (and thus appropriately configured host services) is possible, and the host may communicate with any container IP directly.\n\nIn addition to configuring the Linux kernel\u0027s various networking features to enable container networking, `dockerd` directly provides some services to container networks. Principal among these is serving as a resolver, enabling service discovery, and resolution of names from an upstream resolver.\n\nWhen a DNS request for a name that does not correspond to a container is received, the request is forwarded to the configured upstream resolver. This request is made from the container\u0027s network namespace: the level of access and routing of traffic is the same as if the request was made by the container itself.\n\nAs a consequence of this design, containers solely attached to an internal network will be unable to resolve names using the upstream resolver, as the container itself is unable to communicate with that nameserver. Only the names of containers also attached to the internal network are able to be resolved.\n\nMany systems run a local forwarding DNS resolver. As the host and any containers have separate loopback devices, a consequence of the design described above is that containers are unable to resolve names from the host\u0027s configured resolver, as they cannot reach these addresses on the host loopback device. To bridge this gap, and to allow containers to properly resolve names even when a local forwarding resolver is used on a loopback address, `dockerd` detects this scenario and instead forward DNS requests from the host namework namespace. The loopback resolver then forwards the requests to its configured upstream resolvers, as expected.\n\nBecause `dockerd` forwards DNS requests to the host loopback device, bypassing the container network namespace\u0027s normal routing semantics entirely, internal networks can unexpectedly forward DNS requests to an external nameserver. By registering a domain for which they control the authoritative nameservers, an attacker could arrange for a compromised container to exfiltrate data by encoding it in DNS queries that will eventually be answered by their nameservers.\n\nDocker Desktop is not affected, as Docker Desktop always runs an internal resolver on a RFC 1918 address.\n\nMoby releases 26.0.0, 25.0.4, and 23.0.11 are patched to prevent forwarding any DNS requests from internal networks. As a workaround, run containers intended to be solely attached to internal networks with a custom upstream address, which will force all upstream DNS queries to be resolved from the container\u0027s network namespace.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-29018",
"url": "https://www.suse.com/security/cve/CVE-2024-29018"
},
{
"category": "external",
"summary": "SUSE Bug 1234089 for CVE-2024-29018",
"url": "https://bugzilla.suse.com/1234089"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-24T14:50:44Z",
"details": "moderate"
}
],
"title": "CVE-2024-29018"
},
{
"cve": "CVE-2025-0495",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-0495"
}
],
"notes": [
{
"category": "general",
"text": "Buildx is a Docker CLI plugin that extends build capabilities using BuildKit.\n\nCache backends support credentials by setting secrets directly as attribute values in cache-to/cache-from configuration. When supplied as user input, these secure values may be inadvertently captured in OpenTelemetry traces as part of the arguments and flags for the traced CLI command. OpenTelemetry traces are also saved in BuildKit daemon\u0027s history records.\n\n\nThis vulnerability does not impact secrets passed to the Github cache backend via environment variables or registry authentication.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-0495",
"url": "https://www.suse.com/security/cve/CVE-2025-0495"
},
{
"category": "external",
"summary": "SUSE Bug 1239765 for CVE-2025-0495",
"url": "https://bugzilla.suse.com/1239765"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-24T14:50:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-0495"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-24T14:50:44Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.s390x",
"SUSE Linux Micro 6.0:docker-27.5.1_ce-2.1.x86_64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.aarch64",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.s390x",
"SUSE Linux Micro 6.0:docker-buildx-0.22.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-24T14:50:44Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
rhsa-2025:4502
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.10.8 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 Important. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.10.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://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/release_notes/\n\nSecurity fix(es):\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4502",
"url": "https://access.redhat.com/errata/RHSA-2025:4502"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/release_notes/",
"url": "https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/release_notes/"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "ACM-10166",
"url": "https://issues.redhat.com/browse/ACM-10166"
},
{
"category": "external",
"summary": "ACM-17998",
"url": "https://issues.redhat.com/browse/ACM-17998"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4502.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.10.8 container updates",
"tracking": {
"current_release_date": "2025-11-12T02:30:30+00:00",
"generator": {
"date": "2025-11-12T02:30:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:4502",
"initial_release_date": "2025-05-06T06:29:57+00:00",
"revision_history": [
{
"date": "2025-05-06T06:29:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-06T06:29:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:30+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.10 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.10::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"product": {
"name": "rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"product_id": "rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"product_id": "rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"product_id": "rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"product_id": "rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.10.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"product_id": "rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"product_id": "rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"product_id": "rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"product_id": "rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.10.8-7"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.10.8-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"product": {
"name": "rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"product_id": "rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"product": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"product_id": "rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"product_id": "rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"product_id": "rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.10.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"product_id": "rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"product_id": "rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"product_id": "rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"product_id": "rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"product_id": "rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.10.8-7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.10.8-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"product": {
"name": "rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"product_id": "rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"product": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"product_id": "rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"product_id": "rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"product_id": "rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.10.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"product_id": "rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"product_id": "rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"product_id": "rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"product_id": "rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"product_id": "rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.10.8-7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.10.8-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"product": {
"name": "rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"product_id": "rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"product_id": "rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"product_id": "rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"product_id": "rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.10.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.10.8-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.10.8-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"product_id": "rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.10.8-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"product_id": "rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.10.8-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"product_id": "rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.10.8-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.10.8-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64",
"product_id": "rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.10.8-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.10.8-7"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64"
},
"product_reference": "rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64"
},
"product_reference": "rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le"
},
"product_reference": "rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x"
},
"product_reference": "rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le"
},
"product_reference": "rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x"
},
"product_reference": "rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"relates_to_product_reference": "9Base-RHACM-2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9",
"product_id": "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64",
"relates_to_product_reference": "9Base-RHACM-2.10"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T06:29:57+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4502"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T06:29:57+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4502"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:017c8418d8d57ca97e30717338657999336bb7c899e45ed1503c6b8effbaaa75_arm64",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:603cecd4a8c5f6f0bb248758dfe73a3f465f00ccc996cab5e8fceb478d628256_s390x",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7b0fc5ded8129162c42880d93986c9c9dbd9c3555da07a8b5eec2a92d759112a_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:b6159952750ba483113767c826a7d71bd12e0f2fb442bf6912a7e041d8242732_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0e23e82fbba86c691d4089758dbbbe02b7fda8eeb0998ebe2c28169200074370_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:43f73f7a761a03b49dfbebf3ca3e12491f70121cae679cf2be80d11144159921_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:88d17ea71ed0b440c3efd893f93ac2b95bc6de7ab94f5c543c9facd6a3438204_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b5d22baef9729455175a5eb4466821999e89920af832208f1336a710147db623_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:09e377f2d3fae1171730c5841b90a7aa36df1bd0ae2471b3dca6829f65566b59_s390x",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7bd3766ec766292c2e6ae2e1f7b276c994dccc754af0881562bb0f2b0ea1d151_arm64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a57231976ecce463a6d201984823b6d29ac2026ee0f7e8578565a4e9ba0e321a_amd64",
"9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:ffbc83f3e3f21af8b40c4dd183fac0495b7fef142e5407304fb2fee645b3d340_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:d93bb8f2741b00eae770e8ae664b267d1c5f2e131394c8c4dcb390932c416d6c_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:def381a9380b7ea6e3bda6bbeaf419a36feebfd00037ce2492b7564e2378e9e4_s390x",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f025a11986e19283410a4d851164adf10612463eb45430abf14d5b3ec994043e_amd64",
"9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:f537b1298156854e90f66b9b2852c41bd77153c83eb43486a4a26a9f7ac8604a_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:06426c811ea45571ec12c73c5cb3d51a3de8f9c6620a3bab35e01e8a59562e55_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:10ea2af1416fe0ecea90f478508d9de3bbb48b67b072e915868ff42cea84ece0_amd64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:ea991cd5688acb3cad43f02ae60b271c3868a572c65839288ff9d946e0c743f8_arm64",
"9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:f075582eaa3bc0a868e0648b093210818aa9a1486da8397fff6f644d3f0111fb_s390x",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:0d51e12c7f89004a4cba9fdbc3477e76994dc631dce3e7c1a0790775b8385355_amd64",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:34912f45d78e4d5e44bef8d6ad8195ae4ac1a8035041b5dabdafe883e9e4dbd1_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:49c5cbbaa886f2c29f353030685fb3f4d7c4af291cc9976f43d16ae1d8b1fa16_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:30c22c44b24dcb7318f67dcafbc1d4149555196db9db0701f20a45e994e82d6d_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:311314935398c46da2b4dc432ffb98abd23bd59595756eff698501737a072a69_amd64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:7ba6f25328c669535a8f57ebbbefaa69de866d0645c833ffaa61b404dfdc4e01_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e6ca2697a82c7f52b8535b33813857c7328f364bbf6d27acd561dbf21c8f79f3_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:57627e6c4a9535ab1b620f761888be4a6f401eed7f8ddf2ac9b45c4aa116057c_s390x",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:97832051f0d1ed0bd11f0e79dae89c7ba4738039cd1d7fa0348e11c0efcf1ad2_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:9ab0d756b1adb30d6b50a6b5315bf6d54c48bc93ee64dcf9f23ddb5763e76050_arm64",
"9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:fc334b3975fd492ed05c0a20211bb769615e2347481acbd0a8900f25522e772d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:0e351a95cbc2968cc704bcc5b57281aca2be35f52da9a3c8faf1354cf5c4ff74_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:6a7f50349c47b5eb466a9e4ca65e51dc74ae8eb91917698e4bc5259b22d34ea6_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:862149812bf13cddbf1dc32ff4a1c58faa570e8aa471215a347f21e639b5424d_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:b845c2f34ab3d62f54cb24db9d9e84e793bf5dc4674c3224e6cba9d8bf991345_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:10ea79b8c93c96d9ea0441f5ca0e73a83c8f06347f0619f5b15758c2d0dd8394_s390x",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:195a2970a0f4b11355e20e5478a2ab15a57f5d66989e98356e60bd1599d383d6_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:52d2497d453457af5efe570f955672f506030a7a2583e1ebf9579f772c263161_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:f654ff2cca8d1782f305baf80b3329673a361dc85051544f9aa572fb3776bad9_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0009b0d14285c6f832e1e0f108f1950d1008c182b9174229dfea7b7689343ccc_amd64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:0216d21f18506839ada23af6e79c5ef70f9858c40f672ec60c4b8b516a2499b2_arm64",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:4d0e80d892d43648d84305294b28c8501083fe9f9c3b4e6db0dcf0784996eb9d_ppc64le",
"9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:bc74e6183b23a0d7ad9ff52f2a57054cb70ac0eec50d51cc49b70d6f89047f7b_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:030a56b32a57529934485947d95a4c6d338c53b84848b6ae0707fb07384bb71f_arm64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0a9bb8dad4b7190684dcb4419e10c664860e78b555c9e4603b33c25ac5cb9aaf_s390x",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:2b7a8abaf801e2c17212cdc97c66470c8bed8cb721fd6f40c3ee552aa758b728_amd64",
"9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:a019caf2686883438c438338d16e8dbaf3a966645351b97a859fe7ccc3f8548f_ppc64le",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:1fff4a42cafa39a221f29540ad164ac60a2a0351c5843a9344be39e8f3fdfdbf_amd64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:73934e73d5160d41d2bfd03e60dce9f8cbe1f31e7ec63adb3e86bdbd78b72031_s390x",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:92ca343500f309e419bf5b7872c8cad74086eef95217f2fa292f29b76c16f7a1_arm64",
"9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:d08392ca14f63901db29c082def74b8cb870f715b0ed05581d8c6804b23e8f2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:21ceca7e54143d4b78f11f9995adcdb0dc8becd5bdbb910aa0b9ed2c5ff499e3_ppc64le",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:78d3cbe57b74b2a1ce3034e9b5f57ba9cd4a7b23b0fac463dc2b63f613daefb1_arm64",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e64f1b10f1f38fe82e674fc424cfb027f067f9756bae967e89da9df0b1fde28a_s390x",
"9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:ffa39f3c51257d4c1dd1ec3beafbe980e00bb94579eccbbb80fcfdd3e16a6fb8_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:0c7fed3353927ea7937c992376998a6078c4e410ba7cb0a98d8f9d1f543d4318_arm64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:76323c5f2284cdd3052bdad4fdd639542997c33e5a0888bf53d4a36e4d2a287a_amd64",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:920078aff84a0ca82b61ab43fa76b107acd450d60d545724466b568c46b25095_ppc64le",
"9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:e5cb64e892c3bccc18045821c594121a89311118008a9ec548ad8b915fd6e47e_s390x",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:184574fab8655c1bbe6207d2830a153a4b31d7989694eace870acc14bc649138_arm64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:1ddd70f02ccf4940748cf5dc744f6dfa8c1801d70d4a1649b5a49aa166564334_amd64",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d0128fa2853190d849d2800435caab91f1f65acc9ed052f9517b6833990a6a16_ppc64le",
"9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:d720f0b2a9f24b9d6fca60d8765dd1675611da708259e13375ad86855808aa6d_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:0a179c7b226adacce814684ac7299acefa6e2c6f13279552d39e1361c83ef6d8_arm64",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:32c8ac658a338bc0520b1acd66d0e55352ae746d22e3c04b471f8070893a620e_s390x",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:7c68ba9ee33d5c8177f6c15da315955cd34bad295b3701ba13065ea6b4e99eac_ppc64le",
"9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8f3e4fc77a0cff32556e7c5b62d81680974beb3f9797afb83f4215036e428d91_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:367c1a591f1eb6c6f39268ddc47326cea9b7d52a21c8f901ded60c32242b0c8b_amd64",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:5d410514f579a930697e0048fec67228d638d74d9db278183b823872b80c20ad_ppc64le",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:7b076385b4def469c2ea66a3026a550983105021e1787cd47e27e58c505e8cc6_s390x",
"9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:bf87add395440ac7fe9f65dddc49c855173d698e07b321fa2d8fecd8eaedc644_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:189c58e8ea2434b08bf25cb1ea1899418df310d6ce3ebf3d46907253548a7ec8_s390x",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:38a41b3e5d6dbe8603ff24f5d78c13b308ba75b666a934e3e83bd9d540d95c90_arm64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:3d9b87c72701b6a4c0af1565dbe15f1c95a1f55d459a4a7c912cc5e7901c8ff3_amd64",
"9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:c00ea140b327b783d5cc322418d3f7f21527924d1db1e9161e0a6736e2cbae40_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1add0340f124d501b16437b87666b8c700b326062fe15b21eeaed13f21ab7bd2_ppc64le",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:35a02e7c8012b0aed8392d827b6a9ee289f2b8854bcc9ed0a1e326df7e485f7d_amd64",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:64da152f4ad86ba6fed41f6164a85bbde9ea2013a87cd289f7885cc48e3e336c_s390x",
"9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:9bed95f03e8d91dccb8c4d1c1a096072d56fe217d095f0e859f0820512fddd75_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:08efbce157ff3077ef2875d4d81f54b210b6829449a04711ae7895d6aff6e697_arm64",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:93a207dc2efb075b4df714760e5461e19d0a9634ed64b332979213985e8d03c7_s390x",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:cf3807a6e1d9c2ee6c8e17babd23ff85b33b275fabfd7370bdaf3a1ecc828a42_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:f632ac963b34dbf41ac2c20393fe737327d5a41544567ec1122a7ffeb5a770da_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:0cb9b05a6dfa64529b0eda117cfab8fbfa06fb5f688147afa19ae8631d484297_amd64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:5d63055055013663d78c507427c12919d2b331a79a495ff83b95825b816f941e_arm64",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:6b1e2cf03b98d9a4070981b5f553113f10d87b6593f81c5bf40d326c776f12ea_ppc64le",
"9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:cdaeaa6bfd5acd83a0d8683b7e12b78caa83b0d1b978c662f71a88ef768b02e4_s390x",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:8d4ef2ddba07f3bdda3efe86937e0654da5474577df6c2343aeba71f3d7f43ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:aa7b2f8cdb5d4c803a3b842c1632b4389fd56365a9b415ef933caf883df8d56e_amd64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:d1addbaed73e171bfc5920df11787886e8bed111fd1831b7d01f95d7c78fb53a_arm64",
"9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:e99bcc722984939881422cb7bcc8620ba61f42f569bbf7b6b7ea53bc43308e17_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4d6a53128df4f968653f69c6080c08df790fe2d96628531807450c6394eeb80d_amd64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:5ba6134404e3d63e958f85225001059903a127cb2caa63cc357bd1a29c549253_arm64",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:6128d60cd5847e54b27e7667a3d53c4fab7840e924780385a4ea4a9d344ea919_s390x",
"9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:937a8eb583e1516d3f13b6275ba81fdfcaf79f7da06282d1f11b616e48b20a12_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:032f0b68fa332afbd38133b18c45a33d3d1941fa81573373e216fb83cc8a2aaa_ppc64le",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:0bb214b9431023986880eaede36d01ef91eb27e50b4dbacb74d64b344d7b55e9_amd64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:41c07eb36b6506d3081897a5575f94a99c75afb2fa89bf4eccea98d60c15ed99_arm64",
"9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:93af4725c68fbfe1c9be5ad4299080f39aaa2f9712ae527710c5e881f9caea65_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:0157455fd2ce1dcaf4050b42ff1dba227cb6977ff6cfe2964435285a40bb5188_s390x",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4232e9476287d74a902fc5d66105f839fb0d4654eec02d19d3e8fcff92ec0ac1_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:4c3d155b9f3fc253498aef1fce9645bc01b3f9de781a9a883e57c870ebf4bb0d_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:928fc567e4433d29d587ef535bde21778629aafb17787382a97f704dea12feef_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:0889521cda934327ec8af626d797e196bacb6252da3297c53ba6d57c26e5de2e_ppc64le",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:1e92711dafd8a63db60c1d109edfd3a948480d71d43a6f504af8f9154df66fa0_arm64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:aa0b20c3bc75b5679b8eaf6a589d6e61c847595fc855c65476319274f41a578c_amd64",
"9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:e2bd228864985df258f403c416a49c5b986c42195e41735e5366984cb7889700_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:0b7866705310401d84076a95c9facc897bd9d4fe53299775812e7494bc1b1058_s390x",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:3580c6276c4f28b83b572e239a86a41e6b3ae3229b22beeffebb053335bcee31_arm64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:40e649969ad572c6d00399155544a640df13a2b63abf2a792ef201ecacecf0b3_amd64",
"9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:b896a09ae7e591666dbb16f6ec9b4538771537b5709059e60b7dc373ec5fca90_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:76c3ca8208f71fea86e4480015525a12de1b1fbc3d9036f1a00f4b56c8e87c77_arm64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:78685efd332553df86a2dbe7a0147bbd125f9448e46c50e6ce2ca3c48903768f_s390x",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a4e7f19d4f0a26cdb25a79217ec41345692a444d7109a980062cc4d969cd6edc_amd64",
"9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:a79fb16c1a9622daa6a3321d4bf5c33395919395244fe02026e047a8952726bf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:41ce3a5b8b4db3561bf26a24d1eeae252f013507641d3f57b094c623f0d1aee9_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:92561152372c86b6761df85a37145f01c8787554b408c40dd8737db929ab35ce_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:b1cc828ad324df204ecaff6bfdf46851eeea199bd7bf9e4e467d6c97ab103661_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:cad9cc519e3710eb35c99b834af0e7c30bd3cb290ce5f856b1d5a5432bfa6954_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:5c5e39aeb609ee67abb9091cc52c2a1aa26e9177c0818fe739dca25f58a05c65_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:6d8ce1f5f5bcab05904ecf686865ac3e4da835f6d2e105f498da6b992d6fc8c2_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:b91fd3b200600cac0c49a910f6b05007c6e9a63dcbc7ff334e246f2eafdbd806_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d5e84a642f6b6e9a319bcca10d46a67dbfb976ed1ce5c55be840c7f9f00f0d80_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:2bfdb14039c0a9cadbde4fbc8e1a7befa457095557b19c0778fa10b64fcdbfc9_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:93017a415731917cfcc5366f25be56421851e59c8f29d584725aa85eeaa87a63_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:a05f3c7be161dd92256b7dc81c7a7f2571b82c48d6898fda20c93e9ef44b6410_arm64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:de740b9319286f485b251d2de2c2f993a9ce2c37c34c29f9fbefc1a18aed3daf_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:96f10f5f73cc5af7990dd3a7c3afaf9b78c2462117204e9da7c54ecef9236593_amd64",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:a8ed5861e8c8260395e1d0bc0d5cdc9237aa4c82490d72a76035e1cc8cb0d47c_s390x",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ed8fb0dae6b766a68ba886d1336778f3dce288a5ed8da8d85d76959fdbd14282_ppc64le",
"9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:ee97e23996eae14f3c6d5f0ff6d10caaa5170f3924c6c1511cbef9cb87f7ac18_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:1724fa200f77e1e424162cf5a14911974f22b648f5be56c97097266ad1f1b5cd_arm64",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:4f7f3792d1eb323f5f0eeae10cd34063839d4607ed2a7fcbac385d28102dae6a_ppc64le",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:5910e5dfadc8015493504c5e16adf30d16e8e6d85d3493f3a215e69036151f92_s390x",
"9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:6eec1ec193b17980ac8df276c91d81681647b87bf5a8e2f6ca67d6ffa7e4f795_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:433a92215e7ec0b1ba0413b892e30e1d78892a14b33c896ee49ed44bc261019d_ppc64le",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:7c9a9cd60e2378e3c70af00b5db299ea8b62d9a5742f51bf51bcd5e982c06d91_amd64",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:c807f86a7cc10cf3c1f4522cc283cf88c54eaf292a9287357259e3247c64625b_s390x",
"9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:ed1b626c19bdd840206373b6c9366a7604da930f06caf962b28a1b54aee4fec1_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:196a2ed9cc72ed32f45fda51f004ffd2c9edb02790db5a5566fc89dd2bff03fa_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:1df396575cedb332ca1aa76be1171b2ed952b3f209a7554671b812118ac5ff37_amd64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:7b3d9e1964548360f93b4444a85caf86d54516f2c03b19f47ea9d0fc6d0dd2bd_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:d14b8b5e6013704510cc699ece6b224d6d13a912569011cea9af09ff180e9376_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:4e4b45059a67f38dab978ed0c9895cd78031e06368f49d4982cfbc7666510877_arm64",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:7aa5842988b17b92f5f416d92abbeb680f11888bf2b42b26f1b318953a9ff729_ppc64le",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:a97bbf6a67db1b2d4e688b904d0d00ca4344046c2a827d9080379551c164fe01_s390x",
"9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:fff54ed05fe0c59d4fd716c667ff68ce9466a30409b6c45d67bfdb5f0deb9b42_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:3438b88d687029d0c74d2363cb8364efa38908a685de730fbe575b5bd554bf0b_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:6579431328b3cd66da5a245c5caf247a632156e51a838fa8b28119d6d4252880_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:c350565f8ac74d9b4dadd6221d4f4a722fd3cbe4b6d6cc3fd54216aa548dbbf4_ppc64le",
"9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:e433569be35d9331416c6a69770cd23c99540aa1c8b9294fb930c6cf8118d2d4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:aabe91da3f455b008331788d13c305790eb5151d0c1a983eec8f1ac471b89ef9_arm64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:cee81121f5b59450ff56e219924f2c554b44c49d8759dd117b4d279239b68ebc_s390x",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:d3d57fcd57a9922782ec602738badabd9a282d820f775fc5cc62fa6cb1d03ac4_amd64",
"9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:e8c22f9783340765cd50a96038ac20de578fafd2eda08828ef87adfcc6f42367_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:637981954bbc9a7689af8d7e9b081462b98c9d7801c8ff32310565f80e8fa555_amd64",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:739afeef5d7e04c59e8ac6b44975f0a26504393b9a47fe547fd582bd9d909bed_ppc64le",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:8d56746fe5a8f43cabafb88dab77daeef0d1ed64d5508cc9799ff84bda11bdbe_s390x",
"9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:f3d909054e9646542549fd0cd24f0a6b1bda8f266af67479f8cf8c3ea63c3075_arm64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:0dcec0cd9983d7b6aff95844ff3698cd4654e88d8052a9706001a263f784d7c1_ppc64le",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:7835bc13380f9112071aeb99128c8cae3b52f40bfe6a24131a2ada33210960f2_s390x",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:ad07e2d83fa845cda1473082a6687772dcf0831e946e9c810fbd7bae31d96f51_amd64",
"9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:dd22f9de865defee8b2a2535f0219b59b51372a365e38dd10cfbede838fffd41_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b33f28b7d4e540e66b595ccded68d2301826a36123c5ad2741a601d539c9a78_arm64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b1e0732bec75c6154e12a70fbe40a0bd64db004d83d1866c02869953bb808bb8_amd64",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:c4a72dc9defcb794efb3c7e81cf9cd8ea73c575b29c23d8d6f422ebdb25306d9_ppc64le",
"9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:d73922202f17d449b40292d8d79a8ca64dfb9f0c8e1db25d3062b88de68eb4e6_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:393a257b816623426b668c8809d4ca54f9ad633b2dc1177b7c37e5d2af839532_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7f7fcdea8c9a3e2939054b846fbf4e9db6e53ddee4b21aec72620b1edbd53dec_amd64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:916fd42713dfa9ca0e8897a0170d52ce4639d793b00747b2ebeaf721a1bc8208_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:96a8550135e93eb5375f7874f63832c54bee7da9a64ee95cb403474b864f1f26_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:35ef589fabc482b62ea5b5e7a4375f1e7d5e1c64988eacce21c7ef611c5e73ef_ppc64le",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:6ce812ebbe1cb245c203822aada60a437c9208bac4c84e43c708465ee6ad7ad9_arm64",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:9dc376503903db88621599873d64e62a8801103b450be8b392f09c987b41f516_s390x",
"9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:ece41f06019e9d80b3c16ea82e7496ea648b0a6974f2c567a7d2209de75364be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:7416
Vulnerability from csaf_redhat
Notes
{
"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 for gvisor-tap-vsock is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7416",
"url": "https://access.redhat.com/errata/RHSA-2025:7416"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7416.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:33+00:00",
"generator": {
"date": "2025-11-12T02:30:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:7416",
"initial_release_date": "2025-05-13T13:59:06+00:00",
"revision_history": [
{
"date": "2025-05-13T13:59:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T13:59:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.src",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.src",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_6?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.aarch64",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_6?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.aarch64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.aarch64",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-1.el9_6?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_6?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_6?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.aarch64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.aarch64",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-1.el9_6?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_6?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.ppc64le",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.ppc64le",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-1.el9_6?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_6?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_6?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-1.el9_6?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.x86_64",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_6?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.x86_64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.x86_64",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-1.el9_6?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_6?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_6?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.x86_64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.x86_64",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-1.el9_6?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.s390x",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_6?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.s390x",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.s390x",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-1.el9_6?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_6?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_6?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.s390x",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.s390x",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-1.el9_6?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.src"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.aarch64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.ppc64le"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.s390x"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.x86_64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.aarch64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.ppc64le"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.s390x"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.x86_64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T13:59:06+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": [
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7416"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.x86_64"
]
}
],
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3932
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Dev Spaces 3.20 has been released.\n\nAll containers have been updated to include feature enhancements, bug fixes and CVE fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Dev Spaces provides a cloud developer workspace server and a browser-based IDE built for teams and organizations. Dev Spaces runs in OpenShift and is well-suited for container-based development.\n\nThe 3.20 release is based on Eclipse Che 7.100 and uses the DevWorkspace engine to provide support for workspaces based on devfile v2.1 and v2.2.\n\nUsers still using the v1 standard should migrate as soon as possible.\n\nhttps://devfile.io/docs/2.2.0/migrating-to-devfile-v2\n\nDev Spaces releases support the latest two OpenShift 4 EUS releases. Users are expected to update to newer OpenShift releases in order to continue to get Dev Spaces updates. \n\nhttps://access.redhat.com/support/policy/updates/openshift#devspaces\n\nSecurity Fix(es):\n\nDevSpaces-Operator\n- golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n- golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nDevSpaces-Pluginregistry\n- tar-fs: link following and path traversal via maliciously crafted tar file (CVE-2024-12905)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3932",
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2355460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355460"
},
{
"category": "external",
"summary": "CRW-8327",
"url": "https://issues.redhat.com/browse/CRW-8327"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3932.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Dev Spaces 3.20.0 release",
"tracking": {
"current_release_date": "2025-11-12T02:30:27+00:00",
"generator": {
"date": "2025-11-12T02:30:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3932",
"initial_release_date": "2025-04-16T02:48:23+00:00",
"revision_history": [
{
"date": "2025-04-16T02:48:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-16T02:48:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Dev Spaces 3",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_devspaces:3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Dev Spaces"
},
{
"branches": [
{
"category": "product_version",
"name": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"product": {
"name": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"product_id": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"product": {
"name": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"product_id": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"product": {
"name": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"product_id": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"product": {
"name": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"product_id": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"product": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"product_id": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces-tech-preview/jetbrains-ide-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"product": {
"name": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"product_id": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"product": {
"name": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"product_id": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.20-21"
}
}
},
{
"category": "product_version",
"name": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"product": {
"name": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"product_id": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=3.20-6"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"product": {
"name": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"product_id": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=3.20-12"
}
}
},
{
"category": "product_version",
"name": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"product": {
"name": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"product_id": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.20-13"
}
}
},
{
"category": "product_version",
"name": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"product": {
"name": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"product_id": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"product": {
"name": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"product_id": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"product": {
"name": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"product_id": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.20-8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"product": {
"name": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"product_id": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"product": {
"name": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"product_id": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"product": {
"name": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"product_id": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"product": {
"name": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"product_id": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"product": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"product_id": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c?arch=s390x\u0026repository_url=registry.redhat.io/devspaces-tech-preview/jetbrains-ide-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"product": {
"name": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"product_id": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"product_identification_helper": {
"purl": "pkg:oci/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"product": {
"name": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"product_id": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.20-21"
}
}
},
{
"category": "product_version",
"name": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"product": {
"name": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"product_id": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=3.20-6"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"product": {
"name": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"product_id": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=3.20-12"
}
}
},
{
"category": "product_version",
"name": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"product": {
"name": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"product_id": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.20-13"
}
}
},
{
"category": "product_version",
"name": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"product": {
"name": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"product_id": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"product": {
"name": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"product_id": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"product": {
"name": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"product_id": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.20-8"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"product": {
"name": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"product_id": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"product": {
"name": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"product_id": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=3.20-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"product": {
"name": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"product_id": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"product": {
"name": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"product_id": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e?arch=amd64\u0026repository_url=registry.redhat.io/devspaces-tech-preview/idea-rhel9\u0026tag=3.20-2"
}
}
},
{
"category": "product_version",
"name": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"product": {
"name": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"product_id": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"product": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"product_id": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9?arch=amd64\u0026repository_url=registry.redhat.io/devspaces-tech-preview/jetbrains-ide-rhel9\u0026tag=3.20-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"product": {
"name": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"product_id": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"product": {
"name": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"product_id": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.20-21"
}
}
},
{
"category": "product_version",
"name": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"product": {
"name": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"product_id": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=3.20-6"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"product": {
"name": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"product_id": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=3.20-12"
}
}
},
{
"category": "product_version",
"name": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"product": {
"name": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"product_id": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.20-13"
}
}
},
{
"category": "product_version",
"name": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"product": {
"name": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"product_id": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"product": {
"name": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"product_id": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64",
"product": {
"name": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64",
"product_id": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.20-8"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64"
},
"product_reference": "devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x"
},
"product_reference": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64"
},
"product_reference": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le"
},
"product_reference": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64"
},
"product_reference": "devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x"
},
"product_reference": "devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le"
},
"product_reference": "devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64"
},
"product_reference": "devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le"
},
"product_reference": "devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x"
},
"product_reference": "devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64"
},
"product_reference": "devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x"
},
"product_reference": "devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le"
},
"product_reference": "devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x"
},
"product_reference": "devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le"
},
"product_reference": "devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64"
},
"product_reference": "devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le"
},
"product_reference": "devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64"
},
"product_reference": "devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
},
"product_reference": "devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le"
},
"product_reference": "devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64"
},
"product_reference": "devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x"
},
"product_reference": "devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x"
},
"product_reference": "devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64"
},
"product_reference": "devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le"
},
"product_reference": "devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x"
},
"product_reference": "devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le"
},
"product_reference": "devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64"
},
"product_reference": "devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x"
},
"product_reference": "devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le"
},
"product_reference": "devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64"
},
"product_reference": "devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x"
},
"product_reference": "devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le"
},
"product_reference": "devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64"
},
"product_reference": "devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64"
},
"product_reference": "devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x"
},
"product_reference": "devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le"
},
"product_reference": "devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x"
},
"product_reference": "devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le"
},
"product_reference": "devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
},
"product_reference": "devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12905",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-03-27T17:02:14.911888+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355460"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the tar-fs package for Node.js. In affected versions, unauthorized file writes or overwrites outside the intended extraction directory can occur when extracting a maliciously crafted tar file. The issue is associated with index.js in the tar-fs package.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar-fs: link following and path traversal via maliciously crafted tar file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an important severity because it allows attackers to extract a malicious tar file that can write or overwrite files outside the intended directory. This occurs due to improper handling of link resolution and pathname limitations. The risk is high for systems that automatically extract tar files, as it can lead to data corruption or unauthorized file modifications without user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64"
],
"known_not_affected": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12905"
},
{
"category": "external",
"summary": "RHBZ#2355460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355460"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12905"
},
{
"category": "external",
"summary": "https://github.com/mafintosh/tar-fs/commit/a1dd7e7c7f4b4a8bd2ab60f513baca573b44e2ed",
"url": "https://github.com/mafintosh/tar-fs/commit/a1dd7e7c7f4b4a8bd2ab60f513baca573b44e2ed"
}
],
"release_date": "2025-03-27T16:25:34.410000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T02:48:23+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar-fs: link following and path traversal via maliciously crafted tar file"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
],
"known_not_affected": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T02:48:23+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
],
"known_not_affected": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T02:48:23+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:4e822fa90a85d0321e809dc028f6a72b1e47a3bb7173143d79206b9b8af55b7e_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:1213f967cbe599166dcaa07280cf27c48cbb5c3e2828df278090fb1aa4636c8c_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:13e0884bb5ae5129350025beea1cbd2a6fdd9087718f6e085738a048629519b9_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:c2322954825785303dc48f29c5176bc173f58ab3215b0c710000bdcee08458be_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d956ac914d55184d56a5f5dee491254f5267c0fbc984a1171429e3a234872a84_amd64",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e0ddb90fb05f486b80fe1c0e7222bc6dd90071f762ab8fd8cfc45a39faa020b0_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e10c4f241fb1dfa9437e453b65ed57ca79550e487f16bc6742d6c1359824dcc0_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:0b605af925e0664d9f6a89c2460cbe56b6af3979bc394e97518a1ce64756dccb_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:3ece40e4a3862dc29d9bb41f407117fc52db2ca8208a1dabe82eea28e7a9ba29_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:effcd9952d7714b29c9496cf632d8e8ad1f5e1fffe4a46e59d57da42490da840_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:63c5caa6688b3aae3aee9c58e497b1afc7b9b0638eb83a3627eed3004fca11c3_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f3066189610abf7be0b9d2e827a108d6cdfcdd1a26dea8bb426af669b40d12ff_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f99e4373e39a70c99f4c67cd1a10483c99310e478e5a8b840ab114d11ed2ebd3_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:091d2d34fbd525a7e9b2c4b1b8eef5283039dfcaac597bece9f4ad0236d1cbf9_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:1bf0e4367621ed8fef30b5fbd6fbffa59731ecb20cbb8c9772015f8958198a16_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:a577adb2dbaddcf1ebdcec2a7c4d0a6b3a948fcf55d9890749f1605e8142b8d8_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:1fe43138f2ee8603e1f7aa2f9ade87a09099312836b79b606f09c6ded655c2a2_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:c3ad009df338a94aed8ca3d4d069bee447ce8b64291bc702fcfa408429108a80_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:d08147821133be235c9048e9b815576d38560f8e9745d64cf6ba1123dc3e3f89_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:01217396dfa1ffa44e9cf6b384093a7b6946135fd8fa122083ac6062a3790a2d_ppc64le",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6987db3152cec7edcf50dbe86d50a5dcdb4923b0879212711b062718a1e4b162_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:ef04c7de41b9b0f5b53d7a8ac39121c509070a6023d75c1cf8f32301ab356567_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:134c31698768c99170eb6d27d6283b5f18459dec70fda9137ec0aac2ac60c324_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:be8e49378081f05fafba369f406d1cd211ca49e8fac21ce25176ab543094ae13_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ea043fb015e82632de477f17a94e0b9dd31b34312c0214fd2b8128e0d71ba716_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:54de6ce2c4b3a652b5af186490c65a07c4434d253548596f355b3cd3d4f1bd9b_s390x",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:f9d32726831f630601ad041898282bb5eaa50e81d6f8aeae6cf4a6fe272c37a6_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:fdd3cdce6f5d0308b19f84dbe31b746c3400c67b675a173e8062dfa593290e51_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:7e1b73c1d0ba5325bc430c8d01efa1e563f09bb34c1a88a4cf77a9001c7e955a_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:c12a41f6dfda6df2d532cc9c02e537c4fdcf52c7ec3ebb597bba38f1fe9eb040_ppc64le",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:cb4010ab30ac7e6d063fc7b746f1af3b811218e102013554f2f1969f6a237b20_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:01e231b75154957ecf5fa3f0d201f648d8558c6cfd7294a49865ff857316ee89_s390x",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:07939c868b6db934987241cdd6bef796bcc3fe3f0baf2ab940d1f6bf190141a5_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:193abc8712f684e9ed2d4b13b338ff20e3b29c07d433a7a73b0a7b152fff335d_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:37984d3f5b7450fc01b101e1635430147b20ecf03b1e79abe6f6b350fa7be1c1_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:5ca1c51f319331e9040acdc25bacab449c812165d11da5deb40f72a7ccf9824d_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:9df8324b79247bd77ad74b8948ff134db72559e88c53fab3a1259b7113a677d9_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:5997b680718b3b4cd7f19b0c59774ce5f7827926c7f679a55cfd608c26cff7dc_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:8d0dbdfa02c2f09576916271aeb0cfeeffc6554c02ee95035bf827de75809017_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:a2bdfc8f71be04e61c6175ca533a4d759a69a297398319ddc751b5ffd9a4e3ef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3052
Vulnerability from csaf_redhat
Notes
{
"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": "Gatekeeper v3.18.0",
"title": "Topic"
},
{
"category": "general",
"text": "Gatekeeper v3.18.0\n\nGatekeeper is a validating webhook with auditing capabilities that can\nenforce custom resource definition-based policies that are run with the\nOpen Policy Agent (OPA). Gatekeeper is supported through a Red Hat Advanced\nCluster Management for Kubernetes subscription.\n\nStarting in v3.17, users can specify a `containerArguments` list of names\nand values for both the audit and webhook configurations to be passed to\nthe respective deployment. These will be ignored if the argument has\nalready been set by the operator or specifies an argument listed in the\ndeny list.\n\nStarting in v3.15, the following namespaces are exempt from admission\ncontrol:\n\n* kube-*\n* multicluster-engine\n* hypershift\n* hive\n* rhacs-operator\n* open-cluster-*\n* openshift-*\n\nTo disable the default exempt namespaces, set the namespaces you want on\nthe object.\n\nSecurity fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)\n\nAdditional Release Notes:\n\n* v3.18.0 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.0\n* v3.18.1 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.1\n* v3.18.2 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.2",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3052",
"url": "https://access.redhat.com/errata/RHSA-2025:3052"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.0",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.0"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.1",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.1"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.2",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.2"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-15684",
"url": "https://issues.redhat.com/browse/ACM-15684"
},
{
"category": "external",
"summary": "ACM-15900",
"url": "https://issues.redhat.com/browse/ACM-15900"
},
{
"category": "external",
"summary": "HYPBLD-604",
"url": "https://issues.redhat.com/browse/HYPBLD-604"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3052.json"
}
],
"title": "Red Hat Security Advisory: Gatekeeper v3.18.0",
"tracking": {
"current_release_date": "2025-11-12T02:30:08+00:00",
"generator": {
"date": "2025-11-12T02:30:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3052",
"initial_release_date": "2025-03-20T04:53:19+00:00",
"revision_history": [
{
"date": "2025-03-20T04:53:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-20T04:53:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "gatekeeper 3.18 for RHEL 9",
"product": {
"name": "gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:gatekeeper:3.18::el9"
}
}
}
],
"category": "product_family",
"name": "gatekeeper"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.18.2-1"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.18.0-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.18.2-1"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"product": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"product_id": "gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-operator-bundle\u0026tag=v3.18.0-1"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.18.0-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.18.2-1"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.18.0-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.18.2-1"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.18.0-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64 as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64"
},
"product_reference": "gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64 as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64 as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64 as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64 as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T04:53:19+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3052"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:7753
Vulnerability from csaf_redhat
Notes
{
"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": "Errata Advisory for Red Hat OpenShift GitOps 1.15.2 release",
"title": "Topic"
},
{
"category": "general",
"text": "Errata Advisory for Red Hat OpenShift GitOps 1.15.2 release\n\nSecurity Fix(es):\n\n* openshift-gitops-operator-container: Namespace Isolation Break [gitops-1.15](CVE-2024-13484) \n* openshift-gitops-argocd-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service [gitops-1.15](CVE-2025-27144) \n* openshift-gitops-argocd-rhel9-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service [gitops-1.15](CVE-2025-27144) \n* openshift-gitops-dex-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service [gitops-1.15](CVE-2025-27144) \n* openshift-gitops-operator-bundle-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service [gitops-1.15](CVE-2025-27144) \n* openshift-gitops-container: Potential denial of service in golang.org/x/crypto [gitops-1.15](CVE-2025-22869) \n* openshift-gitops-argo-rollouts-container: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS [gitops-1.15](CVE-2023-45288) \n* openshift-gitops-argocd-container: Memory Exhaustion in Expr Parser with Unrestricted Input [gitops-1.15](CVE-2025-29786) \n* openshift-gitops-argocd-rhel9-container: Memory Exhaustion in Expr Parser with Unrestricted Input [gitops-1.15](CVE-2025-29786) \n* openshift-gitops-argocd-container: jwt-go allows excessive memory allocation during header parsing [gitops-1.15](CVE-2025-30204) \n* openshift-gitops-argocd-rhel9-container: jwt-go allows excessive memory allocation during header parsing [gitops-1.15](CVE-2025-30204) \n* openshift-gitops-operator-bundle-container: jwt-go allows excessive memory allocation during header parsing [gitops-1.15](CVE-2025-30204) \n* openshift-gitops-argocd-container: Prototype Pollution in redoc [gitops-1.15](CVE-2024-57083) \n* openshift-gitops-argocd-rhel9-container: Prototype Pollution in redoc [gitops-1.15](CVE-2024-57083) \n* openshift-gitops-dex-container: Unexpected memory consumption during token parsing in golang.org/x/oauth2 [gitops-1.15](CVE-2025-22868)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7753",
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "GITOPS-6150",
"url": "https://issues.redhat.com/browse/GITOPS-6150"
},
{
"category": "external",
"summary": "GITOPS-6287",
"url": "https://issues.redhat.com/browse/GITOPS-6287"
},
{
"category": "external",
"summary": "GITOPS-6625",
"url": "https://issues.redhat.com/browse/GITOPS-6625"
},
{
"category": "external",
"summary": "GITOPS-6664",
"url": "https://issues.redhat.com/browse/GITOPS-6664"
},
{
"category": "external",
"summary": "GITOPS-6713",
"url": "https://issues.redhat.com/browse/GITOPS-6713"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7753.json"
}
],
"title": "Red Hat Security Advisory: Errata Advisory for Red Hat OpenShift GitOps v1.15.2 security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:35+00:00",
"generator": {
"date": "2025-11-12T02:30:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:7753",
"initial_release_date": "2025-05-15T17:09:32+00:00",
"revision_history": [
{
"date": "2025-05-15T17:09:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-15T17:09:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:35+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.15",
"product": {
"name": "Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.15::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.15",
"product": {
"name": "Red Hat OpenShift GitOps 1.15",
"product_id": "9Base-GitOps-1.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift GitOps"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"product": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"product_id": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.15.2-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"product": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"product_id": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.15.2-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"product": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"product_id": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"product": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"product_id": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel9\u0026tag=v1.15.2-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.15.2-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"product": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"product_id": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-extensions-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64",
"product": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64",
"product_id": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel9\u0026tag=v1.15.2-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"product": {
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"product_id": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-operator-bundle\u0026tag=v1.15.2-4"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.15.2-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64"
},
"product_reference": "openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x"
},
"product_reference": "openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64"
},
"product_reference": "openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le"
},
"product_reference": "openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64"
},
"product_reference": "openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64"
},
"product_reference": "openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"relates_to_product_reference": "9Base-GitOps-1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64 as a component of Red Hat OpenShift GitOps 1.15",
"product_id": "9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
},
"product_reference": "openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64",
"relates_to_product_reference": "9Base-GitOps-1.15"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are 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": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2024-13484",
"cwe": {
"id": "CWE-668",
"name": "Exposure of Resource to Wrong Sphere"
},
"discovery_date": "2024-03-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openshift-gitops-operator-container. The openshift.io/cluster-monitoring label is applied to all namespaces that deploy an ArgoCD CR instance, allowing the namespace to create a rogue PrometheusRule. This issue can have adverse effects on the platform monitoring stack, as the rule is rolled out cluster-wide when the label is applied.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift-gitops-operator-container: Namespace Isolation Break",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, a local attacker must be logged into the system with admin privileges, limiting the possibility of this issue to be exploited.\nFor this reason, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-13484"
},
{
"category": "external",
"summary": "RHBZ#2269376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-13484",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13484"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-13484",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-13484"
}
],
"release_date": "2025-01-28T17:43:15.879000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"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-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openshift-gitops-operator-container: Namespace Isolation Break"
},
{
"cve": "CVE-2024-57083",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2025-03-28T21:01:02.993057+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355865"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in redoc. This vulnerability can allow an attacker to cause a Denial of Service (DoS) via supplying a crafted payload.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redoc: Prototype Pollution in redoc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because it allows attackers to exploit a prototype pollution issue in the Module.mergeObjects method by crafting a malicious payload. An attacker can alter the built-in Object.prototype, causing a Denial of Service (DoS) condition, leading to system instability, impacting the availability of the affected system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-57083"
},
{
"category": "external",
"summary": "RHBZ#2355865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355865"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-57083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57083"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-57083",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-57083"
},
{
"category": "external",
"summary": "https://github.com/Redocly/redoc/issues/2499",
"url": "https://github.com/Redocly/redoc/issues/2499"
}
],
"release_date": "2025-03-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
}
],
"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-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redoc: Prototype Pollution in redoc"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"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-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-29786",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-03-17T14:00:59.078419+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352914"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input",
"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-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-29786"
},
{
"category": "external",
"summary": "RHBZ#2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/762",
"url": "https://github.com/expr-lang/expr/pull/762"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2"
}
],
"release_date": "2025-03-17T13:15:32.836000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to impose an input size restriction before parsing (i.e. validating or limiting the length of expression strings that the application will accept). Ensuring no unbounded-length expressions are fed into the parser will prevent the parser from constructing a very large AST and avoid the potential memory exhaustion issue.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T17:09:32+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:1c3014b6fed55efec858979b8e716025b3c930ce73ce03376d6b344cc799f408_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:c0b31a9043e01767c4305bf53852e4e956a75bbf0d338e9bdd84693d854aadb1_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:cffc1a5602bc8275c83aff3a8397dc812b925494deb8105bad675e1eebc1ce4f_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argo-rollouts-rhel8@sha256:f1551e8646b6f845566aa3786194b2cb3392240617ec33a8598e1361a2f7cf6e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:2959776572015171fe9e674bef16cd27207ad0dd9778597f61c92bd0b68419cb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:6751efa0700ce5aca7e998b507f2694d36671c800bd3df39c1793fdb79295b01_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:7de02503f35ffa0385273117b00104f7cd13cf62e90236a539b00d0a26914fe5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-extensions-rhel8@sha256:9628abc742fa7d3e4e7f76c42f86f729a12064b31c6fdcd4d56fd12de42c312d_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:2b613ea76cf38f82b81c0f94bc1310f8221ebfae30e11bb3eb9a9322f7de781c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:9b2b128beada3283376cb1e0daa09f3074e865cd13feff7e5cf4be22b80b73eb_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:adff90e820d35b5f6edb54e8a3e66a1944b3df7949b82b52757542990532a927_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/argocd-rhel8@sha256:c828786304a861504124f4adcef108a8ec2fbb1ffe39c6f40cbcd45421d9da63_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:23d6aff07ace832a252e24f8c4f50fa7bb8071195266ca2ee1ecb85d2c8cd040_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:7cf81305f51be21dd5044cf2b5e252c3504a5593b25c79efd14ac4c07b845e0e_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:b7729386eafdea2376dd9b95e2f30904f0a737108fa01643425a26817b2d49e3_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/console-plugin-rhel8@sha256:bd66924e532f909e4efe16a7d02556ce50d3aeb399a1c576365c58e28b217156_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:3763f158afee4709f908f9069cafc53e6e19932a89206e1b1c161b83978c8bf3_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:4f556b4a5eb754b8310db23d78984612ce6fb1537a96cf5bba1ca4d9db24c458_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:5322e7c5c3e6648cbc31aef26c793fe446de59f926c9e420e7bbe69be5b7628c_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/dex-rhel8@sha256:575fe0d90e61cd644293c9775b0b6670b159bf0e004b1514f65473a353ed157e_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-operator-bundle@sha256:9233f5165c36e049c07f6c86bc4a330e8cd5c92fdb9e26364f83156e5079a573_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:1ec8b3afca8969bb43413de847e9e42e863a00e618b2d75585a297f605d4c2cd_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:b5bad8e3002354e708978aa81d8fb12ce244336677dd4b43d05a2e3d28ee21fe_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:c11750919f393a494bd39f5430dd64502fda211e1e58b82b12b25c0aefb01b10_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8-operator@sha256:f44ea91f40a80ea0ceb8ce162344632fa4ac83a25e40e3e268a04960dd4cef8e_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:02615dcef407b4c180d2136fd2d0179b75a938663530173c3155fc137158b9ef_ppc64le",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:2fdc37ff27fe77bcf1b49b5067cc29250ec8e1073a1e3d747c46471a12a23bd2_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bab70614afc93dde060a53ae72f677c979851881160f434a7b3a82c208122222_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/gitops-rhel8@sha256:bfd4fc073330dff519a73394fd300f304dce3b7d4de1cc741324af08085819e6_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:a19ac137261209f8d9a0648179637ea7c2a4e0e605c6f1370de6f74deea62676_arm64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:dc62f735af6b8d61fc86b6e0a1aaf1c8d46ad1349b19ffd50ba64ab1e246f6d5_amd64",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:de26fafceadb28190c55206479cdfd6da1e8e1ec0c3cb2fcc6d541f18ff50b3c_s390x",
"8Base-GitOps-1.15:openshift-gitops-1/must-gather-rhel8@sha256:e4a514fc6e6379c90a824eb1deb84e4d01754edd083b336a19c19e54697976bd_ppc64le",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4a9615e7da01f317497ae55955a0c43ea0c542a99a6ef836d836ec1d3326b09a_arm64",
"9Base-GitOps-1.15:openshift-gitops-1/argocd-rhel9@sha256:4e37e27e6376e2568be24fcdf924d7fcaf59e67d00c84b3d0c5d03eebaee0a16_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:4731
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.16.40 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.16.\n\nRed Hat Product Security has rated this update as having a security impact of important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.16.40. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:4733\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\nSecurity Fix(es):\n\n* libxslt: Use-After-Free in libxslt (xsltGetInheritedNsList)\n(CVE-2024-55549)\n* libxslt: Use-After-Free in libxslt numbers.c (CVE-2025-24855)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4731",
"url": "https://access.redhat.com/errata/RHSA-2025:4731"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2352483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352483"
},
{
"category": "external",
"summary": "2352484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352484"
},
{
"category": "external",
"summary": "OCPBUGS-35040",
"url": "https://issues.redhat.com/browse/OCPBUGS-35040"
},
{
"category": "external",
"summary": "OCPBUGS-35921",
"url": "https://issues.redhat.com/browse/OCPBUGS-35921"
},
{
"category": "external",
"summary": "OCPBUGS-45142",
"url": "https://issues.redhat.com/browse/OCPBUGS-45142"
},
{
"category": "external",
"summary": "OCPBUGS-50581",
"url": "https://issues.redhat.com/browse/OCPBUGS-50581"
},
{
"category": "external",
"summary": "OCPBUGS-53317",
"url": "https://issues.redhat.com/browse/OCPBUGS-53317"
},
{
"category": "external",
"summary": "OCPBUGS-54786",
"url": "https://issues.redhat.com/browse/OCPBUGS-54786"
},
{
"category": "external",
"summary": "OCPBUGS-54818",
"url": "https://issues.redhat.com/browse/OCPBUGS-54818"
},
{
"category": "external",
"summary": "OCPBUGS-54914",
"url": "https://issues.redhat.com/browse/OCPBUGS-54914"
},
{
"category": "external",
"summary": "OCPBUGS-54942",
"url": "https://issues.redhat.com/browse/OCPBUGS-54942"
},
{
"category": "external",
"summary": "OCPBUGS-54990",
"url": "https://issues.redhat.com/browse/OCPBUGS-54990"
},
{
"category": "external",
"summary": "OCPBUGS-55119",
"url": "https://issues.redhat.com/browse/OCPBUGS-55119"
},
{
"category": "external",
"summary": "OCPBUGS-55124",
"url": "https://issues.redhat.com/browse/OCPBUGS-55124"
},
{
"category": "external",
"summary": "OCPBUGS-55156",
"url": "https://issues.redhat.com/browse/OCPBUGS-55156"
},
{
"category": "external",
"summary": "OCPBUGS-55163",
"url": "https://issues.redhat.com/browse/OCPBUGS-55163"
},
{
"category": "external",
"summary": "OCPBUGS-55171",
"url": "https://issues.redhat.com/browse/OCPBUGS-55171"
},
{
"category": "external",
"summary": "OCPBUGS-55201",
"url": "https://issues.redhat.com/browse/OCPBUGS-55201"
},
{
"category": "external",
"summary": "OCPBUGS-55248",
"url": "https://issues.redhat.com/browse/OCPBUGS-55248"
},
{
"category": "external",
"summary": "OCPBUGS-55345",
"url": "https://issues.redhat.com/browse/OCPBUGS-55345"
},
{
"category": "external",
"summary": "OCPBUGS-55378",
"url": "https://issues.redhat.com/browse/OCPBUGS-55378"
},
{
"category": "external",
"summary": "OCPBUGS-55684",
"url": "https://issues.redhat.com/browse/OCPBUGS-55684"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4731.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.40 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:31+00:00",
"generator": {
"date": "2025-11-12T02:30:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:4731",
"initial_release_date": "2025-05-15T00:44:29+00:00",
"revision_history": [
{
"date": "2025-05-15T00:44:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-20T20:32:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.16",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"product_id": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=v4.16.0-202504212135.p0.g9989e43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"product": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.16.0-202504241642.p0.gdb952dd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.16.0-202505060805.p0.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"product": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.16.0-202504220435.p0.gd0d0d6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.16.0-202505051436.p0.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"product": {
"name": "openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"product_id": "openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=v4.16.0-202504221307.p0.g396e723.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.16.0-202505060805.p0.gfcd3a8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.16.0-202505060805.p0.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"product_id": "openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.16.0-202505061941.p0.g4a7dc54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"product_id": "openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.16.0-202505060805.p0.g3073d4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.16.0-202504291008.p0.gcf4e24c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.16.0-202504232225.p0.g69f7776.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.16.0-202504160735.p0.g05bd7e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.16.0-202504232225.p0.g69f7776.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.16.0-202504291008.p0.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.16.0-202504231238.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.16.0-202504291739.p0.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.16.0-202505010338.p0.gba952e1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.16.0-202504152206.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.16.0-202504152206.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"product_id": "openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.16.0-202504152206.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"product": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.16.0-202504280208.p0.gf58519f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.16.0-202505062139.p0.g19d2a02.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.16.0-202504152206.p0.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"product_id": "openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.16.0-202505060805.p0.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"product": {
"name": "openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"product_id": "openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel9\u0026tag=v4.16.0-202504170035.p0.gcbddb0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.16.0-202504240338.p0.g9ff2408.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"product_id": "openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.16.0-202505060805.p0.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"product": {
"name": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"product_id": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=416.94.202505051351-0"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"product_id": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=v4.16.0-202504212135.p0.g9989e43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"product": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.16.0-202504241642.p0.gdb952dd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.16.0-202505060805.p0.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"product": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.16.0-202504220435.p0.gd0d0d6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.16.0-202505051436.p0.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"product": {
"name": "openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"product_id": "openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=v4.16.0-202504221307.p0.g396e723.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.16.0-202505051436.p0.g93b8b5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.16.0-202505060805.p0.gfcd3a8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.16.0-202505060805.p0.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"product_id": "openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.16.0-202505061941.p0.g4a7dc54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"product_id": "openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.16.0-202505060805.p0.g3073d4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.16.0-202504291008.p0.gcf4e24c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.16.0-202504232225.p0.g69f7776.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.16.0-202504160735.p0.g05bd7e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.16.0-202504232225.p0.g69f7776.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.16.0-202504291008.p0.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.16.0-202504231238.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.16.0-202504291739.p0.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.16.0-202505010338.p0.gba952e1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"product_id": "openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=v4.16.0-202504231238.p0.g3948096.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.16.0-202504152206.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.16.0-202504152206.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"product_id": "openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.16.0-202504152206.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"product": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.16.0-202504280208.p0.gf58519f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.16.0-202504172205.p0.gc567cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.16.0-202505071138.p0.g8851888.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.16.0-202505062139.p0.g19d2a02.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.16.0-202504152206.p0.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"product_id": "openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.16.0-202505060805.p0.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"product": {
"name": "openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"product_id": "openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel9\u0026tag=v4.16.0-202504170035.p0.gcbddb0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.16.0-202504240338.p0.g9ff2408.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"product_id": "openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.16.0-202505060805.p0.gee354f6.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"product_id": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=v4.16.0-202504212135.p0.g9989e43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"product": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.16.0-202504241642.p0.gdb952dd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.16.0-202505060805.p0.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"product": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.16.0-202504220435.p0.gd0d0d6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.16.0-202505051436.p0.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"product_id": "openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=v4.16.0-202504221307.p0.g396e723.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.16.0-202505060805.p0.gfcd3a8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.16.0-202505060805.p0.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"product_id": "openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.16.0-202505061941.p0.g4a7dc54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"product_id": "openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.16.0-202505060805.p0.g3073d4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.16.0-202504291008.p0.gcf4e24c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.16.0-202504232225.p0.g69f7776.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.16.0-202504160735.p0.g05bd7e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.16.0-202504232225.p0.g69f7776.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.16.0-202504291008.p0.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.16.0-202504231238.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.16.0-202504291739.p0.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.16.0-202505010338.p0.gba952e1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.16.0-202504152206.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.16.0-202504152206.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"product_id": "openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.16.0-202504152206.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.16.0-202504280208.p0.gf58519f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.16.0-202505071138.p0.g8851888.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.16.0-202505062139.p0.g19d2a02.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.16.0-202504152206.p0.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"product_id": "openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.16.0-202505060805.p0.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"product": {
"name": "openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"product_id": "openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel9\u0026tag=v4.16.0-202504170035.p0.gcbddb0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.16.0-202504240338.p0.g9ff2408.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"product_id": "openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.16.0-202505060805.p0.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"product": {
"name": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"product_id": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=416.94.202505051351-0"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"product_id": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=v4.16.0-202504212135.p0.g9989e43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"product": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.16.0-202504241642.p0.gdb952dd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.16.0-202505060805.p0.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"product": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.16.0-202504220435.p0.gd0d0d6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.16.0-202505051436.p0.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"product": {
"name": "openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"product_id": "openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=v4.16.0-202504221307.p0.g396e723.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.16.0-202505051436.p0.g93b8b5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.16.0-202505060805.p0.gfcd3a8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.16.0-202505060805.p0.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"product_id": "openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.16.0-202505061941.p0.g4a7dc54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"product_id": "openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.16.0-202505060805.p0.g3073d4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.16.0-202504291008.p0.gcf4e24c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.16.0-202504232225.p0.g69f7776.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.16.0-202504160735.p0.g05bd7e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.16.0-202504232225.p0.g69f7776.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.16.0-202504291008.p0.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.16.0-202504231238.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.16.0-202504291739.p0.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.16.0-202505010338.p0.gba952e1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"product_id": "openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=v4.16.0-202504231238.p0.g3948096.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.16.0-202504152206.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.16.0-202504152206.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"product_id": "openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.16.0-202504152206.p0.g91f0e41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"product": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.16.0-202504280208.p0.gf58519f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.16.0-202504172205.p0.gc567cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.16.0-202505071138.p0.g8851888.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.16.0-202505062139.p0.g19d2a02.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.16.0-202504152206.p0.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"product_id": "openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.16.0-202505060805.p0.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"product": {
"name": "openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"product_id": "openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel9\u0026tag=v4.16.0-202504170035.p0.gcbddb0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.16.0-202504240338.p0.g9ff2408.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64",
"product_id": "openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.16.0-202505060805.p0.gee354f6.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"product": {
"name": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"product_id": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=416.94.202505051351-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64",
"product": {
"name": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64",
"product_id": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=416.94.202505051351-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64"
},
"product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le"
},
"product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x"
},
"product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64"
},
"product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x"
},
"product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le"
},
"product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64"
},
"product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64"
},
"product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x"
},
"product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64"
},
"product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64"
},
"product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x"
},
"product_reference": "openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64"
},
"product_reference": "openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64"
},
"product_reference": "openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64"
},
"product_reference": "openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le"
},
"product_reference": "openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64"
},
"product_reference": "openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x"
},
"product_reference": "openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64"
},
"product_reference": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le"
},
"product_reference": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x"
},
"product_reference": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
},
"product_reference": "rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-55549",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-03-14T02:00:39.884650+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt. This vulnerability allows an attacker to trigger a use-after-free issue by excluding result prefixes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Use-After-Free in libxslt (xsltGetInheritedNsList)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This use-after-free vulnerability in libxslt marked as Important rather than a Moderate flaw, due to its potential to enable arbitrary code execution or cause denial-of-service conditions. The vulnerability arises from mishandled memory in the exclPrefixTab table, which references freed namespace URLs during stylesheet processing. When an included stylesheet has xsl:text as the root and is deleted, the associated namespace URLs remain referenced in exclPrefixTab despite being freed, leading to a classic use-after-free condition. Since libxslt is a core XML transformation library frequently used in complex server-side applications (e.g., web frameworks, document rendering), an attacker can craft malicious XSLT stylesheets to exploit this flaw, potentially gaining remote code execution within the application\u0027s process.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
],
"known_not_affected": [
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-55549"
},
{
"category": "external",
"summary": "RHBZ#2352484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55549",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55549"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/127",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/127"
}
],
"release_date": "2025-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T00:44:29+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:9871f990d9f956d735e85e2040101377d5fd7cc4e62e8f54feb62650190216c9\n\n (For s390x architecture)\n The image digest is sha256:851bac58b8ba11752792467aca680d41a1b306ba9e4973dca4b79d4adba93e55\n\n (For ppc64le architecture)\n The image digest is sha256:cbd719c4e8627d894621ffbfca8adc31669ccfd63411889b58810111bcf34b00\n\n (For aarch64 architecture)\n The image digest is sha256:9cd61312dbd5619bed52ea20afb0fb6b6634f4c76394fea5b5187fc4083e8027\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16]/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4731"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: Use-After-Free in libxslt (xsltGetInheritedNsList)"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le"
],
"known_not_affected": [
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T00:44:29+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:9871f990d9f956d735e85e2040101377d5fd7cc4e62e8f54feb62650190216c9\n\n (For s390x architecture)\n The image digest is sha256:851bac58b8ba11752792467aca680d41a1b306ba9e4973dca4b79d4adba93e55\n\n (For ppc64le architecture)\n The image digest is sha256:cbd719c4e8627d894621ffbfca8adc31669ccfd63411889b58810111bcf34b00\n\n (For aarch64 architecture)\n The image digest is sha256:9cd61312dbd5619bed52ea20afb0fb6b6634f4c76394fea5b5187fc4083e8027\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16]/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4731"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-24855",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-03-14T02:00:37.507344+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt numbers.c. This vulnerability allows a use-after-free, potentially leading to memory corruption or code execution via nested XPath evaluations where an XPath context node can be modified but not restored.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Use-After-Free in libxslt numbers.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The use-after-free vulnerability in libxslt marked as a high severity rather than moderate due to its potential impact on system integrity and availability. This flaw arises during nested XPath evaluations where the context node can be modified without proper restoration, leading to use-after-free conditions. Exploitation of this vulnerability allows an attacker to execute arbitrary code, potentially causing significant disruptions or unauthorized actions within the affected system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
],
"known_not_affected": [
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24855"
},
{
"category": "external",
"summary": "RHBZ#2352483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24855",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24855"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/128",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/128"
}
],
"release_date": "2025-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T00:44:29+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:9871f990d9f956d735e85e2040101377d5fd7cc4e62e8f54feb62650190216c9\n\n (For s390x architecture)\n The image digest is sha256:851bac58b8ba11752792467aca680d41a1b306ba9e4973dca4b79d4adba93e55\n\n (For ppc64le architecture)\n The image digest is sha256:cbd719c4e8627d894621ffbfca8adc31669ccfd63411889b58810111bcf34b00\n\n (For aarch64 architecture)\n The image digest is sha256:9cd61312dbd5619bed52ea20afb0fb6b6634f4c76394fea5b5187fc4083e8027\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16]/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4731"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:860ce0a83db151e3b13f8c01b568074bbaa85eb0de52cf50daedf822d377b269_ppc64le",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:a9d19540219faa65f48a4e94177e6fd8da3c358e6e2ac05be96619c580193dd9_s390x",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:b295b56aa74cdc389411ef6ded30ff786795692fdcb75aebe7bdeeaff0dcfab1_arm64",
"9Base-RHOSE-4.16:openshift4/driver-toolkit-rhel9@sha256:d65c47bfe03dcb3567d8063fd7fc0c94caf176d517163e54a3c988a6ea5ad10b_amd64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:261465289dc4d63a530f77027dd35bf504dc2652174be990c92eee8987b939d0_s390x",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:46459c77907193a033e9da0126ece251b587fdfe021ebea5b04e3634d9b879c6_ppc64le",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:7d6dbb421a4af40f2ff22f3835fa62f186723459c5d72b53dc79873388bad802_arm64",
"9Base-RHOSE-4.16:openshift4/network-tools-rhel9@sha256:a7fd3d4836c4839b3229bcf91b51070e5f7f75535f92aff9088043299719c418_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:081900c035d3b229b7addc2cfe371144eced313162d7c6b6c6bcd644f1023f36_s390x",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7c83d4bf0a7bd4a501268c9587fcbc0fbcab005821dec3dd16d665c4fd980840_amd64",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:7f22893f2dc997fbf488c1d3149de6c405c5e9b12c80f0e443132ea016a3adf3_ppc64le",
"9Base-RHOSE-4.16:openshift4/openshift-route-controller-manager-rhel9@sha256:964c654492fb56da61e38f0e3cbbd4f57adbf0db93e204de42556ddcfd3d3e7e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:2a9db51050d91e01c42d97066c453c6d092c63a80774e2f7b5e3a843e1f437e7_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:7b4386e6a2988a618dce651a0ff4054e3c42f1f4d26b6a3fce2e432f0f80f875_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:b47452eb4d6c7c4ac659ee8c1f40e5af24569d3533d8e445b187348d6db44b58_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-api-server-rhel9@sha256:fb29de1b8e2c8cb210758886c40cc788190c6fb1e94daea6dd7a7c4d01ac1d25_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:057838eb4463cf16b2fa968074fe0e9edd062bd68d144bfb6ee768f1cc5c67ef_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2d2af14b1c1e75bf65bd8b8740a3a13328fb2cc9268bb39d52e220d86175dc5c_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6072f07967b310d115cadbfbd9c67d9afe60b57cef3618726ad74a1b0bfcbd79_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:de5e93288c8ae6cfc17191d4e1c8f815d129594e5264e3a7684db48bb7ea29d6_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1423b60b44a2124fa11036763e27567cb2b75bcaf8feb145b569adb96c244ec5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:92f3e7a8cc1130f04544080ab3d1ad78d5a7a9cf32f5312f916ab21c74cfdca9_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:9510614b7dfc0e77a5da768bad7a5ba20f2d152158d6bbefa9db65a8af9549cb_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c50264f7bd22f054dcbc3d69aead131c768f08653bea2e264225c6dff3add762_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:528fa34b576ab6db4422214dd7a9d28b736c0daa71aa14d7410cecab61069011_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f693168cd9f36f7a838d4e54bde81701aee7da059581ef67cbb03c7683e03f8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e201d43af48d9cb61f8e9cbc4227d7c2b4dc193e045102ca75b3f96952201d2f_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f9d94d6da2f014ed2301efc2d0f591c5a18bc219a175e97cc96a3556acaadde2_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:30e0a477fa0468046efa7bc0dfa1532e0ccdf834e616623ac50b6a7bec94746d_s390x",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:3deb5c702229d507b914db5339a07ca8e6babefc703ec05e8a6e6b8ade9b0cc6_arm64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:4f82e4b1c9d078f27cf61ae8d581c03802ceb289499f49c8105bf77c635906a0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-agent-installer-utils-rhel9@sha256:ee6c8e344afdccc804b0470344c2f45740a1f883a8487c9dca7b4d28c897b474_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a531fcc48ec6d4b9403e4c074ccc04aa9cb61578eb646b11b0e20946de656574_arm64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:a9ac87283d57789434ab8b3c7750ed0680322999ae585a2b47542cf9d49ac490_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:e9d39d3746a3646cfe102aa064cd854584e67050dab77e0141994b9bbe6dcc92_amd64",
"9Base-RHOSE-4.16:openshift4/ose-baremetal-installer-rhel9@sha256:ec76451ea1504924e5147f7aa79448cf3a364ac015a796efc5025d8ddddcc1ad_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1804c00ec915f63b319034acbd315cded665bce036d12c06866de1af8326bc50_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:1f9d2ad9c002f46976997aa7042b834f5fc3db7b4311732abbe612d8879b0066_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:644a89e905292666047cd579daf7d669ee015a74c80462c3d312f4a7eba3bb52_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-etcd-rhel9-operator@sha256:da00b777c3463d6a213d5139a9a18c43bbff277038fc33fae3ec52e20ac1713b_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:51f7f5ddde0ec8899b920bc9bb0ba88efeae3ead34575c285927a5eb3b16aa83_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:64fb89483e495d6881f058985f6dbf6252a5ce7760cc7b2a5e2014100d378801_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:99b323b670c07aa13bbd26088bc8298d3b3db5d0fda55bb4ff76864ad46a263e_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-network-rhel9-operator@sha256:b49cb86e386f9488a37de984954a8c1589c016a7baf8ecf6fb7bb630677ae8e3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4557645d30516d8f2a2363c561a3ac737ab0b4b6ec2289974394c4a91690c829_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7a835696eed08d852f85979051e0f01f70f932bcdee6d5f664340a11b1384e8f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:86c455ea1298f1172be0a6053473fe2bca468ed58c40797048a449772671f0df_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b3413f9deb40e709eef39571dfe63328d8c8f5f311a58c15939d17f5acef8687_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:0b785fc0b7e7a522f98207f7156744a9df7b23a8e696f02d2074281ea188023a_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:85c3185e341a48c2b332330856ce504a9bc6bbadc8c24a393227d2fdaebf42b0_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:9ce6f79f2bde0d6037e68efacbba0998cd28776ccae67746a4f4ec37532b0223_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-samples-rhel9-operator@sha256:a414b7759efdbbe396a44585c38841cbf1fb80bfd5e416dd93a73dba2ea061c5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:10224859db0023e6d1c1be87e0dcee2b1de1e58e27fc347585eed583a940bf28_s390x",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:2b4c9190f8e423e261399ab6093b131fee196d08c642c49248765bed42e02e67_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:941b7d97e6f4ab9415ab3b490190d5b8505d4e36a44147d85323d7ad52353d06_amd64",
"9Base-RHOSE-4.16:openshift4/ose-cluster-version-rhel9-operator@sha256:c66b3a513942118fc2a1e02714dc9a95a02aefad0c2765d4e2504967113fbd19_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:45bf5aac0eced37529ffe27e7d5cb8f388b735b8e4fb573d49531efb11adf301_s390x",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:528af7acbbbda3e4532322c5d901a32527ee87e5885493f098f7335c9bfd2d2d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:e738d8fced1d673d2fb60ff088cac8d70ba06d294bbab91445c600dd4dd29254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-console-rhel9@sha256:ee255c8f9c8b7b7cc9e75c81bc19afac25ec151dc8e0203d9b97c635f27c8b33_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:12cefdcc46288b9ac31e216b5a1e1890d84dc0e3f9704d1304676a238ea2a249_amd64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:6dd78c4a6ac93954c1774ce4cc570947aec7f38989bb0f33e8feea3b849c042b_arm64",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:ac56fb46829cbd56e7d595aa7db614b040fcd493ea31df47f3bae5b8c65e1460_s390x",
"9Base-RHOSE-4.16:openshift4/ose-hypershift-rhel9@sha256:e33059d3489640a770c2d57eea858f3d6d8a14601df72ff1eebc492225943a30_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:2a9509a70e9535fdc32d2ee4496adfa4217c194b146373a6348c1fe40b1a5eca_arm64",
"9Base-RHOSE-4.16:openshift4/ose-image-customization-controller-rhel9@sha256:8991e29d2c9480cf1ac21aa53f912207196f742b6625a289900a489d32113f0b_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:2617439359959e06027195b7d3f10f88444c2f1c79ca6814890f8f865f8c31f3_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:4ad0e1122bdfca22d8bfb68e2812d9452a62e7b7a0f9aa6cec9fde537f56c768_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:5a1d57e1e1e358ef1178ba590ad6a9743108bf2302c9aa0dfee80335b21404bd_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-altinfra-rhel9@sha256:68b3e1bbbc90a335e5d3fc26460048fc154ba57822f319b8b2db851a55d560fb_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3ca279364a7aec58dab85a64ce61d8f41ba3e877484bc077e30b32338fe9f363_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:3d18077950529996f057adc61ad63a882f73f9099307601a58ddba448ac06716_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:59efc94c00759de9a5b6413caf4bef51a2c13dd09cf923e6f565f53f5ab592d7_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-artifacts-rhel9@sha256:a5ad21b9e65e9a0010571208eb06f5b6ddc8ab9cfbcfa3b3626de2e38edc45ed_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:12e9d71b29e5c68a30e02694eecb4ca155e0149a709a1ce72654bbbce2a2fe3a_arm64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:30c84ac84995e858ff4853263508e53ac6f8b6c8405856baf53813542a74d878_s390x",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:637bd9b5cfc57a76dd8135ca9fd3d34f8dd9fd651db782ec6c59f3103313b364_amd64",
"9Base-RHOSE-4.16:openshift4/ose-installer-rhel9@sha256:9cb574f48fe7ae0f5e108756a178f54b54c8dd4ea4493ed433f5a713643e808a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:691f4a39f5b2b8b0aae6013a894a24243105cabc0d253499b8a8ffbb85ee6ca9_arm64",
"9Base-RHOSE-4.16:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f724158c4f8bb3ed8285a6d481710d01683dae88d538bcc28e56865093cd0ff_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a442dde74074eba93c66b2a4c2486cc90ffc1906436b97abc5b9bfcf2d9ffdd4_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-azure-rhel9@sha256:c02c96670329d43901bcc84861ee3da4291ed99b2cbb59f3a3d7c029dd2515a7_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:068b9a43ef9bc1b80856d35342a7019a551dbeb225519a078a3afe03f61c8072_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:10cc21939c469d62b00d6cda4c82aaea50b3fcdaf91a36bbfae2dbd613ec612c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:79f3f48084e9f1039b6889123051da0d10639ff6ad8f748bc87899a76c6cedae_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:1d7620161286b05b7860eea1e8d67286bad8b7268113eb2bd579a776bf70c069_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:778c2ce283e91c9cdee3f9784f61b784dd30468ad579d68b17fa37858e89ed59_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:a4eda7ca3a19edf4b4924da2ab2a69feb14fdb88a7fd9917e5009ba031818e77_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-api-rhel9-operator@sha256:e43690be26438f76aa50403b899210ebb4d4159e6e3931eea7bc080d6d7b8254_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:0dc5c7c306fb900395c3ce3f6c6782479ca428719a071740c2a70aec851945a8_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:2c6ce940ff22ba1d5d72301a718332592ffdfb85e0cac899fc964792c643a3a2_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:bfbb5fdfbe23a2d1cafb7c213244deb0b1ef96dc4d808275ceb24690035d4fda_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-config-rhel9-operator@sha256:dfcb8b084b5fb087c2157c50c7d1669fdb5a4031f35e7caa91a0e8e5c97f3de0_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:12a1554e487c476de1331fcbf6aa6ce3009090c9ea5765bf7f9a3f7ebcfe53e3_s390x",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:648c75854be14c1a8f99304d4e5318607e597b8eaec40b197378da055febb4c3_amd64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:668b1e567721b6cdf202be799054a9f0fba9a37654d35cc2ce0288231448beb5_arm64",
"9Base-RHOSE-4.16:openshift4/ose-machine-os-images-rhel9@sha256:875b234aa7c4a6debbeee4f8940209037e79021c6b65a4405a03400691d5b033_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:37cb26df09ec9460e855af26856a54d8779aa59dbd6342b8ddd1b4dcaded2f06_arm64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:66ad143016d700f23b3cf9fbf5cd1a134e27ab49275e597168599f791d9819ae_s390x",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:d7bd0bf0c0812009235386ee9e12c78b7f8477b1f8ccf18d0dc09f738220415a_amd64",
"9Base-RHOSE-4.16:openshift4/ose-monitoring-plugin-rhel9@sha256:f12cc858e9c7b066d87666fb48e146fdedd6e6ed2022d15a916d56aa1e9ee572_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:10dc6026262056f195e1b2e5543e4608f9361b9e09e4d605bb95e4ea2bd4242d_amd64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:496f4d55ffe7cf3ee640b36b3d8bd8008b36573cf44bd43e9f956e728abeab3f_s390x",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:608473ab397cf40dca9b6ff3719e4bb349e484982786a36a98e35b90ee50a693_arm64",
"9Base-RHOSE-4.16:openshift4/ose-networking-console-plugin-rhel9@sha256:e4bb2eedd285c1cdc900e35f78ad7578e37a24d3444a8e2ae1b3de00b4d71c51_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:78a3e76e8a99518ab3521ce8463241ddfd5e38fb91ca00cd537a6f3cc333f03b_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:a18234870d5c78840933b6336d80d9af4062287849b2d3b885ec95c1c8007257_s390x",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:b7c1ba18acb4864351f5928da3bc3f407c0dbce4d41d62000b77718bf884093e_arm64",
"9Base-RHOSE-4.16:openshift4/ose-prometheus-rhel9@sha256:f88e17eb66ecac63ada4f5ed4ff5e387bff1ed9feb03c0d0418bb9027364c0ee_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:1c06dc83c6de94b6ffda3fe352a0288e469164542632625adbdb42eca93bbe9c_amd64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:71386e8e59d557e5d1aff8f3822799d8e2722d5b0ff1df2dfe52a6fa8d98c53a_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:c3f0fd141772cfc5831d091883c7225a0ea5836c171f155a5e164586e7314427_arm64",
"9Base-RHOSE-4.16:openshift4/ose-sdn-rhel9@sha256:ea3bed93c33556eade81a7dd59806be6b1b488c0a7a1a0c8558b90531ab45535_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:272591d27e519c37f72c24b74f3f56af952e58f96af5ccf1748b23b0e1fc4ee5_amd64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:763c7a987cc68b5250a50ff62c621ebb8d6d1d85a2abe5200aabca7a2099fb53_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:d00e205045b52e0d5a3f853386f4ef1a30820b2d01da00262e5c435a86699d44_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tests-rhel9@sha256:f03b4f07059c773338c8dbfd1d066a179eb943940a7abdeb6f00bae8c95033cf_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:08ca1c43e37015b466a7659fa1fe79e7aac743d9d7e68a2836c0bc3324e6cf84_s390x",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:513f3597987b7e03f0b285f6fd5fefb65e7f3e85bbd8e73b0c869a9d7d6b9a96_arm64",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:93127a15518289d7caba655974214dc8a74c08570796a4dbb1abb14532c161b1_ppc64le",
"9Base-RHOSE-4.16:openshift4/ose-tools-rhel9@sha256:c9abbeea2672bf1072dfc16eaaa19d47413c6d80169eae0b6cf357369147708f_amd64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_aarch64",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_ppc64le",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_s390x",
"9Base-RHOSE-4.16:rhcos@sha256:49a0f9c521e976290ba3a73a2688b57e99f73cff00ab03567ceaf2f386141f9f_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: Use-After-Free in libxslt numbers.c"
}
]
}
rhsa-2025:3172
Vulnerability from csaf_redhat
Notes
{
"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": "VolSync v0.12 general availability release images, which provide\nenhancements, security fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. 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": "VolSync v0.12.1 is a Kubernetes operator that enables asynchronous\nreplication of persistent volumes within a cluster, or across clusters. After\ndeploying the VolSync operator, it can create and maintain copies of your\npersistent data.\n\nFor more information about VolSync, see:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync\n\nor the VolSync open source community website at:\nhttps://volsync.readthedocs.io/en/stable/\n\nThis advisory contains enhancements and updates to the VolSync\ncontainer images.\n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in\ngolang.org/x/oauth2 (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3172",
"url": "https://access.redhat.com/errata/RHSA-2025:3172"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-19030",
"url": "https://issues.redhat.com/browse/ACM-19030"
},
{
"category": "external",
"summary": "HYPBLD-617",
"url": "https://issues.redhat.com/browse/HYPBLD-617"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3172.json"
}
],
"title": "Red Hat Security Advisory: VolSync 0.12.1 security fixes and enhancements for RHEL 9",
"tracking": {
"current_release_date": "2025-11-12T02:30:11+00:00",
"generator": {
"date": "2025-11-12T02:30:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3172",
"initial_release_date": "2025-03-25T19:58:29+00:00",
"revision_history": [
{
"date": "2025-03-25T19:58:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T19:58:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:11+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.13 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64",
"product_id": "rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.12.1-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"product": {
"name": "rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"product_id": "rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-operator-bundle\u0026tag=v0.12.1-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"product_id": "rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.12.1-2"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"product_id": "rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.12.1-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"product_id": "rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.12.1-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64"
},
"product_reference": "rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T19:58:29+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes\ndocumentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3172"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T19:58:29+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes\ndocumentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3172"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3763
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13.2 General Availability release, with updates to container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13.2 images and bug\nfix updates\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://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/release_notes/\n\nSecurity fix(es):\n\ngolang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3763",
"url": "https://access.redhat.com/errata/RHSA-2025:3763"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-18827",
"url": "https://issues.redhat.com/browse/ACM-18827"
},
{
"category": "external",
"summary": "ACM-19094",
"url": "https://issues.redhat.com/browse/ACM-19094"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3763.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.13.2 container image updates",
"tracking": {
"current_release_date": "2025-11-12T02:30:24+00:00",
"generator": {
"date": "2025-11-12T02:30:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3763",
"initial_release_date": "2025-04-09T16:37:37+00:00",
"revision_history": [
{
"date": "2025-04-09T16:37:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-09T16:37:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:24+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.13 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"product_id": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"product": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"product_id": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"product": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"product_id": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ocp-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"product": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"product_id": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-periodic-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"product": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"product_id": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"product": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"product_id": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-worker-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.13.2-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"product": {
"name": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"product_id": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"product_id": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"product_id": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"product_id": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"product_id": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"product_id": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"product_id": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.13.2-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"product_id": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"product": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"product_id": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"product": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"product_id": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ocp-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"product": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"product_id": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-periodic-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"product": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"product_id": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"product": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"product_id": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-worker-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.13.2-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"product": {
"name": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"product_id": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"product_id": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"product_id": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"product_id": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"product_id": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"product_id": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"product_id": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"product_id": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.13.2-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"product_id": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"product": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"product_id": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"product": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"product_id": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ocp-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"product": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"product_id": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-periodic-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"product": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"product_id": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"product": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"product_id": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-worker-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"product": {
"name": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"product_id": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"product_id": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"product_id": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"product_id": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"product_id": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"product_id": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"product_id": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.13.2-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"product": {
"name": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"product_id": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"product_id": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"product_id": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ocp-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"product_id": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-periodic-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"product_id": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-ui-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"product": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"product_id": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-flightctl-worker-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"product": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.13.2-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"product": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"product_id": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"product": {
"name": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"product_id": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"product_id": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"product_id": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.13.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"product_id": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"product_id": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.13.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"product_id": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"product_id": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.13.2-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.13.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le",
"product_id": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.13.2-1"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.13.2-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x"
},
"product_reference": "rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64"
},
"product_reference": "rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x"
},
"product_reference": "rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64"
},
"product_reference": "rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64"
},
"product_reference": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x"
},
"product_reference": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64"
},
"product_reference": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x"
},
"product_reference": "rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64"
},
"product_reference": "rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64"
},
"product_reference": "rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64"
},
"product_reference": "rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64"
},
"product_reference": "rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x"
},
"product_reference": "rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x"
},
"product_reference": "rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le"
},
"product_reference": "rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64"
},
"product_reference": "rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64"
},
"product_reference": "rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x"
},
"product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64"
},
"product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64"
},
"product_reference": "rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64"
},
"product_reference": "rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le"
},
"product_reference": "rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x"
},
"product_reference": "rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-09T16:37:37+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3763"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:6ebebbd2366e1f3f36b731bb9ec3fc01efdf99ca8084a1e78194a3f42bf615d5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:81fd3baada84f7746779bc3a66068b4aec9f1cb9fe29adc656e65b116c5bc099_arm64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:a2e706586a41dee7bf197285ddb55e53518d422f26e30513230aa1afdd45fdc9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cli-rhel9@sha256:d66e52fe1dd282495c4b27835e9c436c4b496baa466e79eb1d265d69276cb0c9_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:38b6ebad041fbbb5de69266f7b7244da52d0f792a9a7c4d9d5060a5f2cc7a067_s390x",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:e9d407d057345cc791fe236503e3ac8ed972207547516a56afd94aed1e5b1df8_amd64",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fb6812fb983a8da953808a741236469a74fd29c783fc83ca185805cf7528c414_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-cluster-permission-rhel9@sha256:fe07efb8126ff157dec02140ab4ebf13de33fe60426bf7944f0169688ac4a7af_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:419bc1dbee84c14e1c4ba780c6074f758444e9bfe765cb60c7e286aa8b71137d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:89e86a287765aeb4559083337b599e1f3bee2d3a6c3291e338b84317dc191f52_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:a7808263a7af1acb19d3124a1b862985f9c731a0b61996a8669062a3ceaa36f8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-api-rhel9@sha256:ea1930c1f8577d3ceca1dd1f8cd808097cd8f6aee82069d719ab32dce62daab6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:22c579580a103daac825121993a9cce8a6a98be387c9007e95d5b90ecfe6bf18_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:2423ff4a435fa488bec49c6b9a90c4f2bc24786b78021ce1099050353587f129_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:403a4969c612fd4e88db4372174ea9ebcffc7f0e93a24c8f8724275f1b14ab32_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ocp-ui-rhel9@sha256:988676c953597b9f5f2cba839fc094dac56c3f04155a707e8e484ab96f28015b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:2f1c46fbb17b6c8104ddeaa4dceb391e0bf14bc28398838a788aca6ebae0abf2_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:3c1cc62bf80917940da8c941e18e0c410f186962e57703a07b8d8ebd82967612_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:bd1892a2051762c49a1d2cb0c0dedf9e554147993e2ce1912fcd79c668eccf1d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-periodic-rhel9@sha256:d73a5c28ac53c7735c5bb1e962a3abdea42ab48b0a6e26a964c0ea9f54c40c32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:dc25fc4eb7013e5434a81b32f98ba31e66bece204c5ac82bb4569df23cbd05d0_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:e0704d95516cbdec0b52529055e72b1d49466b361b6c3246cba1e0e7cc24a1c3_amd64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:fef86baaeb027e7dc1609f74d9514bb54be7cf7d8d44c5064c40061bccade0d3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-ui-rhel9@sha256:ff5b03ab4affd67cdd8a46a05f4cf87fdd1e70206231744c57e2929fa3da300d_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:1b877aeb31ea59c05454776e2bb726d1861fbea2f75a358ab8b3bc42627f8be3_s390x",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:a9a1dfe2b744488e1fe142e0953e4d6d3445ae0abef61c5145fe59eedd9eccd3_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:be4c71e57459c66e36b0e67ab2357ebb2ad22f3e630121f55c3b1ad240568a31_arm64",
"9Base-RHACM-2.13:rhacm2/acm-flightctl-worker-rhel9@sha256:dee72b8744259168fcf01c9030f2ca7724c7573bdf8eab767bd64ff25ced383e_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4498ac97ac9eb1b08f2a2b4cb23a323e3e7ecd6406c9f04b49126ade23e86200_s390x",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:820a1ed89816ea8eabd50e3228d6d1df2b4de20523c32814223ef2ded2530049_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:da1ae4772a87174d75ce6865cd3d2ae953510ad85ab16c5aebfa4af53b289fcd_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e7a94562428c857e0d8ba2373b8abc1c129d0c7a68c31d2428c157df845524f2_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:377a27bf409b0100d9de4d17217d9acd342984f788cf1c49891f59aa21dd9ca5_amd64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6710f0af6aa13c930a5d0880123fbe9d00e96ab7b322dd3573b2b3f5f031665d_arm64",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7342919e2df56841c79b7ce5a679df57e75de5071e0f8a5becbc5d23e6966fc6_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:cb598760fe9cb9d441cd0f379b7c1e17f78f329327326b05bece532ab5920b8f_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:049b6fd81134f75cf9dde17e7181308afcec89885e3f2cfbc56a005ba33e0ff9_amd64",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:67effeeb93c2b4e1ef33befff1a61ba0b0b62d46d3826eb360083c535b98cc70_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:bd4d0788e3c01b83d18fa08b67d1d28cc96bbc304bc640d501d66b7c2b9480ee_s390x",
"9Base-RHACM-2.13:rhacm2/acm-grafana-rhel9@sha256:f308dbbd798c3b59090c19b68cd45566a287e5a20d965e5edf2cbea7e26d6dd4_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:22ecead0a259139ce2f4cb51864ed7667f97184a2c98aadc249ed4620b7ca032_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9a42f4e7ae20444f0f1e2807f3264f0f1214f1331f70a06216cef82df3efcd3b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a24513371ce9e48f346cba73ea621bccf8b17455742fc55b3b5538e635062e2a_arm64",
"9Base-RHACM-2.13:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dbe8d4ef22752ac1d8775e10799ab298be83123c9b18f417ce7548147df77849_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:324fceb7eb2c761896723d6eebd04c1a3cc38cc5c91ee4a890b68ec6a07a2cfa_s390x",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:3a2043fb8e16b139eb78750c99e22d408a1f27393ffc77e028db5458c95c7dd1_amd64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:8fafe1f3919700fa6d3c451e4c4a1353fcdb2ae6ce716214873978b82d9c38d8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-must-gather-rhel9@sha256:98cdb0a3147979c4c6e46bddffe527700eaf3314157119e61e825922e00c46b8_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:693575f68b88a15bb16044f5c10d9ddd123b8b21efe63fc4836738649afe5dae_amd64",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:817fec26973e4b6c7cc0e652dafe1949ac358e6f451c734b69f0a91bc7dcc2ac_s390x",
"9Base-RHACM-2.13:rhacm2/acm-operator-bundle@sha256:e3f68fbc113d66191126d2834ebb27813c7520bac412be1b148490c53420feab_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:08e2e5cfaab8e8be79981d7fc50a2aa96662a8365bf086d77536ee3a980c743b_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:575bf28452ac81f821247dea56442aba6162eadd1951c0129ed701c85ab30ac0_amd64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:bd0bb022680aaa72d2b7e3d2ec23e9aaa67a9bb836000433e109c0c5410466b3_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ddd2202b316afc12fdd620f830089efe13c684356953888a840f2fdf8c26d09a_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:3080fcb2ee853b53e3715ebc92e02918625dc8058a09820a587392d944860df5_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:dbd6bbaa36ec93e0c5da07248e293b77f5cea6bc434faa4ae27557948718b993_arm64",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:ed54a02970230fd53c1f62ec766abf709068491c5dac020d467c329a2c74501d_s390x",
"9Base-RHACM-2.13:rhacm2/acm-prometheus-rhel9@sha256:fdc1834f227f1e0080f1738043fc02d600cf068e6382d720bee811be2d37c65d_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:2e34ef23b863e8d6f536030ded8821d4bbb0167d099677d91d334cecb84aa800_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:412b6881bd138189f68c37e809702dcc6989477c6286b22ee5c60ab8a8762013_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:42e633ba7c917860cf5410d0ff10cec47ceaba6047070c708fd57dd1b4a175d4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-indexer-rhel9@sha256:892bec6bd91ad2833d50cfe79dc9db1c89e0eeb1e1dd14ba5292252bbebe82b2_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:32c5a6e98ad819e28c8b385dd77d4c5173e3feba2f9ac6fc2964da1365e11699_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:51ab015c41c72831093375727daa8242e64cfbfef6976703fca39d7334bc02d0_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:7409220a39228385bec98578926d9b52c1b7217babb9b736e26ffb9423960a12_arm64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-api-rhel9@sha256:8c9757e09f4efc161fe7ff025d5521ab0e2c34f3e5b32e18c464276f93497838_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:4225802e3b63a7a91671ae72862941c700c889e2cca171dafd6b6577cd7772cc_s390x",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:476a2f7ab611a6c692d6da10daf1d1d0dd3741691d34ce4b3c42188180660522_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:65eb3d40f2a7f96b3552b2f141bdc953d9c669d4443027b4fad0174419a8bb8b_amd64",
"9Base-RHACM-2.13:rhacm2/acm-search-v2-rhel9@sha256:744ac1abe4d6259353a8be39f05f3aa414f7ccdd29825a50a5b9410b0b03cb32_arm64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:0f61e26a65cc868cfae96ec9c11b52d0f276944720b64acc06a3794456be07ac_ppc64le",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:90961208b06005766e6528d6f134e1bfd9288ac0c6e92d6f4413fb6f53875ba7_amd64",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:d1f1dcd9ee564f26901eab93686e4dad28f53ca7b0d8734f5067756f2c3e9c85_s390x",
"9Base-RHACM-2.13:rhacm2/acm-siteconfig-rhel9@sha256:fe516f85e2b0f12aadbde26decc219aba4836cda0357e000a8946c7382d9cee8_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cce986bc6513685ae3dd0ad6440bbded12a3716857fb0ddfdccd821512cb47_s390x",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:42f564a1359e7071798eae6d227369ac486caef12125effd0c9ee9e8aee782e4_amd64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d4f260d39f937bb23e4e7aeb8947a9b8f0a532299de400020fa3eb771df3146_arm64",
"9Base-RHACM-2.13:rhacm2/acm-volsync-addon-controller-rhel9@sha256:f3a07dcf1f0693e54b786a864f714cba6cc21e44db8f63a668be7cdb2479cf92_ppc64le",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:4a74436837ec76b8b601fda9f842ff4461fb637bfefb588dc6c71a6b93604ead_s390x",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:577a8437d295103030fcb08af1eb1df8e1880b11cbf2e5325a1e053aeb16e9be_arm64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:6c894fe19f498a6b046e667476a4f17b3626352adf8382417b3378581fec900d_amd64",
"9Base-RHACM-2.13:rhacm2/cert-policy-controller-rhel9@sha256:98c1cb5f5a53bcf0b840618a5a84fc3b2cae6c82a4f7f4e444d4fa1c12ed3ae9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:60d00fc94de3efb26483fe2c6700d8dac19a3af4f81e0389d73bd32265231a4e_amd64",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:ce4790cabd083ea4fe4254cb69e745e0092ae164a93e751e63610e525c7c24b9_ppc64le",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:dd05624aae870fc45a06c172e701b247d18889972002b399030823b4390ea958_s390x",
"9Base-RHACM-2.13:rhacm2/cluster-backup-rhel9-operator@sha256:f72d248ab6dbc745603d8ea191caec370cd692a926e8b89c239c6774f952dbc5_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:2b640eddd7c1bb75ac3ce57200e9bbea982ed7fd1a25f871a46d7aa7ed9d2fa1_arm64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:35b4de450a7b1b7aa6b1547de511b497c652a48171b4f9528e8886e668a9303f_ppc64le",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:d82d4ee36370f6f14d34b544debd5b4b0d5c807f40cb3abdb20d655df2db76a6_amd64",
"9Base-RHACM-2.13:rhacm2/config-policy-controller-rhel9@sha256:df12ee0a3b5f032f0bcaa534039ae85c48530f37d64fb87f5c27e431925b8fa7_s390x",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:009903500c1d925a9c61f9b2f55382f654e5f818b9f3e011f702fb7f59767b6e_arm64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:108ea26e502a2c36ed0c5cb79ed97f6cdfe534ce90d50b4f09fbe8855e5699e3_amd64",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:8a83f9e9797427e8577d2d6d079c15a3b6322c904afda16faf614413b6359e97_ppc64le",
"9Base-RHACM-2.13:rhacm2/console-rhel9@sha256:e59d48d59ed2252efc3c750768cfc4ecd1d152e02fb8242e072a8cb6d06facb0_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1a27b738156407b1e12534c25d13c09e3c69ec1752869455d43171407ba75b03_arm64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:48f736f72525b8c9438dc48a48617bac1556e20e9ce805277caef6d40c7c75d4_s390x",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d2e4bdf3e35cf8a3c43c2700f89ad696a211ee172266fc2e98b109b2b4abcab_amd64",
"9Base-RHACM-2.13:rhacm2/endpoint-monitoring-rhel9-operator@sha256:54960b9eb540b781b5807810005c566160388905ee6fdd803eb088421bc7cb44_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:30a8687b3aa9b4f19e7ce63e6e723ef85f52731dc4c8bf2203074a0c2fc8ff43_amd64",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3438732d5068a5f2cd2d9ebde77de2ccfcbbf6b2de3fe4b04224bc2801a5c2ad_ppc64le",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:3aad57043a590fd6cf08c5ab51e37642a76db8fa4851b3ddd41c48ce7973c725_s390x",
"9Base-RHACM-2.13:rhacm2/governance-policy-propagator-rhel9@sha256:ed433e3d93f0b23032134fb72a93f8cefcebd887aa84bcd569c6828c9565c5cf_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:0778132113a395f36b62605e1e965bac84adc9e714542dbc154ba1c874a9bae1_amd64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:5763160676c09be80ab143cb68cf7e3b1fc5846ae0a4d6b22bbc2315c8bccef0_arm64",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:8c6f54dcd1d1947b82c05d8c252e0e38f5808548696d3d5ca28f8d8795b514c4_ppc64le",
"9Base-RHACM-2.13:rhacm2/grafana-dashboard-loader-rhel9@sha256:bba1c021e620a4e2178de381869059a42641c389b5038ea4451bf0e1bd7e3694_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:087a570c406deaa3aa0e9b952674784e517038fcebf49d9fc1e596efe20b5861_amd64",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a423e44afdbe0fb6150838fe92475f0bae0a90db34dea3e210682ad7bfa5ab35_s390x",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:a507ccc12a06dcc8e987f684d98f7b57063a7f5fa8e7c3d553b81b9cb607fb25_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-client-rhel9@sha256:f495f321a52040e16d31e20f8df098aaa75c01d207f56dbfd835f67673154932_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:2f9fa384e2cd5e9533ffb7fa0cf6b68e98172f38bd5f752711ace72bd39d269f_ppc64le",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:5fcf59853d43e02e981f3c2c536b1fcf4282b087884be82f2dd659bdfe7d9749_arm64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:720ba314bc67649280a11850ee2e3b6498feb23d1a9fab7a587ac27b731b17ad_amd64",
"9Base-RHACM-2.13:rhacm2/insights-metrics-rhel9@sha256:9f1dbd699494de2f1bc25b6402a93b7b4e23856b3c03a23faf2fc2aa849f2785_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:55ec36f5b041009f0af3b12ab5a105794c63a6b7612f9b74251074a5a3c60ab0_amd64",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:b4829547800e8f4b8010df4b932fa42b6849188093afd8d2e0055179a999fcac_ppc64le",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c31530fe47a0a37925caeb0a871a5e854411b21a45323dcb6a1e508cf1fc0625_s390x",
"9Base-RHACM-2.13:rhacm2/klusterlet-addon-controller-rhel9@sha256:c9b368d4f0cbf2a59a7c40291c7bdc994494fbd6c4daec413a4930db60eac188_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:91e0326a41631bb7ecf62b8da401f77171a8bd4d23c4eecc8dc5d2217844dcf2_s390x",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:c7d2e2e3372d7770c94fab2670e84181c671082812676d4b6dd8d79ba214dddb_arm64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:ddd037e875b20119188be4407171ba22f0906bc9368df194d50fa1de21e7f113_amd64",
"9Base-RHACM-2.13:rhacm2/kube-rbac-proxy-rhel9@sha256:f5e655ec3174a173499fd9dfd8a7a8f06f2b63ef66539c7caa9ddf10cd4ee2b0_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:3c9ac5627159c031fd3d05d803da90af55dd06ae7f65c4cd33a1ad7fa6c31276_ppc64le",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:666fdd6b734f3abe1aa72b5cba8904859047c10c77c698973c7879d74adb1978_s390x",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:70201aabe8bf015c38a5ea6cb5933abf1ee2214ff168cfbb62180378a96a39e6_amd64",
"9Base-RHACM-2.13:rhacm2/kube-state-metrics-rhel9@sha256:97316348c81cc2a7ec95d1829be8f07861deddf1a0b8b311218350925ed273e1_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:718f34b1ee6bdf5fa54b8128174b95b8706c54d9123f69c5595b929cc2d1eff9_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:c4c55dd77e6d5971586b70187d6c44bef4ce3f27148bca575c9f3fedfd4aa77f_s390x",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:d6b51616d5a3964e28710c1a4aa3953dff1a2391f9fa8e00860d72a279cf01cd_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-exporter-rhel9@sha256:dbfb179bc6eea0817c27c1076726bad19286d6dd41baf560ac5ae78bdbc791cc_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:15f94a2a4bd0511757025d07f2973ee2f4122a4ce4a27b50fa3a774dd3ad42e0_ppc64le",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:29f0633f8bfac854cc9c84fd2706bbdd7e91dcef13795d97e5b4faae97f9b91e_arm64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:31b623cd1fc8d349478b5c323f2a45a099d1caba755cb349bb1ac572a2547139_amd64",
"9Base-RHACM-2.13:rhacm2/memcached-rhel9@sha256:5ae742187910ccad292cec27be2953458a6495eadfb9bff59f60d461239c773f_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:18c507873dfeba9d95e6966c18c0ce97ed774675e38a9c11939d4dd58260eb9e_arm64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:8aa2d393c8cbd00c7b34a64d5651b69d5724e1393597994893cf834e17c4e086_s390x",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:9632b76e4cdb960cf89af1701da6bfb24614af45cba12428f8149477f0519846_amd64",
"9Base-RHACM-2.13:rhacm2/metrics-collector-rhel9@sha256:a609fbc42ac2c2b078f19ddc755632770858a3ae627c7a6f69f709b739c59eca_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:1b3c6957febdeec874831d1ab6688356238a4f464937c3a264840daddff660bb_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:5751db72e0b8ba1771956de7cd36e6f46662a98871f8ff016e6e58cab02e3ab0_arm64",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:be7e63a648a2d7f1527673366c8bcf8088a3e458965447c4b0cc9d7c1869874b_s390x",
"9Base-RHACM-2.13:rhacm2/multicloud-integrations-rhel9@sha256:deb5d296382a26bfb64557e154c309067949fd1d0a06e640a3cdcc3170aa081a_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:24d2280e098749992b535b164fc1c184292d1616f5df2deb2ecbf8d33196830b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:7df31b1938065d3f0dabc2a7a24750e7ce898b89b5978e74cc9556822ac45947_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:8785bc087b369f928ba8ba39ade385f936e68d3ef76e0070c45a7c5dcf5aa1d2_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-observability-rhel9-operator@sha256:c82651204f16bb06c1ca173ccc3685185e58fadb1e4060d22134cff9f147cbb2_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:0ba1372383181f1e29ab80bf5dafa04cc49a4eb144fffc6df52eb64bcd1ce6b1_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1745b172821084a9a2292d71b5fd4997161eee6dc8ed991a72581f7843b1dd8b_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:1a0ac185705da8ae9e5dab2f03084b4e3564fbe04e4296faf679cecc7eeef7dc_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-application-rhel9@sha256:fa28f26e29ec8b64fb741a6f8e680237c27cc819652f0b6c3454916d4c2a3123_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:4bc6f763c2190f4a31a0b9b53d0b69d02f778a46c9a17d8edb068bdd2d56ed8d_arm64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:6983cace921bbfbef0a8514a283cf375741ae6b390e2a2ed50180d4af8d47600_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:a5ef8bd35816da8bb2ae2fd01cf40cbcc930d0a43e0ab611d1a97542c322eaf2_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-channel-rhel9@sha256:c3dca1306ade3b14693c85f4f2100c2c757a6f68456cb521a0583b15eed20ea2_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:312a68deb5f21e95e900dc2282aac287b4665b54ef994a9cd9a62c794a447217_amd64",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:44ffa18291e8f8ebeceb5630d567843ca1ca320583ad8eb599969edc1e113152_ppc64le",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:7a5e7d9628e290732ad3424327eaa13d6b4f3b84dd50281d513c9d52a2cdfb1a_s390x",
"9Base-RHACM-2.13:rhacm2/multicluster-operators-subscription-rhel9@sha256:857b27997154a92b0d61444028b918733620383e8acf16bacfb24dd2f2171763_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:55858652bdb7998c36729f6c5e699d056a38b5dc29c4c7101abd36cf60481512_s390x",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:868c71623fc3e6560992fb06816db059c016d05392025a4ccd30a195b5de6586_arm64",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:89243b2db4b785a41dadd9065ba6c519a1f8b100005d0a75e1ed3bafa4353ce4_ppc64le",
"9Base-RHACM-2.13:rhacm2/multiclusterhub-rhel9@sha256:ccc8cd9741ad929774d3732efd414a6c0dc8d1a068c503e19d9d24b1d900d20a_amd64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:08eaa1ec0271587cdc437db82a1f6611f4a1d46d803108ea17065fac5ba112ef_arm64",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:539396feb9b1e99cd222d6886ef9b6291bc154f71287d260336cb0000558bf5e_s390x",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:a2f5357b484ee714bebc43c54eef85045df5be13727409ebfd6e29f898cdc250_ppc64le",
"9Base-RHACM-2.13:rhacm2/node-exporter-rhel9@sha256:ccb7de2248fa9ff381a64005e1ee99f052d5c4a2d92509b4a02d7f338492e0b0_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0c33b6c9d1181f1f59a1efcf2e8bbdb6c183d83f57b6e01d0458f8a0a526f043_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:0d3380cf814316a464d9996f64d11a9aa0381862d8cf6a3aefe8c8b79169914c_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:4e0026013283fd8e85ad6061bdd540e0227de20e1e7d8681d8e1559a1a857eb3_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9-operator@sha256:5ba5681d4b81308b3ca2beaf88427f39d54a1f383462272c8498f6fb13adf65c_ppc64le",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:20b1b278a79a2ccdc38466fabc905ccbe06b00ba6f3e6f20904f65c6c4ee694d_s390x",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:563763107eae935e31e350d00f241433ddb989e582a0892bb4711cddc0f6368a_arm64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:7bf60b9400eb8918f2dd754a7a7124a633a5c8c3c6101bee3dfa74f73d1e768c_amd64",
"9Base-RHACM-2.13:rhacm2/observatorium-rhel9@sha256:aa676dfff983df4b7592358cd37e1aa7df0404c6772468c57ba1103706644669_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:0c1bc55652ae7dfd541e7f2b757c50b04d4360f6f6a19a458a10e818f66278e8_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:2f5b156f754dc13805c9cbdc6c97b899c022cc272499f4143f272e85110270df_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:ace754a4dca5abdade0613b528ea2f25cbfae7aebe9e5cc79111722230fd1615_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-alertmanager-rhel9@sha256:db2fba7e9af8391d4efd8376ee8e49120c1d220be6866ed12f516d5827917a55_s390x",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:0bdcb7796d4ad0471abae04d1434dccd33504511c633b32cfd4fe067bdfcf3ce_ppc64le",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:2a9b7c1772931219f297bb64319a0df3e3b5e14eadefe3ec7780c750172c1565_amd64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e581ddcd0a40b53b8f0ca8f19eefc3f2c828b602f9cbe34f2539f77eb46f641c_arm64",
"9Base-RHACM-2.13:rhacm2/prometheus-rhel9@sha256:e6796abce6859cca6d3412bce4a151aeb98a752e165c701b4ce8e4f29a991b77_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:127becaaf4e3e8fc9f711878f7ada3485f3546ea59d7e22982f9b30dfe909e58_ppc64le",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:264a622bf7c9a95f669a43542a8a92e51c22b70cf722028914f7efce09bf5822_s390x",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:9bf01dc59cf98ad8333e472ad69411b366baa4110abaee8fa9f264322dba5423_amd64",
"9Base-RHACM-2.13:rhacm2/rbac-query-proxy-rhel9@sha256:cbc19b0655247ed956a376b265c6d0b8607dddbb4f8c6ab37c6bb1c7f125db4b_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:8fc74d77a2716bfe3a07c3177f4bb74255f7886245d9fb77513ba7d16ad214fe_arm64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:905656ce60dcaf4baac1301b2ee5e73bd3c86b6751cf48345da7e1ab0ac97970_ppc64le",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:a77192dbda981b8442f00f4aa0bee852428a87e8a24df7bb28c2aaac52a28070_amd64",
"9Base-RHACM-2.13:rhacm2/search-collector-rhel9@sha256:f8ab796aa7c25e8852700ad0984ffaef8800758759d93a1d835af2da0762e045_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:ac3019a6a9137a476f6f53b0135eba135e9ec943f0a9db74cbce2bcf1d87abaf_amd64",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:d8f3a81c9e391614d9a3132f26d4274e469b0dfb31cd053f4771f1f7ad0c6234_s390x",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:dbfdf41f500c20dae18392aeeedb6c343153da51f8cc291f1c92082870ef0342_ppc64le",
"9Base-RHACM-2.13:rhacm2/submariner-addon-rhel9@sha256:f4b3e7f4f0d8b7fb9ab8c985790bce55e5df1bec13d694c3d74fe4eeef24e438_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:1233e873bd07698f8ec8117e63d452da35407db22cdce3d55d84365ed2123a3e_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:32e8376518b4a3de7c011d7896210327d69d10b50bc7bc74f411747d42d35d68_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:9bdf6a26f9179e25741e9db29bbe9167ea290b23124efd3b50394d01f3415d38_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-receive-controller-rhel9@sha256:e8c798379920a7b0e0c113a05c4536e4b030f9b224bdbf160267647bcf63cb06_ppc64le",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:0f778c0b58440af2b5391d4d31ee85620eee395662a7e813eac23f8b97798df3_s390x",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:28d268cd733a49c8cb301a6e2de1468ed8df93300faaa899d6d8c806677ae2a3_arm64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:645ab50d4997007c45cadbf6cd69e13d9b629c70104ccefab2f5cfbea6817b97_amd64",
"9Base-RHACM-2.13:rhacm2/thanos-rhel9@sha256:956cff4c851072e306d81fa8071f4869897673ae9cf3ed055347828d21c5437a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:7702
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.14.52 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.14.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.14.52. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:7704\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nSecurity Fix(es):\n\n* grub2: net: Out-of-bounds write in grub_net_search_config_file() (CVE-2025-0624)\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\n* libxslt: Use-After-Free in libxslt numbers.c (CVE-2025-24855)\n\n* libxslt: Use-After-Free in libxslt (xsltGetInheritedNsList) (CVE-2024-55549)\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n\n* libxml: use-after-free in xmlXIncludeAddNode (CVE-2022-49043)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7702",
"url": "https://access.redhat.com/errata/RHSA-2025:7702"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/",
"url": "https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/"
},
{
"category": "external",
"summary": "2342118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342118"
},
{
"category": "external",
"summary": "2346112",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2346112"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2352483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352483"
},
{
"category": "external",
"summary": "2352484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352484"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "OCPBUGS-48196",
"url": "https://issues.redhat.com/browse/OCPBUGS-48196"
},
{
"category": "external",
"summary": "OCPBUGS-52413",
"url": "https://issues.redhat.com/browse/OCPBUGS-52413"
},
{
"category": "external",
"summary": "OCPBUGS-54323",
"url": "https://issues.redhat.com/browse/OCPBUGS-54323"
},
{
"category": "external",
"summary": "OCPBUGS-54732",
"url": "https://issues.redhat.com/browse/OCPBUGS-54732"
},
{
"category": "external",
"summary": "OCPBUGS-54991",
"url": "https://issues.redhat.com/browse/OCPBUGS-54991"
},
{
"category": "external",
"summary": "OCPBUGS-55193",
"url": "https://issues.redhat.com/browse/OCPBUGS-55193"
},
{
"category": "external",
"summary": "OCPBUGS-55427",
"url": "https://issues.redhat.com/browse/OCPBUGS-55427"
},
{
"category": "external",
"summary": "OCPBUGS-55942",
"url": "https://issues.redhat.com/browse/OCPBUGS-55942"
},
{
"category": "external",
"summary": "OCPBUGS-56046",
"url": "https://issues.redhat.com/browse/OCPBUGS-56046"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7702.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.52 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:34+00:00",
"generator": {
"date": "2025-11-12T02:30:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:7702",
"initial_release_date": "2025-05-21T14:54:27+00:00",
"revision_history": [
{
"date": "2025-05-21T14:54:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-21T14:54:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202505140038.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202505140038.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202505141106.p0.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.14.0-202504281009.p0.ge839a4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.14.0-202504281009.p0.g87eb83f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.14.0-202505141106.p0.g7b56c30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.14.0-202504281009.p0.g1b194fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"product_id": "openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202505061308.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"product": {
"name": "openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"product_id": "openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202505140038.p0.g1a760fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.14.0-202504281009.p0.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"product": {
"name": "openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"product_id": "openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202505140038.p0.g61448fa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202504281706.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.14.0-202505010337.p0.g6e593e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202504281706.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.14.0-202504281009.p0.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202504282038.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202505061707.p0.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202505132238.p0.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"product_id": "openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.14.0-202504281009.p0.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202505050939.p0.gd055665.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"product_id": "openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202504282038.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"product": {
"name": "openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"product_id": "openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202504282038.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.14.0-202504282038.p0.g0d48bf3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"product_id": "openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202505140308.p0.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202505061308.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202505081737.p0.gaa342de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202505081737.p0.gaa342de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.14.0-202505140308.p0.ged1a80e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.14.0-202505140308.p0.ged1a80e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"product_id": "openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202505140038.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.14.0-202505140308.p0.ged1a80e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202505140038.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202505140038.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.14.0-202505081737.p0.gaa342de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202505141106.p0.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"product_id": "openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202505061308.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"product": {
"name": "openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"product_id": "openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202505140038.p0.g1a760fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.14.0-202504281009.p0.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"product": {
"name": "openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"product_id": "openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202505140038.p0.g61448fa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202504281706.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.14.0-202505010337.p0.g6e593e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202504281706.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.14.0-202504281009.p0.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202504282038.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202505061707.p0.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202505132238.p0.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"product_id": "openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.14.0-202504281009.p0.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202505050939.p0.gd055665.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"product_id": "openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202504282038.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"product": {
"name": "openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"product_id": "openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202504282038.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.14.0-202504282038.p0.g0d48bf3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"product_id": "openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202505140308.p0.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"product_id": "openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202505061308.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202505081737.p0.gaa342de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202505081737.p0.gaa342de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.14.0-202505140308.p0.ged1a80e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.14.0-202505140308.p0.ged1a80e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"product_id": "openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202505140038.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.14.0-202505140308.p0.ged1a80e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"product": {
"name": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"product_id": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202505141057-0"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202505140038.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202505140038.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.14.0-202505081737.p0.gaa342de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202505141106.p0.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.14.0-202504281009.p0.ge839a4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.14.0-202504281009.p0.g87eb83f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.14.0-202505141106.p0.g7b56c30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.14.0-202504281009.p0.g1b194fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"product_id": "openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202505061308.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"product": {
"name": "openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"product_id": "openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202505140038.p0.g1a760fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.14.0-202504281009.p0.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"product": {
"name": "openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"product_id": "openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202505140038.p0.g61448fa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202504281706.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.14.0-202505010337.p0.g6e593e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202504281706.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.14.0-202504281009.p0.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202504282038.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202505061707.p0.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202505132238.p0.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"product_id": "openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.14.0-202504281009.p0.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202505050939.p0.gd055665.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"product_id": "openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202504282038.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"product": {
"name": "openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"product_id": "openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202504282038.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.14.0-202504282038.p0.g0d48bf3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"product_id": "openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202505140308.p0.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202505061308.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202505081737.p0.gaa342de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202505081737.p0.gaa342de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.14.0-202505140308.p0.ged1a80e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.14.0-202505140308.p0.ged1a80e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"product_id": "openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202505140038.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.14.0-202505140308.p0.ged1a80e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202505140038.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202505140038.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202505141106.p0.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"product_id": "openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202505061308.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"product": {
"name": "openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"product_id": "openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202505140038.p0.g1a760fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.14.0-202504281009.p0.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"product": {
"name": "openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"product_id": "openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202505140038.p0.g61448fa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202504281706.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.14.0-202505010337.p0.g6e593e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202504281706.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.14.0-202504281009.p0.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202504282038.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202505061707.p0.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202505132238.p0.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"product_id": "openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.14.0-202504281009.p0.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202505050939.p0.gd055665.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"product_id": "openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202504282038.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"product": {
"name": "openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"product_id": "openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202504282038.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"product_id": "openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202505140308.p0.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"product_id": "openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202505061308.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202505081737.p0.gaa342de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202505081737.p0.gaa342de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.14.0-202505140308.p0.ged1a80e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.14.0-202505140308.p0.ged1a80e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"product_id": "openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202505140038.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.14.0-202505140308.p0.ged1a80e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"product": {
"name": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"product_id": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202505141057-0"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"product": {
"name": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"product_id": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202505141057-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64",
"product": {
"name": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64",
"product_id": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202505141057-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64"
},
"product_reference": "openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x"
},
"product_reference": "openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le"
},
"product_reference": "openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64"
},
"product_reference": "openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x"
},
"product_reference": "openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le"
},
"product_reference": "openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64"
},
"product_reference": "openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64"
},
"product_reference": "openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64"
},
"product_reference": "openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le"
},
"product_reference": "openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x"
},
"product_reference": "openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64"
},
"product_reference": "openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64"
},
"product_reference": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le"
},
"product_reference": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x"
},
"product_reference": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
},
"product_reference": "rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-49043",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-01-26T06:00:41.448197+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342118"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxml2 where improper handling of memory allocation failures in `libxml2` can lead to crashes, memory leaks, or inconsistent states. While an attacker cannot directly control allocation failures, they may trigger denial-of-service conditions under extreme system stress.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml: use-after-free in xmlXIncludeAddNode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as moderate instead of important because memory allocation failures are not typically controllable by an attacker, limiting their exploitability. While improper handling of malloc failures can lead to crashes, memory leaks, or inconsistent states, it does not directly result in privilege escalation or arbitrary code execution. \n\nAdditionally, in most real-world scenarios, failures due to memory exhaustion occur under extreme system stress rather than as part of an intentional attack vector.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-416: Use After Free vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure that only authorized users and roles can execute or modify code. Red Hat also enforces least functionality, enabling only essential features, services, and ports. Hardening guidelines ensure the most restrictive settings required for operations, while baseline configurations enforce safe memory allocation and deallocation practices to reduce the risk of use-after-free vulnerabilities. The environment employs IPS/IDS and antimalware solutions to detect and prevent malicious code and provide real-time visibility into memory usage, lowering the risk of arbitrary code execution. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of denial-of-service (DoS) attacks. In the event of successful exploitation, process isolation prevents a compromised process from accessing memory freed by another, containing potential impact. Finally, memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) enhance resilience against memory-related vulnerabilities.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49043"
},
{
"category": "external",
"summary": "RHBZ#2342118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342118"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49043"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/issues/17467",
"url": "https://github.com/php/php-src/issues/17467"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/5a19e21605398cef6a8b1452477a8705cb41562b",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/5a19e21605398cef6a8b1452477a8705cb41562b"
}
],
"release_date": "2025-01-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T14:54:27+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou can download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests can be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n(For x86_64 architecture)\nThe image digest is sha256:66bd4e160209b4e7add5514498c4889812b76fa2786d1219d7d2152eea1b4f1c\n\n(For s390x architecture)\nThe image digest is sha256:9a56729c25596d90c228f04d5e4b5080a3921a325e0c768da51b81b6a032cf07\n\n(For ppc64le architecture)\nThe image digest is sha256:078d5b2c3ce7ed409c454c01113e6171a8852f434069c1f8565e4a310b8e00b5\n\n(For aarch64 architecture)\nThe image digest is sha256:b1e60833e9535efa25a4e42efe461e6c0c9b7fcea4a499428bdee7577884f0cf\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7702"
},
{
"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-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxml: use-after-free in xmlXIncludeAddNode"
},
{
"cve": "CVE-2024-55549",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-03-14T02:00:39.884650+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt. This vulnerability allows an attacker to trigger a use-after-free issue by excluding result prefixes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Use-After-Free in libxslt (xsltGetInheritedNsList)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This use-after-free vulnerability in libxslt marked as Important rather than a Moderate flaw, due to its potential to enable arbitrary code execution or cause denial-of-service conditions. The vulnerability arises from mishandled memory in the exclPrefixTab table, which references freed namespace URLs during stylesheet processing. When an included stylesheet has xsl:text as the root and is deleted, the associated namespace URLs remain referenced in exclPrefixTab despite being freed, leading to a classic use-after-free condition. Since libxslt is a core XML transformation library frequently used in complex server-side applications (e.g., web frameworks, document rendering), an attacker can craft malicious XSLT stylesheets to exploit this flaw, potentially gaining remote code execution within the application\u0027s process.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-55549"
},
{
"category": "external",
"summary": "RHBZ#2352484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55549",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55549"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/127",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/127"
}
],
"release_date": "2025-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T14:54:27+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou can download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests can be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n(For x86_64 architecture)\nThe image digest is sha256:66bd4e160209b4e7add5514498c4889812b76fa2786d1219d7d2152eea1b4f1c\n\n(For s390x architecture)\nThe image digest is sha256:9a56729c25596d90c228f04d5e4b5080a3921a325e0c768da51b81b6a032cf07\n\n(For ppc64le architecture)\nThe image digest is sha256:078d5b2c3ce7ed409c454c01113e6171a8852f434069c1f8565e4a310b8e00b5\n\n(For aarch64 architecture)\nThe image digest is sha256:b1e60833e9535efa25a4e42efe461e6c0c9b7fcea4a499428bdee7577884f0cf\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7702"
},
{
"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-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: Use-After-Free in libxslt (xsltGetInheritedNsList)"
},
{
"cve": "CVE-2025-0624",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-02-17T14:35:38.127000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2346112"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in grub2. During the network boot process, when trying to search for the configuration file, grub copies data from a user controlled environment variable into an internal buffer using the grub_strcpy() function. During this step, it fails to consider the environment variable length when allocating the internal buffer, resulting in an out-of-bounds write. If correctly exploited, this issue may result in remote code execution through the same network segment grub is searching for the boot information, which can be used to by-pass secure boot protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grub2: net: Out-of-bounds write in grub_net_search_config_file()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security team has rated this vulnerability as Important, as an attacker that has access to the same network segment is able to exploit it once netboot is enabled in grub2.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-0624"
},
{
"category": "external",
"summary": "RHBZ#2346112",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2346112"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-0624",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0624"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-0624",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0624"
}
],
"release_date": "2025-02-18T18:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T14:54:27+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou can download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests can be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n(For x86_64 architecture)\nThe image digest is sha256:66bd4e160209b4e7add5514498c4889812b76fa2786d1219d7d2152eea1b4f1c\n\n(For s390x architecture)\nThe image digest is sha256:9a56729c25596d90c228f04d5e4b5080a3921a325e0c768da51b81b6a032cf07\n\n(For ppc64le architecture)\nThe image digest is sha256:078d5b2c3ce7ed409c454c01113e6171a8852f434069c1f8565e4a310b8e00b5\n\n(For aarch64 architecture)\nThe image digest is sha256:b1e60833e9535efa25a4e42efe461e6c0c9b7fcea4a499428bdee7577884f0cf\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7702"
},
{
"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-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "grub2: net: Out-of-bounds write in grub_net_search_config_file()"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T14:54:27+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou can download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests can be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n(For x86_64 architecture)\nThe image digest is sha256:66bd4e160209b4e7add5514498c4889812b76fa2786d1219d7d2152eea1b4f1c\n\n(For s390x architecture)\nThe image digest is sha256:9a56729c25596d90c228f04d5e4b5080a3921a325e0c768da51b81b6a032cf07\n\n(For ppc64le architecture)\nThe image digest is sha256:078d5b2c3ce7ed409c454c01113e6171a8852f434069c1f8565e4a310b8e00b5\n\n(For aarch64 architecture)\nThe image digest is sha256:b1e60833e9535efa25a4e42efe461e6c0c9b7fcea4a499428bdee7577884f0cf\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7702"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"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-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-24855",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-03-14T02:00:37.507344+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt numbers.c. This vulnerability allows a use-after-free, potentially leading to memory corruption or code execution via nested XPath evaluations where an XPath context node can be modified but not restored.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Use-After-Free in libxslt numbers.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The use-after-free vulnerability in libxslt marked as a high severity rather than moderate due to its potential impact on system integrity and availability. This flaw arises during nested XPath evaluations where the context node can be modified without proper restoration, leading to use-after-free conditions. Exploitation of this vulnerability allows an attacker to execute arbitrary code, potentially causing significant disruptions or unauthorized actions within the affected system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24855"
},
{
"category": "external",
"summary": "RHBZ#2352483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24855",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24855"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/128",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/128"
}
],
"release_date": "2025-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T14:54:27+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou can download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests can be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n(For x86_64 architecture)\nThe image digest is sha256:66bd4e160209b4e7add5514498c4889812b76fa2786d1219d7d2152eea1b4f1c\n\n(For s390x architecture)\nThe image digest is sha256:9a56729c25596d90c228f04d5e4b5080a3921a325e0c768da51b81b6a032cf07\n\n(For ppc64le architecture)\nThe image digest is sha256:078d5b2c3ce7ed409c454c01113e6171a8852f434069c1f8565e4a310b8e00b5\n\n(For aarch64 architecture)\nThe image digest is sha256:b1e60833e9535efa25a4e42efe461e6c0c9b7fcea4a499428bdee7577884f0cf\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7702"
},
{
"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-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: Use-After-Free in libxslt numbers.c"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T14:54:27+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou can download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests can be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n(For x86_64 architecture)\nThe image digest is sha256:66bd4e160209b4e7add5514498c4889812b76fa2786d1219d7d2152eea1b4f1c\n\n(For s390x architecture)\nThe image digest is sha256:9a56729c25596d90c228f04d5e4b5080a3921a325e0c768da51b81b6a032cf07\n\n(For ppc64le architecture)\nThe image digest is sha256:078d5b2c3ce7ed409c454c01113e6171a8852f434069c1f8565e4a310b8e00b5\n\n(For aarch64 architecture)\nThe image digest is sha256:b1e60833e9535efa25a4e42efe461e6c0c9b7fcea4a499428bdee7577884f0cf\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7702"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"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-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0400e3a56ac366267783941486eaa58970f2c27fa669c9eb325a290583320c13_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:380748fef1256dfba9ac9e35ecce9af5680bcb2598893c7795c3763bc4352a1a_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:96cd8144ed4c2cc0c9ce31d451f3dad354f409588d83f44fff00b99d6cb01379_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:b0b3665c4a0f736471c5d01f9a9c5eb1189c2fd0857c858d4d606010a5382a28_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63f035ff7e1c2a06acc9ad214d22bee3a6b84a6f507e91bd77e0e53a2048e0a9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8dfb2b50dcc5a0262ea022d1fb3a035ae827e0f5261ed4b70a06d9d514ac6b08_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:9f5a8f64e49b7178ad94a1afac240c140711486327925980405e640b1b25025c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c779577dd69cec9bc5396ffc65678d868f9dca39b9c16370ff0372b4d3632de8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0d5eb1083a40cd612f4afef5255c541f4e8d3312b4e1ec3c44a7279d364b177b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:1643f467e27bf0ce87c2e31b716c59bb6afb8c6efc317043af00d16e610b1631_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:422d4bdfdbb11f440f8df6524007261012409a43ed1989fd7e583b9756a4159a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f530c74a9209196f24686e6130b89e9f9c7ad2eb0c9df1148d04240047d3492b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:2c33cf18cb06787ea4c13364516b401cb23460237f03c8af80babbf29459abe9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b054b3905eda183b54d6ea427b9678120cac863d762a82463a1e5024d39eb9a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cd1ce337c69728e17259e35bb7fe06ac7bd43480bfdb61074e63c12a21971677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:effe4e27fc072a98156d562e3e746c0560b5a7dea7023200f64f5c156d7fce9d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:101a755582c4ba2fca974b40ace6f1bddfacfbfe7000e32c38e7357a28dc2e1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:bebf24f5c587fa1304181d221a8f54b2e1cae21139f59f37ee96d389886a5385_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c2e2104681d3a3bff5567686444a94fae69aa18f690f67733c666f57cece5af5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:e0db623f81592abe035f0de3fb4bfc44cf65cae166f17498b315ca7a4aed9d24_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:4c47f5dfc752b88489bfc71ec9a80fc0dd020d42134a119435b54535401d2c4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9c900e4de47d053425886eb0bf68254e2c064468cb0a4ca59c38bdc241e80a57_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:9ed2d6a1773b87d2342e873ffd07f30e5b3829c9e3695041e3f85111b7392b78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b799b3bf4bab3324c6658bb1442115d256725d00b8a3bdbdb4562b069c20b092_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:14c4ea4ae7a82eea762658a88550a4ae6c0bd985272733d102d76825db3d7608_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e777223e5dcdc90c07c973197b643ac8e1df82c3af1abd921a9625de8645b06d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:e80fdc374d5e13b47f1dce3a15c724909689c13dbd106c9e7963bf897f2e2d8d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:fef94adce4ec91f09ef8ed6c26b5f9bfd7864ab0d2a528d50fba71aa422da421_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:6c5350f14d98328f3bdc31899d533d165ec286af5b9b87f342aa2e9f7962e812_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:dfa7079fb274b65ce1da9e15d1954396f0a502088d932545a91fa7028e1e5097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:60646c9d41da86e547aa07b3d9d4cf0ac36920e6482f3bf2e85fea0a6f5c1b76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:683d38ca8fe78a26d806ec3c1a581ff3aaaadfcf5261975441c1cb3f52a9a936_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:8775e2308006fc7da461124e15254368cdf0de41a741aa01e59123ef75292e18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:c8f5ec082089f07a66ceeb18e076d6c88a9501214f51613f85424940dc010186_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:21fc47b5e2cf88cabd7dc31e019fabd57943923299e04915f563a558d25e23cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:8b9a66cca538d12a2d62dd48981651e92c9777a6e0de66b8504ec29b15367944_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:a81c8593c26400c7e0ccfa9ec8769f9f6a0727bf0d8cd3ee1a07f7e41b5b1a8b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:beb488115286f5a71130d332a5b7379693eb380e40a8d7213d48930ac7d0963a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:154bf743a292cd1c3dda755be398805d35084080172a66e2ebc484541b8e5a9e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:7e9724a1be8a7623775faa1a9904023d3bf80a1066a68656c86757662545d7a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:af81615783a5a786a23669737baa61e5b86f4c24a585aeb033521dec0b1de8a1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:d854c47f27931901891a9585c2c2ddc27d1fd659143d9a6f2403dd151975c3c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:03805917578eb3a670fa511cc321621526869bcb113a378fe3cb9d497c456445_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:199ba58f8c09088f99ef7fbae370022a1af8227c77ef66875627af2c8489af6c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43c0691e88733fd01f4b8645b495d57e8bea5fa9d65fbe7990362f96a35888c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:a704246d20f61d36d24d659b80df05f49f32758378c798138dc06fdd2543999d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:63960d64a499bbdfe377a5b67479e394ec241dbc421a8bffd986abba78fc0096_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:d9f48b2b8f0ed83b63e09d911a28e7f31694df1f82250504a90eab667930b18d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:f97e4a08cfb8510e0693cc2b2adba85f532f20cb65e04707faa0c40fecab05a5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:75c8a5b61e9b85eb2fdb3013249d090563d3ff32079de365e82cb478e239a1a7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:801ed92ac659e73d3a4ab367f6b65700c7a844b7b08c9a9aadfb1c4731ce65b0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:932101e56770780fb3832bbe95fb6f57a417475374ae9c5aa485fd3336b46de4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d0ea68a8eacfbc620bbe173ed9347121f896cbe78dc80e00dc9d92a95e482155_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b90cd409041601fa3fbb684d7a39f935b2eddfdede32c881b2c2666c7e702c3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:79605302be2f5670ecabc909ad71b3471db22085e2490960294ab7428009d05f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a56fca466589e809e6473e41e08d80d2c946164cfd23c9543271e9571e9715c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a7b75b0c94143dbd9093b8ff422e25a5741ff4e2a6e65cfdd5ccbfe76027fa69_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:26f7d84b502a2adca187ce4672d202cb1e18205f33fb716d3827a8de02da4261_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c2e0a3a0fc7160d10e373b1030d3d78a394fe8a62b69b8a7ed28b815f142d24c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c7af392589e0068156c3291493c4fc691a4335265f6beadcc218df97735404dc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:cc7afaa5c89fdf2d05633f065559416008a683c7dbe90053c67ab03a5ff3970a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:1abdedc802af043691c01fd4f61637bcb84e2f65e837a7543c0b521071c5e6fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:752561b8f2e3cde8103efa01c324851767038ea4871a71171decf3a04d042849_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:93b30057fdde4df0c34327b53d6094617b948ddc5f77aa5a626f847a15e8760d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:deddafe1b9e6b46202ee593b8ee440dbfe5f01fe506b08fac9c0099d42ce35ed_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:0185a47ea458f8c2577627d3a9de47ed57cd1b70fbc509630a91b5ea8ceb85ce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:2d4369bab949cecec69e6e4274ec8984cc76b74e84986dedf3747a2800ffe916_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:a0de64c3d9ed928c83897fd3a2fc0eaa02d9dd46663d99b5d5fc9a0a5e3b864b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:b29f082b607f67890656b50a3ccfc4465890769cc64d44b93cbfe8598228d1ec_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:14427066f483a8af3d6c82cc7032b5ecc3bc9b0d199853fc92b50ab51000e14f_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2f1b3b0f3bb872c05834cd825360062a90d9f6270e4e549e7e4ce7bd581b0950_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:57a2ca2abdd05644be7cf13e3f3cb3a847b775477f0dd665d3900035470b5774_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:bfa485e00e521a01ea1b5b5a3e3ef1ccfc5f4aca16c23db27059a7b6c7c0f818_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f979c26809ab94aaaa7b68ece60c10bfb6d46428c70c7ca2b5a79ada7616419_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:29248bf021b6309f9f29d79e65d148ce35e4d6d6c7a4cebd406a798deb55b621_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:997fc015dd43b395972d02afc23de0f2e6b67c00cde8c7f3f656c8a35212e069_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:c2dfbaacd442f76773b3b4718d8a6d705459df75bf8c25b0e4a2632cfd47a18e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:4a3f096cf5cc08d1183d2b94a58157fc22c1ca9685c0bcbcb6a4312a492038eb_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:8a38c6e3bfc986cebc96ef39ee26aa9cc968ddfa08abf4dce84f465f25757111_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:976e98c2a6d8fee45db3e8b25561ed7154ab10b0c6cf07283356c1b5aff09fce_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fdfecfe48be2d425dfa4840b56da331fa44b22273d8dafd6d357943418d50fe7_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:064c74622e4c04aef74f1b753b338e741bb686c3885684138fe29c722da85efd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:16a45b1d3c957e0e50074ba7cd35329993afe2403a476c566e7826cb77a5f6ab_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37640e49473ca92ec81ec351e69787d0160940891d48af85df48166e51e05f96_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f4b6d386facc0cd23f8ebc20d723634d1708eb501d1b8d631bc2745b0e555807_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:2e52c3467c0ea66eb7cd3829f4e62e034e924e0912a43e7138f050a6e10df229_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:375c4f621f9dd1625037f9cdfe44de3aa86f80775af8c78537d61643bd764fb4_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:b1ebf371998aad3d89367b1f16160ba61ca4002f434ca5851385c5f56d33a06b_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:d6bfb18860e14c0904a21f75237410fac8eda32197b25204afab8f60293094b7_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:322239b21791051de1c427e6bf660c56d4c4fca32dc2c4e50cd8ad6f7742e16f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c26f0ee033486b20973ac29f2dd5b7238ef09d9d724097ff568ac08d22ba4181_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:c35a4d7226a4e1336f11acd8078646982ff7f3b3d31559273713bbdeeffe6af8_s390x",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:ead5fd770af746b97d171baacb6058b1e91c1d8a732dd07186b479e78f243a98_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:3184c0533fc85b0a4e50731ac0596024b87b04f8342f2394d234cf2ffbde5082_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:732f579ddde8bd8f3cdbd78727619fac5cc2c48933fa4bdd11dba21613c015ee_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:853365a6d9d951226087049c0c86d55f165b8d7796821a583d2a9c61f3d91d99_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:c3196f66e5a69e67a539084ebe533ae22efb63fa6bc9918a501a8284d3c7dc65_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:b4319a7542c077337d36b9068a7c60610c5e0f8fdcb10fe57004a9c6f89f36db_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:c4b9335201237fd473235259654c5897d012188de81cbd972ddb84da3be446e2_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:436908dde837434bae77629ae86a01bec051b391f43f210dece95d5de5f4c1fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9d507b9bec52611d2a719de85a3d1944e2518cd5c2105d68d811eee216f73b15_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1833b9f05498799615ba601fbccb65b94839286604bbce4976c76dba2051e378_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be1b4ccf87294bc9bf4de35ef9f284d6439d8ee66a8925bff7d456c9dd002857_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d07ebf169178de6ccb591648e98c512abe771f0894f0a1b3b165ec4e9fb564f7_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d256d1b65b6b1e32ff8ece04a50fb2421a5dc1d2475afecdfd802dfb39214d08_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:7ad77e307690f4330ff57c9e14f5f1d5df1e8da7c51bb8740b9284e3942f35a3_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9c1407542398da5dda6c7c335c36221ba7c78df70c3d90c182b7f8e2eb4e0c91_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:9cf442474ef498316d5fc0c8f04cebe77097865e73ae07ecb202b2b07229afe2_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a19f4ac018c942a35c8e3ed9290d107065e7b86be19f33efc9ed01bc30c162e2_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:db73a7d6ba4521de5530078741f9d5b2c18a1fc00a46b249a87d3956ecc065c0_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:3165
Vulnerability from csaf_redhat
Notes
{
"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 for podman is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\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 podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3165",
"url": "https://access.redhat.com/errata/RHSA-2025:3165"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3165.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:15+00:00",
"generator": {
"date": "2025-11-12T02:30:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3165",
"initial_release_date": "2025-03-25T14:24:49+00:00",
"revision_history": [
{
"date": "2025-03-25T14:24:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T14:24:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:15+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.3.src",
"product": {
"name": "podman-2:4.2.0-6.el9_0.3.src",
"product_id": "podman-2:4.2.0-6.el9_0.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.3?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-tests-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-remote-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-tests-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-2:4.2.0-6.el9_0.3.noarch",
"product": {
"name": "podman-docker-2:4.2.0-6.el9_0.3.noarch",
"product_id": "podman-docker-2:4.2.0-6.el9_0.3.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.2.0-6.el9_0.3?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.3.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.src"
},
"product_reference": "podman-2:4.2.0-6.el9_0.3.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-6.el9_0.3.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.3.noarch"
},
"product_reference": "podman-docker-2:4.2.0-6.el9_0.3.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-remote-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-tests-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-tests-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.3.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T14:24:49+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": [
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.3.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3165"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.3.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.x86_64"
]
}
],
"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": [
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.3.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:8224
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The components for Red Hat OpenShift for Windows Containers 10.18.1 are now available",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift for Windows Containers allows you to deploy Windows container workloads running on Windows Server containers.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8224",
"url": "https://access.redhat.com/errata/RHSA-2025:8224"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/4.18/windows_containers/index.html",
"url": "https://docs.openshift.com/container-platform/4.18/windows_containers/index.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8224.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift for Windows Containers 10.18.1 product release",
"tracking": {
"current_release_date": "2025-11-12T02:30:38+00:00",
"generator": {
"date": "2025-11-12T02:30:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:8224",
"initial_release_date": "2025-05-27T17:21:15+00:00",
"revision_history": [
{
"date": "2025-05-27T17:21:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-12T18:08:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift Windows Machine Config Operator 10.18",
"product": {
"name": "OpenShift Windows Machine Config Operator 10.18",
"product_id": "OpenShift Windows Machine Config Operator 10.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:windows_machine_config:10.18::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift Windows Machine Config Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:4ebf4ace7dcaf0a935b83314b2a514baffca704b2f36cec5cd61dcf13e459946_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:4ebf4ace7dcaf0a935b83314b2a514baffca704b2f36cec5cd61dcf13e459946_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:4ebf4ace7dcaf0a935b83314b2a514baffca704b2f36cec5cd61dcf13e459946_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-operator-bundle@sha256%3A4ebf4ace7dcaf0a935b83314b2a514baffca704b2f36cec5cd61dcf13e459946?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=v10.18.1-1747255814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:f391499545a2981a3c3492766bbaae6a72a82db07d88251e85fda5d672a108e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:f391499545a2981a3c3492766bbaae6a72a82db07d88251e85fda5d672a108e0_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:f391499545a2981a3c3492766bbaae6a72a82db07d88251e85fda5d672a108e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-rhel9-operator@sha256%3Af391499545a2981a3c3492766bbaae6a72a82db07d88251e85fda5d672a108e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=v10.18.1-1747249026"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:4ebf4ace7dcaf0a935b83314b2a514baffca704b2f36cec5cd61dcf13e459946_amd64 as a component of OpenShift Windows Machine Config Operator 10.18",
"product_id": "OpenShift Windows Machine Config Operator 10.18:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:4ebf4ace7dcaf0a935b83314b2a514baffca704b2f36cec5cd61dcf13e459946_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:4ebf4ace7dcaf0a935b83314b2a514baffca704b2f36cec5cd61dcf13e459946_amd64",
"relates_to_product_reference": "OpenShift Windows Machine Config Operator 10.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:f391499545a2981a3c3492766bbaae6a72a82db07d88251e85fda5d672a108e0_amd64 as a component of OpenShift Windows Machine Config Operator 10.18",
"product_id": "OpenShift Windows Machine Config Operator 10.18:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:f391499545a2981a3c3492766bbaae6a72a82db07d88251e85fda5d672a108e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:f391499545a2981a3c3492766bbaae6a72a82db07d88251e85fda5d672a108e0_amd64",
"relates_to_product_reference": "OpenShift Windows Machine Config Operator 10.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.18:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:4ebf4ace7dcaf0a935b83314b2a514baffca704b2f36cec5cd61dcf13e459946_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"OpenShift Windows Machine Config Operator 10.18:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:f391499545a2981a3c3492766bbaae6a72a82db07d88251e85fda5d672a108e0_amd64"
],
"known_not_affected": [
"OpenShift Windows Machine Config Operator 10.18:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:4ebf4ace7dcaf0a935b83314b2a514baffca704b2f36cec5cd61dcf13e459946_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-27T17:21:15+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/4.18/windows_containers/windows-node-upgrades.html",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.18:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:f391499545a2981a3c3492766bbaae6a72a82db07d88251e85fda5d672a108e0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8224"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.18:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:4ebf4ace7dcaf0a935b83314b2a514baffca704b2f36cec5cd61dcf13e459946_amd64",
"OpenShift Windows Machine Config Operator 10.18:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:f391499545a2981a3c3492766bbaae6a72a82db07d88251e85fda5d672a108e0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift Windows Machine Config Operator 10.18:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:4ebf4ace7dcaf0a935b83314b2a514baffca704b2f36cec5cd61dcf13e459946_amd64",
"OpenShift Windows Machine Config Operator 10.18:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:f391499545a2981a3c3492766bbaae6a72a82db07d88251e85fda5d672a108e0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:7391
Vulnerability from csaf_redhat
Notes
{
"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 for podman is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7391",
"url": "https://access.redhat.com/errata/RHSA-2025:7391"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "RHEL-79694",
"url": "https://issues.redhat.com/browse/RHEL-79694"
},
{
"category": "external",
"summary": "RHEL-80259",
"url": "https://issues.redhat.com/browse/RHEL-80259"
},
{
"category": "external",
"summary": "RHEL-82509",
"url": "https://issues.redhat.com/browse/RHEL-82509"
},
{
"category": "external",
"summary": "RHEL-85116",
"url": "https://issues.redhat.com/browse/RHEL-85116"
},
{
"category": "external",
"summary": "RHEL-85218",
"url": "https://issues.redhat.com/browse/RHEL-85218"
},
{
"category": "external",
"summary": "RHEL-86092",
"url": "https://issues.redhat.com/browse/RHEL-86092"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7391.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:32+00:00",
"generator": {
"date": "2025-11-12T02:30:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:7391",
"initial_release_date": "2025-05-13T13:31:19+00:00",
"revision_history": [
{
"date": "2025-05-13T13:31:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T13:31:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-9.el9_6.src",
"product": {
"name": "podman-5:5.4.0-9.el9_6.src",
"product_id": "podman-5:5.4.0-9.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el9_6?arch=src\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-plugins-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-plugins-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-remote-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-remote-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-tests-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-tests-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_id": "podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el9_6?arch=aarch64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-remote-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-remote-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-tests-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-tests-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_id": "podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el9_6?arch=ppc64le\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-plugins-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-plugins-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-remote-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-remote-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-tests-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-tests-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_id": "podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el9_6?arch=x86_64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-plugins-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-plugins-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-remote-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-remote-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-tests-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-tests-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-debugsource-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_id": "podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el9_6?arch=s390x\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-5:5.4.0-9.el9_6.noarch",
"product": {
"name": "podman-docker-5:5.4.0-9.el9_6.noarch",
"product_id": "podman-docker-5:5.4.0-9.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.4.0-9.el9_6?arch=noarch\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-9.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src"
},
"product_reference": "podman-5:5.4.0-9.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-debugsource-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5:5.4.0-9.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch"
},
"product_reference": "podman-docker-5:5.4.0-9.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-plugins-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-plugins-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-plugins-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-remote-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-remote-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-remote-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-remote-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-tests-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-tests-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-tests-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-tests-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T13:31:19+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": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7391"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
]
}
],
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T13:31:19+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": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7391"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
]
}
],
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:podman-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-debugsource-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-docker-5:5.4.0-9.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-plugins-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-remote-debuginfo-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-5:5.4.0-9.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:podman-tests-debuginfo-5:5.4.0-9.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
rhsa-2025:3186
Vulnerability from csaf_redhat
Notes
{
"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 for podman is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\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 podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3186",
"url": "https://access.redhat.com/errata/RHSA-2025:3186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3186.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:18+00:00",
"generator": {
"date": "2025-11-12T02:30:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3186",
"initial_release_date": "2025-03-25T20:42:41+00:00",
"revision_history": [
{
"date": "2025-03-25T20:42:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T20:42:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.src",
"product": {
"name": "podman-4:4.9.4-18.el9_4.src",
"product_id": "podman-4:4.9.4-18.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-remote-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-tests-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-remote-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-tests-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-remote-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-tests-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-plugins-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-plugins-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-remote-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-remote-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-tests-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-tests-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-debugsource-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"product_id": "podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-18.el9_4?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-18.el9_4.noarch",
"product": {
"name": "podman-docker-4:4.9.4-18.el9_4.noarch",
"product_id": "podman-docker-4:4.9.4-18.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-18.el9_4?arch=noarch\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.src"
},
"product_reference": "podman-4:4.9.4-18.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-18.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.noarch"
},
"product_reference": "podman-docker-4:4.9.4-18.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-plugins-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-remote-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.aarch64"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.ppc64le"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.s390x"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-18.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.x86_64"
},
"product_reference": "podman-tests-4:4.9.4-18.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T20:42:41+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": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3186"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.x86_64"
]
}
],
"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": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-18.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-18.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-18.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:14060
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.17.38 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.17.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.17.38. See the following advisory for the RPM packages for this release:\nhttps://access.redhat.com/errata/RHBA-2025:13976\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\nSecurity Fix(es):\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869) * github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)\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.\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14060",
"url": "https://access.redhat.com/errata/RHSA-2025:14060"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14060.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.38 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:05+00:00",
"generator": {
"date": "2025-11-12T02:30:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:14060",
"initial_release_date": "2025-08-27T17:58:19+00:00",
"revision_history": [
{
"date": "2025-08-27T17:58:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-27T17:58:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Aa20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.17.0-202508200911.p2.gd7a91a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.17.0-202508200911.p2.g9d40167.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.17.0-202508200911.p2.g9f4c38c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.17.0-202508200911.p2.g04dca0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ae3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.17.0-202508200911.p2.g190a0fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ac08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.17.0-202508200911.p2.g6e7aa77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ae509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.17.0-202508200911.p2.g8956d91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Acb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.17.0-202508200911.p2.g7b6b65e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.17.0-202508200911.p2.g6d1d309.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.17.0-202508200911.p2.g28b6eb3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ae21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.17.0-202508200911.p2.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.17.0-202508200911.p2.g7209e90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aaf5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.17.0-202508200911.p2.ge4b8dce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.17.0-202508200911.p2.gb06c462.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.17.0-202508200911.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.17.0-202508200911.p2.g62d56d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Af8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.17.0-202508200911.p2.gdea218b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.17.0-202508200911.p2.gc3fe8e2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.17.0-202508200911.p2.gefc99a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Aa15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.17.0-202508200911.p2.g7988555.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ace4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.17.0-202508200911.p2.ge7d841d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.17.0-202508200911.p2.g0cdc4f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.17.0-202508200911.p2.gfe460e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.17.0-202508200911.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.17.0-202508200911.p2.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.17.0-202508200911.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Af96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g08579e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.17.0-202508200911.p2.g5cf2ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gd7a9814.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Af60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.17.0-202508200911.p2.g9c44bf6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.17.0-202508200911.p2.g32ce010.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Abf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.17.0-202508200911.p2.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.17.0-202508200911.p2.gdfc3191.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.17.0-202508200911.p2.g9e6596c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.17.0-202508200911.p2.gbc5b8a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Aa9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.17.0-202508200911.p2.gdee082d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Ac74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.17.0-202508200911.p2.gf708b5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Af05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.17.0-202508200911.p2.g462e63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.17.0-202508200911.p2.g456fd6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.17.0-202508200911.p2.g8696833.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.17.0-202508200911.p2.gaf7b9cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ab784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.17.0-202508200911.p2.gaf7b9cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.17.0-202508200911.p2.g4d0b170.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Afefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.17.0-202508200911.p2.gf18dafc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.17.0-202508200911.p2.gad57844.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.17.0-202508200911.p2.g39bedc7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.17.0-202508200911.p2.g4611ac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.17.0-202508200911.p2.g950b9f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Adb7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g253854e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Ae93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Adefbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.17.0-202508200911.p2.g1e29d8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.17.0-202508200911.p2.gce407c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Af4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.ge3879e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.17.0-202508200911.p2.gce407c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.17.0-202508200911.p2.g4498bed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.17.0-202508200911.p2.g1d48f49.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Adba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.17.0-202508200911.p2.gadf6492.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ad7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.17.0-202508200911.p2.g5593c5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Af241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.17.0-202508200911.p2.g14f5ca0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.17.0-202508200911.p2.g14f5ca0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.17.0-202508200911.p2.g645afc3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Ab09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.17.0-202508200911.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Ac5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.17.0-202508200911.p2.gdf4660b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.17.0-202508200911.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.17.0-202508200911.p2.g79b73e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.17.0-202508200911.p2.gea66055.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.17.0-202508200911.p2.g144bace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.17.0-202508200911.p2.g9e1c55c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.17.0-202508200911.p2.g2bb5b31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.17.0-202508200911.p2.g04dca0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Ac4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.17.0-202508200911.p2.g80efc4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.17.0-202508200911.p2.g626ecd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.17.0-202508200911.p2.g626ecd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.17.0-202508200911.p2.gd359bfe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.17.0-202508200911.p2.ga544f30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.17.0-202508200911.p2.g04dca0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.17.0-202508200911.p2.g6707f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g41b3424.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Ac0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.17.0-202508200911.p2.ge6e5d54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ae2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.17.0-202508200911.p2.gc426a2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.17.0-202508200911.p2.g225a27a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Add1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.17.0-202508200911.p2.g77ef4fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.17.0-202508200911.p2.gf641a4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ac24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.17.0-202508200911.p2.gea4a887.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Add58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.17.0-202508200911.p2.gcaa33e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.17.0-202508200911.p2.g95dd912.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.17.0-202508200911.p2.ga2cdab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gfbddd2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.17.0-202508200911.p2.gdb4fa2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ae100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.17.0-202508200911.p2.g361cecc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aa6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gf7e01c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gffba005.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.17.0-202508200911.p2.g81507f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.17.0-202508200911.p2.g790f6a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.17.0-202508200911.p2.gd95595b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.17.0-202508200911.p2.g51ed2eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gaed5f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g0a9ed57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.17.0-202508200911.p2.g98ca953.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gab40b61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.17.0-202508200911.p2.gacc2380.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ab011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.17.0-202508200911.p2.ge31b777.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g2b2ba3b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gb05a249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.17.0-202508200911.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.17.0-202508200911.p2.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.17.0-202508200911.p2.g6302203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.17.0-202508200911.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.17.0-202508200911.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Acd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gc095a1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.17.0-202508200911.p2.gab87a93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.17.0-202508200911.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Acff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.17.0-202508200911.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.17.0-202508200911.p2.g0d9e0a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.17.0-202508200911.p2.gc018203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.17.0-202508200911.p2.g8ce997d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Af3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.17.0-202508200911.p2.g9c561f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Ae93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.17.0-202508200911.p2.gc770b41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.17.0-202508200911.p2.gc23b064.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Af06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.17.0-202508200911.p2.gad8f7eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.17.0-202508200911.p2.gb4d153d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gee30130.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.17.0-202508200911.p2.g50e6e1a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.17.0-202508200911.p2.g0b8dd7a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Af016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.17.0-202508200911.p2.g1a7239e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.17.0-202508200911.p2.g96411ec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Aae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ac0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.17.0-202508200911.p2.g07f8cd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Aabb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.17.0-202508200911.p2.g69b07ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Abba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.17.0-202508200911.p2.g757a889.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.17.0-202508200911.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Aad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.17.0-202508200911.p2.g998cffe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.17.0-202508200911.p2.gb41b8c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.17.0-202508200911.p2.g4018b36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ad8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.17.0-202508200911.p2.g86a1d90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.17.0-202508200911.p2.g6897187.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ac06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.17.0-202508200911.p2.gdf78f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ac4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.17.0-202508200911.p2.g9c354af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Afd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.17.0-202508200911.p2.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.17.0-202508200911.p2.g041b743.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.17.0-202508200911.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.17.0-202508200911.p2.g2665354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Adc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.17.0-202508200911.p2.g55a2198.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Aded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.17.0-202508200911.p2.gf56bbf7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Afcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.17.0-202508200911.p2.ge59e7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Ae739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.17.0-202508200911.p2.gc9f6cd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.17.0-202508200911.p2.ga4fadcb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.17.0-202508200911.p2.g54bd97a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.17.0-202508200911.p2.gc740e05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.17.0-202508200911.p2.ge245e66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.17.0-202508200911.p2.g5b1f00e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.17.0-202508200911.p2.g47841f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.17.0-202508200911.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gf89b6db.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Adc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.17.0-202508200911.p2.g14f5ca0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.17.0-202508200911.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Ad6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.17.0-202508200911.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.17.0-202508200911.p2.gaaa6afa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gf6f037c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.17.0-202508200911.p2.gbd3d72e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.17.0-202508200911.p2.g1e7605e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.17.0-202508200911.p2.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.17.0-202508200911.p2.g6ce6cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.17.0-202508200911.p2.g039ee36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.17.0-202508200911.p2.g039ee36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.ge1de36a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3A1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.ge1de36a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3Aa9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.17.0-202508200911.p2.g097d823.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.17.0-202508200911.p2.g1661cc3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Abe00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.17.0-202508200911.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Aff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.17.0-202508200911.p2.gc84c489.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Af9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.17.0-202508200911.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Aec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.17.0-202508200911.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ac156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.17.0-202508200911.p2.g0238640.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.17.0-202508200911.p2.g98c9937.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Ae65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.17.0-202508200911.p2.g039ee36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3Af0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.17.0-202508200911.p2.gcd0df71.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.17.0-202508200911.p2.gd7a91a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ad4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.17.0-202508200911.p2.g9d40167.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.17.0-202508200911.p2.g9f4c38c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.17.0-202508200911.p2.g04dca0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ac6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.17.0-202508200911.p2.g190a0fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.17.0-202508200911.p2.g6e7aa77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Aa6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.17.0-202508200911.p2.g8956d91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Acc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.17.0-202508200911.p2.g7b6b65e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Aaf6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.17.0-202508200911.p2.g6d1d309.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.17.0-202508200911.p2.g28b6eb3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ae6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.17.0-202508200911.p2.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ac2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.17.0-202508200911.p2.g7209e90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ad7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.17.0-202508200911.p2.ge4b8dce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Aff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.17.0-202508200911.p2.gb06c462.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.17.0-202508200911.p2.gdfc3191.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.17.0-202508200911.p2.g62d56d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.17.0-202508200911.p2.gdea218b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.17.0-202508200911.p2.gc3fe8e2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.17.0-202508200911.p2.ge7d841d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ae629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.17.0-202508200911.p2.g0cdc4f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.17.0-202508200911.p2.gfe460e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Ac348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.17.0-202508200911.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Aae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.17.0-202508200911.p2.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.17.0-202508200911.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Afc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g08579e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ad706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.17.0-202508200911.p2.g5cf2ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gd7a9814.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Aa1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.17.0-202508200911.p2.g9c44bf6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ad1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.17.0-202508200911.p2.g32ce010.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.17.0-202508200911.p2.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.17.0-202508200911.p2.g9e6596c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Aba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.17.0-202508200911.p2.gbc5b8a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Aec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.17.0-202508200911.p2.gdee082d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.17.0-202508200911.p2.gf708b5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.17.0-202508200911.p2.g462e63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ad69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.17.0-202508200911.p2.g456fd6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.17.0-202508200911.p2.g8696833.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.17.0-202508200911.p2.gaf7b9cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.17.0-202508200911.p2.gaf7b9cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.17.0-202508200911.p2.g4d0b170.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Acc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.17.0-202508200911.p2.gf18dafc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Aa5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.17.0-202508200911.p2.gad57844.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.17.0-202508200911.p2.g39bedc7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Abc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.17.0-202508200911.p2.g4611ac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Af8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.17.0-202508200911.p2.g950b9f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g253854e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Aeae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.17.0-202508200911.p2.g1e29d8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Af884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.17.0-202508200911.p2.gce407c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Aeec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.ge3879e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.17.0-202508200911.p2.gce407c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Acddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.17.0-202508200911.p2.g4498bed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.17.0-202508200911.p2.g1d48f49.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.17.0-202508200911.p2.gadf6492.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.17.0-202508200911.p2.g5593c5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ae204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.17.0-202508200911.p2.g14f5ca0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.17.0-202508200911.p2.g14f5ca0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.17.0-202508200911.p2.g645afc3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.17.0-202508200911.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.17.0-202508200911.p2.gdf4660b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.17.0-202508200911.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ad135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.17.0-202508200911.p2.g79b73e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Ae2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.17.0-202508200911.p2.gea66055.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.17.0-202508200911.p2.g144bace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.17.0-202508200911.p2.g9e1c55c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.17.0-202508200911.p2.g2bb5b31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.17.0-202508200911.p2.g04dca0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.17.0-202508200911.p2.g80efc4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Ad4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.17.0-202508200911.p2.g626ecd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.17.0-202508200911.p2.g626ecd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ac65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.17.0-202508200911.p2.gd359bfe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.17.0-202508200911.p2.ga544f30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.17.0-202508200911.p2.g04dca0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Af6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.17.0-202508200911.p2.g6707f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g41b3424.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ae537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.17.0-202508200911.p2.ge6e5d54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.17.0-202508200911.p2.gc426a2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Ac4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.17.0-202508200911.p2.g225a27a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Acb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.17.0-202508200911.p2.g77ef4fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Abe157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.17.0-202508200911.p2.gf641a4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.17.0-202508200911.p2.gea4a887.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Aa842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.17.0-202508200911.p2.gcaa33e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.17.0-202508200911.p2.g95dd912.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Adadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.17.0-202508200911.p2.ga2cdab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aa015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gfbddd2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ab7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.17.0-202508200911.p2.gdb4fa2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.17.0-202508200911.p2.g361cecc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gf7e01c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gffba005.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.17.0-202508200911.p2.g81507f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.17.0-202508200911.p2.g790f6a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.17.0-202508200911.p2.gd95595b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.17.0-202508200911.p2.g51ed2eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ac1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gaed5f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g0a9ed57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.17.0-202508200911.p2.g98ca953.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gab40b61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.17.0-202508200911.p2.gacc2380.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.17.0-202508200911.p2.ge31b777.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g2b2ba3b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gb05a249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ae1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.17.0-202508200911.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.17.0-202508200911.p2.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ad92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.17.0-202508200911.p2.g6302203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.17.0-202508200911.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.17.0-202508200911.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Aaef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gc095a1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.17.0-202508200911.p2.gab87a93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.17.0-202508200911.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Af2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.17.0-202508200911.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.17.0-202508200911.p2.g0d9e0a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.17.0-202508200911.p2.gc018203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ab51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.17.0-202508200911.p2.g8ce997d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.17.0-202508200911.p2.g9c561f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Aa3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.17.0-202508200911.p2.gc770b41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.17.0-202508200911.p2.gc23b064.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.17.0-202508200911.p2.g1a7239e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.17.0-202508200911.p2.g96411ec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ab5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ad48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.17.0-202508200911.p2.g07f8cd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.17.0-202508200911.p2.g69b07ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ae0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.17.0-202508200911.p2.g757a889.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.17.0-202508200911.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ace774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.17.0-202508200911.p2.g998cffe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.17.0-202508200911.p2.gb41b8c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.17.0-202508200911.p2.g4018b36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.17.0-202508200911.p2.g86a1d90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Af16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.17.0-202508200911.p2.g6897187.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.17.0-202508200911.p2.g9c354af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.17.0-202508200911.p2.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.17.0-202508200911.p2.g041b743.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.17.0-202508200911.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.17.0-202508200911.p2.gdf78f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Adac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.17.0-202508200911.p2.g2665354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ae1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.17.0-202508200911.p2.g55a2198.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.17.0-202508200911.p2.gf56bbf7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Ae2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.17.0-202508200911.p2.ge59e7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.17.0-202508200911.p2.g54bd97a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Af8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.17.0-202508200911.p2.gc740e05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.17.0-202508200911.p2.ge245e66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.17.0-202508200911.p2.g5b1f00e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Af6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.17.0-202508200911.p2.g47841f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.17.0-202508200911.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gf89b6db.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Adf430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.17.0-202508200911.p2.g14f5ca0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ac3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.17.0-202508200911.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.17.0-202508200911.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.17.0-202508200911.p2.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Ad2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.17.0-202508200911.p2.g6ce6cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aaae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.17.0-202508200911.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.17.0-202508200911.p2.gc84c489.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.17.0-202508200911.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.17.0-202508200911.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ab545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.17.0-202508200911.p2.g0238640.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.17.0-202508200911.p2.g98c9937.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.17.0-202508200911.p2.gd7a91a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Add2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.17.0-202508200911.p2.g9d40167.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.17.0-202508200911.p2.g190a0fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.17.0-202508200911.p2.g6e7aa77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ad24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.17.0-202508200911.p2.g8956d91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.17.0-202508200911.p2.g7b6b65e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.17.0-202508200911.p2.g6d1d309.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.17.0-202508200911.p2.g28b6eb3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ab70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.17.0-202508200911.p2.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.17.0-202508200911.p2.g7209e90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.17.0-202508200911.p2.ge4b8dce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Aa0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.17.0-202508200911.p2.gb06c462.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ab3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.17.0-202508200911.p2.g62d56d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Aaad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.17.0-202508200911.p2.gdea218b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.17.0-202508200911.p2.gc3fe8e2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Aa604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.17.0-202508200911.p2.ge7d841d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Afc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.17.0-202508200911.p2.g0cdc4f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Aeaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.17.0-202508200911.p2.gfe460e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.17.0-202508200911.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Aa4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.17.0-202508200911.p2.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.17.0-202508200911.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g08579e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.17.0-202508200911.p2.g5cf2ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Afb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gd7a9814.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ae7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.17.0-202508200911.p2.g9c44bf6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.17.0-202508200911.p2.g32ce010.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Af384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.17.0-202508200911.p2.gdee082d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Ad1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.17.0-202508200911.p2.gf708b5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.17.0-202508200911.p2.g462e63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ab12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.17.0-202508200911.p2.g456fd6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.17.0-202508200911.p2.g8696833.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ada318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.17.0-202508200911.p2.gaf7b9cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ae1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.17.0-202508200911.p2.gaf7b9cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.17.0-202508200911.p2.g4d0b170.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Ae5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.17.0-202508200911.p2.gf18dafc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Aabfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.17.0-202508200911.p2.gad57844.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.17.0-202508200911.p2.g39bedc7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.17.0-202508200911.p2.g4611ac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.17.0-202508200911.p2.g950b9f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g253854e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Af2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.17.0-202508200911.p2.g1e29d8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.17.0-202508200911.p2.gce407c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.ge3879e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.17.0-202508200911.p2.gce407c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.17.0-202508200911.p2.g4498bed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.17.0-202508200911.p2.g1d48f49.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Add15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.17.0-202508200911.p2.gadf6492.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Add2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.17.0-202508200911.p2.g5593c5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Af535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.17.0-202508200911.p2.g14f5ca0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.17.0-202508200911.p2.g14f5ca0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.17.0-202508200911.p2.g645afc3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.17.0-202508200911.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.17.0-202508200911.p2.gdf4660b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.17.0-202508200911.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Aaa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.17.0-202508200911.p2.g79b73e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aa242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.17.0-202508200911.p2.gea66055.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g41b3424.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.17.0-202508200911.p2.ge6e5d54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.17.0-202508200911.p2.gc426a2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.17.0-202508200911.p2.g225a27a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.17.0-202508200911.p2.g77ef4fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.17.0-202508200911.p2.gf641a4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.17.0-202508200911.p2.gea4a887.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Abd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.17.0-202508200911.p2.gcaa33e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.17.0-202508200911.p2.g95dd912.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.17.0-202508200911.p2.ga2cdab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gfbddd2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ab48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.17.0-202508200911.p2.gdb4fa2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.17.0-202508200911.p2.g361cecc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gf7e01c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Acff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gffba005.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Acabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.17.0-202508200911.p2.g81507f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.17.0-202508200911.p2.g790f6a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Abb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.17.0-202508200911.p2.gd95595b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.17.0-202508200911.p2.g51ed2eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aa831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gaed5f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g0a9ed57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ad65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.17.0-202508200911.p2.g98ca953.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ad26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gab40b61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Aeb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.17.0-202508200911.p2.gacc2380.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ab2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.17.0-202508200911.p2.ge31b777.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g2b2ba3b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gb05a249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ab54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.17.0-202508200911.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Abd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.17.0-202508200911.p2.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ac1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.17.0-202508200911.p2.g6302203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.17.0-202508200911.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.17.0-202508200911.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gc095a1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.17.0-202508200911.p2.gab87a93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.17.0-202508200911.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.17.0-202508200911.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.17.0-202508200911.p2.g0d9e0a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.17.0-202508200911.p2.gc018203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.17.0-202508200911.p2.gad8f7eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.17.0-202508200911.p2.gb4d153d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gee30130.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.17.0-202508200911.p2.g50e6e1a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.17.0-202508200911.p2.g0b8dd7a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.17.0-202508200911.p2.g96411ec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Aa817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ab0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.17.0-202508200911.p2.g07f8cd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Acd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.17.0-202508200911.p2.g69b07ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.17.0-202508200911.p2.g757a889.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Ab0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.17.0-202508200911.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.17.0-202508200911.p2.g998cffe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.17.0-202508200911.p2.g6897187.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ae9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.17.0-202508200911.p2.g9c354af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ad2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.17.0-202508200911.p2.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ad36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.17.0-202508200911.p2.g041b743.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ab8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.17.0-202508200911.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.17.0-202508200911.p2.gdf78f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ae2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.17.0-202508200911.p2.g2665354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Aa2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.17.0-202508200911.p2.g55a2198.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.17.0-202508200911.p2.gf56bbf7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.17.0-202508200911.p2.ge59e7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.17.0-202508200911.p2.g54bd97a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ac7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.17.0-202508200911.p2.gc740e05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Acb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.17.0-202508200911.p2.ge245e66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ae5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.17.0-202508200911.p2.g5b1f00e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.17.0-202508200911.p2.g47841f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.17.0-202508200911.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gf89b6db.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ad0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.17.0-202508200911.p2.g14f5ca0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Aa7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.17.0-202508200911.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.17.0-202508200911.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.17.0-202508200911.p2.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.17.0-202508200911.p2.g6ce6cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ae2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.17.0-202508200911.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.17.0-202508200911.p2.gc84c489.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ad2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.17.0-202508200911.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Ab5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.17.0-202508200911.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.17.0-202508200911.p2.g0238640.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.17.0-202508200911.p2.g98c9937.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ac07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.17.0-202508200911.p2.gd7a91a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.17.0-202508200911.p2.g9d40167.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.17.0-202508200911.p2.g190a0fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ac06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.17.0-202508200911.p2.g6e7aa77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Adca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.17.0-202508200911.p2.g8956d91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.17.0-202508200911.p2.g7b6b65e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.17.0-202508200911.p2.g6d1d309.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ac86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.17.0-202508200911.p2.g28b6eb3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Afb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.17.0-202508200911.p2.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.17.0-202508200911.p2.g7209e90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A94e0ed690512406412a43359525301a983403f9284073d886deca85951714858?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.17.0-202508200911.p2.ge4b8dce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Abbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.17.0-202508200911.p2.gb06c462.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.17.0-202508200911.p2.g62d56d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Af465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.17.0-202508200911.p2.gdea218b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.17.0-202508200911.p2.gc3fe8e2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Af12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.17.0-202508200911.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.17.0-202508200911.p2.gefc99a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Aef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.17.0-202508200911.p2.g7988555.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Afe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.17.0-202508200911.p2.ge7d841d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.17.0-202508200911.p2.g0cdc4f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Aa7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.17.0-202508200911.p2.gfe460e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.17.0-202508200911.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.17.0-202508200911.p2.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.17.0-202508200911.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g08579e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.17.0-202508200911.p2.g5cf2ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gd7a9814.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.17.0-202508200911.p2.g9c44bf6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Afe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.17.0-202508200911.p2.g32ce010.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Aa644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.17.0-202508200911.p2.gdee082d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Ad80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.17.0-202508200911.p2.gf708b5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.17.0-202508200911.p2.g462e63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Aa11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.17.0-202508200911.p2.g456fd6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.17.0-202508200911.p2.g8696833.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ab3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.17.0-202508200911.p2.gaf7b9cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Aecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.17.0-202508200911.p2.gaf7b9cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ac138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.17.0-202508200911.p2.g4d0b170.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.17.0-202508200911.p2.gf18dafc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.17.0-202508200911.p2.gad57844.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.17.0-202508200911.p2.g39bedc7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.17.0-202508200911.p2.g4611ac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Af20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ae17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.17.0-202508200911.p2.g950b9f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g253854e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Ab80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.17.0-202508200911.p2.g1e29d8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.17.0-202508200911.p2.gce407c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ac4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.ge3879e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.17.0-202508200911.p2.gce407c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.17.0-202508200911.p2.g4498bed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Aa809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.17.0-202508200911.p2.g1d48f49.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.17.0-202508200911.p2.gadf6492.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ab1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.17.0-202508200911.p2.g5593c5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Aaa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.17.0-202508200911.p2.g14f5ca0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Afaac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.17.0-202508200911.p2.g14f5ca0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.17.0-202508200911.p2.g645afc3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aeaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.17.0-202508200911.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Aa54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.17.0-202508200911.p2.gdf4660b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.17.0-202508200911.p2.g63b2da6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.17.0-202508200911.p2.g79b73e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.17.0-202508200911.p2.gea66055.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g41b3424.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.17.0-202508200911.p2.ge6e5d54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ac6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.17.0-202508200911.p2.gc426a2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.17.0-202508200911.p2.g225a27a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.17.0-202508200911.p2.g77ef4fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.17.0-202508200911.p2.gf641a4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.17.0-202508200911.p2.gea4a887.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.17.0-202508200911.p2.gcaa33e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ab0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.17.0-202508200911.p2.g95dd912.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.17.0-202508200911.p2.ga2cdab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gfbddd2c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.17.0-202508200911.p2.gdb4fa2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.17.0-202508200911.p2.g361cecc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gf7e01c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Acf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gffba005.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.17.0-202508200911.p2.g81507f0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.17.0-202508200911.p2.g790f6a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.17.0-202508200911.p2.gd95595b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aaf61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.17.0-202508200911.p2.g51ed2eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gaed5f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g0a9ed57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.17.0-202508200911.p2.g98ca953.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ad939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gab40b61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.17.0-202508200911.p2.gacc2380.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.17.0-202508200911.p2.ge31b777.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g2b2ba3b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Abf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gb05a249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.17.0-202508200911.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Aed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.17.0-202508200911.p2.g6ed1b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.17.0-202508200911.p2.g6302203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.17.0-202508200911.p2.g49a6faa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.17.0-202508200911.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Af69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gc095a1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g66aee5b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.17.0-202508200911.p2.gab87a93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.17.0-202508200911.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.17.0-202508200911.p2.g080f6bd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.17.0-202508200911.p2.g0d9e0a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.17.0-202508200911.p2.gc018203.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Af3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.17.0-202508200911.p2.g8ce997d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.17.0-202508200911.p2.g9c561f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Ac8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.17.0-202508200911.p2.gc770b41.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Af5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.17.0-202508200911.p2.gc23b064.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.17.0-202508200911.p2.g50e6e1a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.17.0-202508200911.p2.g96411ec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Adbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.17.0-202508200911.p2.g8d7150c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ab80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.17.0-202508200911.p2.g07f8cd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.17.0-202508200911.p2.g69b07ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Aeadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.17.0-202508200911.p2.g757a889.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.17.0-202508200911.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.17.0-202508200911.p2.g998cffe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ad67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.17.0-202508200911.p2.g86a1d90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.17.0-202508200911.p2.g6897187.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.17.0-202508200911.p2.g9c354af.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Adfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.17.0-202508200911.p2.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.17.0-202508200911.p2.g041b743.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ab5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.17.0-202508200911.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Af8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.17.0-202508200911.p2.gdf78f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Add77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.17.0-202508200911.p2.g2665354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Acb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.17.0-202508200911.p2.g55a2198.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Acf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.17.0-202508200911.p2.gf56bbf7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Ad442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.17.0-202508200911.p2.ge59e7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Adf6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.17.0-202508200911.p2.g54bd97a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.17.0-202508200911.p2.gc740e05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Af8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.17.0-202508200911.p2.ge245e66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ac8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.17.0-202508200911.p2.g5b1f00e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Afc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.17.0-202508200911.p2.g47841f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.17.0-202508200911.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gf89b6db.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g19b025b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.17.0-202508200911.p2.g14f5ca0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Abf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.17.0-202508200911.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Ad79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.17.0-202508200911.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.17.0-202508200911.p2.gaaa6afa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.gf6f037c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.17.0-202508200911.p2.gbd3d72e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.17.0-202508200911.p2.g1e7605e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.17.0-202508200911.p2.g02bbf80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Ac14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.17.0-202508200911.p2.g6ce6cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ad6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.17.0-202508200911.p2.gfd2be5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.17.0-202508200911.p2.g82ce016.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Ae1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.17.0-202508200911.p2.gc84c489.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.17.0-202508200911.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Afbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.17.0-202508200911.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.17.0-202508200911.p2.g77cedd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.17.0-202508200911.p2.g0238640.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Ab9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.17.0-202508200911.p2.g98c9937.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45339",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-01-28T02:00:48.029971+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342463"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "RHBZ#2342463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74",
"url": "https://github.com/golang/glog/pull/74"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2",
"url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs",
"url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs"
},
{
"category": "external",
"summary": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File",
"url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3372",
"url": "https://pkg.go.dev/vuln/GO-2025-3372"
}
],
"release_date": "2025-01-28T01:03:24.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T17:58:19+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:fea49ae633643615f8707ecbe801b484181b87db0746d2d85592768dbddf43c9\n\n (For s390x architecture)\n The image digest is sha256:d3e9032b799e87cc82121c9da006d375845134120205fa2aa2edca033abf97d3\n\n (For ppc64le architecture)\n The image digest is sha256:6c6251666a8e89289819cdb9dd7269d1ab2d90fdcb96c2b15b2e04908d15fd88\n\n (For aarch64 architecture)\n The image digest is sha256:3b83546dc680f6e3975faf101471c4e29fdc76f406327665e22f63ff406246c0\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14060"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-27T17:58:19+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:fea49ae633643615f8707ecbe801b484181b87db0746d2d85592768dbddf43c9\n\n (For s390x architecture)\n The image digest is sha256:d3e9032b799e87cc82121c9da006d375845134120205fa2aa2edca033abf97d3\n\n (For ppc64le architecture)\n The image digest is sha256:6c6251666a8e89289819cdb9dd7269d1ab2d90fdcb96c2b15b2e04908d15fd88\n\n (For aarch64 architecture)\n The image digest is sha256:3b83546dc680f6e3975faf101471c4e29fdc76f406327665e22f63ff406246c0\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14060"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:16f4365c390d08ecdbc4bc9912da0449d8830999e66ddb453b3e8ad40f594a70_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:81a215052e59ea828185279c6bef5d724c4e5ad626d52b0ace70e658ded365af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d4e269141b74e9407f62591cd59a5227900741d1328f38f487db5ace46d38455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dd2f49ba18cf92a46d93ee8babd180a1307965b253e89549d4f15b48746a7880_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:49c895337992b0ecd76eeceaec976668a2915360ea5805f1ec22b9c05fb7a029_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4d7ff08b9d5b12ea8c68f76d9ed6925534a2e4a4b2e3beef1a5957f4501e8ac6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c6e06cc55c8797119a7bad6f59b12bacbfaf0a7ae6177776a8b57d7fc29b7f30_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3bc29025e67e3fce035b1fbdf9aa9bec349374af6ae39d89d8e1fb674702fb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:853f7147fdeecf66f42a37798677d1c2558fde8114d201aea9c15e6bf1ea5b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a93f8df94fd7846fe3be77f8a1afecacd0c414e2d0c56092f3c907cfe8f8b5b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9e0be07c85ab579b7ab001bdae7911e9a6f5b7b923214da88e343416b9eaaefe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c4a4feda669428b84dcaea7f12cebb04f7e317f531aa1165879e9495c3394b01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:68c817f0b19b10979906e1acc3a062941c947bf94ada60cfd07d10c2b8ab57a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:83a9600faf4ef4d79b0aef83fda09341db33769ebd381f6c78bf3a3f81125fe8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f80e99549dc264f3f0610956f98ebf34d5da278eabf71187f34c2dc4f1e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f8406fbdac5b3a3e82fd4f82bdf61d78306567940a97c183f0a303639d79a952_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:08e33720f8b5354b063ec73fa03a655a50e88f43c800d6ee8aac68f65b092df3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:630d576e846596888ed2b42b523e7e9ca83035cbd1f5e3b0bcf36d9f2b32a335_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a4934e0952d87bbf52e419a23cdda138ce14597469cb170b380ff63e2c29faee_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ae03d1f37d7e9f61a1e93862b69c3fd15e499f3cf5f48f41a63715668562adc2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3b7b3994823f2347c529151e7d8ca79935c47cb9ff542f04f5602a0253a3cbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:537ec95c5b1a6b75e7d898b7443ed8e07e4f5b7f0f4d5b9f9eefb66ed10d49a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:906a8cb61ea60215f876bcf9af8da5cf0e24a92779eef825461f819fee050e58_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:92cf979a40ed773fe671bcf97a28dfa32989628bb048f09cea770bd26feecade_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd3f086892e905d94067ddc144900a208958864227ea6c4ea54c73f0d78fd63_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:68d90902d334092c0c02fd2f3377eba38d9981989c42faa2bcafb5b42a5665c9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:752081c4b79a542f3500dbfe41b08674666b279aea412fa9c895c89ed4482bfe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:98ad204ecd507aeb01165274811fd8cb5c4d2aec04230661cfb4ed326fbb0557_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:871ed18d61b69412bc2cd60885af6797b3b48b226d0cbd9dee8b120b0f1854b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b80ca2b1dd1b6eb9281d6994bf93405c091c63f54ec4c9958163dfe9d3ae3cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c0dc2909eb2eb4481be786e2fc4697f4c5508e6aaaed5cdf66efdd2957c93a36_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d48c39faccd6cd25b01731b4587cbcaeafeb2bc5c47b8ad28f71a6c55b029664_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:3be5417ba8f954e9fd0ba50e5897d01ab9a704a70d5fe5e79ec2e16eeb9699d8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63214a197aba62295d8d29bb50d8ba1c30e6ea30e03868f5f3aa3f62fd6a6873_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:70deff7ad8f9eed1d4af596429105158dcda2e463f214cf0c0103a9266967fcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eadfaceec8d32eb084eb3757c53a0ae7e4c8732ed2fd0eb7bb37becf1f7125f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1c35acaf205c8243bc01ff13896858025f725d8513fa35af6aab048c265aada9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d442e1c578e95e9247dbaa158083c25a2df7a37eb887b3ad1b3c679c288e2920_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e2af0e70919d48bceed278d9b670bb1ddb3e16962eb9ddef15319c94e0d400bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fcd3123225a3c96dc955f638c800484f6d17f7ac35e44b9bc11d589dcb3ac5b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1aad9d45057881949b52894e0711ff63e4b1e57880bbc265a10b9c246745a3d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:32c0421a9941890dc108fe1c9f4446e11762de2fa5602e8a20914c90fb4b4fed_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:39f286e1474d780d03d4de91ebb6d7a7452cbeabebe23e52724a9884017b42b7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:73f38c94cb0c6138741ad754fd4d39ffaf3f2cbaf482e3515618967a34598665_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:62504cadd46ea3ba864143df76e38fc5ae5c0cd34fb9aa40f59f0f2229ec3437_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:628dbb6059b2ae4b2b5883b425e0b7f1912e3a3e68e562235f57ed42c6fed9c6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65cc177e10de9f3f1b6c9dfd4ef9620b4bc8afd7ba754944c941fb2b00ed36b1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:70477beebddc683f31a8c3380fb1a409304112e16355a7a97bbe4e2126e103fa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:16a1aa3add608b22ad715698473c552d36271fe64a2ba1d8792a65a166eb4d71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f1fcb0a5b6badb2377e90ed1dd33fa41cca56ac583d4bb46b248454e895ce13_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7586b35900621bf6b03b472fc8240045af5c5a6d62ac32ecb739d72c7cb03203_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:980b0a7e09cb129b7e2dba5fb5219a163f26007a96cc76e61901f7c3883cadeb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:16f450385474ba619e6ebed7df7003f58b5946b7a52725c6cf2575f6a8ac42b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1770e7e4571447ca3cf6c3a2d8512ef1b4197b43e53e007f6d5f6141309b8622_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b09f5d2affae6af3d21102f7b8497b48e21a70e6d6f926589cc96e16a1bca919_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eaa3340ffdb6ff66b4171c8454acb67da72d64b22cf11a423b85335c1fb37ad0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:56238a6a3c3842a687a31e7509a3c58af9a1f4d2c106fc366a012ffb7af9e470_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75e003fb4e418b48a4e2acd09aa02a88f958fff859ab2d37686c1d638bc67ccf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a54993b990ad206b425b5fe604e7c4e695ad74195a73ca4794c9a81038657af6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c5763a4b75d60d8a7383a9453b9e7ba3088cf707202491db9f2c43939763d7fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1b872ddbea3f139dfa712c44b7375403eecc0ced050d525eb39d2f2d95e6c3b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:36ee01a19b451414165de7f207d7ede9ad504c0abb47be4b8d5a46a98be95a61_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4c29a884eaa20a8a9a149a56c2f933c3c652bdad28cbbe2a51f53addac6ff730_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9664b8b6e1666aefd78a77aab52e65541fada35b67b5aa9536f8b9cf4339a0e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:007cf7e261e583fb9d3f0d1450cb63e1aaa291a31e2b6610352bf87fdf1d802b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:01d3654aa52b0d5c542a43e2251530959937dceeaa494d1fd57c9b7e881e251b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa3741c821ab8a4de5454278b253a1b832587aea64fe924a9d8068132a2b454e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d135118df75b2624f43ebdcdfef34cff1679d56a1740a40fb33393b5b62491f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1c81651db8ebc315fea0d5ff7c083446ff848c98480b4eb4a2801d1370e1f290_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37859055b38fd24830605653eb855c8cc2da60f51b87ab681c5a8a16c471ff31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a242860ff07214ee8ff78fc09692b07e42c44ea12d88b05be3c3f26e140b00a2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:e2f82f2b83ec413ddc95a35e09db48b1b07eb528dba768fad04877e948738548_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:565bad3f62f3112e8124e5b84aab0690b56ea406a0732854b1c9bf0d8086ad21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8a70c64a68617fc4f0b9a0923736c5549090cc3b77ebf680107b7058d59fa45d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:0acbea522267cfdb3c6de52d3d61155f3eab63ea2fc4130f3742847e7a05fffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:949a95a10bd5fbcb0af3eb3537706626176eed4cddd1de927e8b678a93afcfac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7c1706df2aa243218a02ee4f4094d2b6dd9234e77916fb19e976eece4d74a136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:85ba4f6409bdcbfa46a49e531c7f9ddae41706c2dfc14927abb67054f97d0e6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:449243472bab7e93cda728c150a49bb56437fc30ee5f17abd8ff84b4faafc258_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:548e483aae258d776bc8d40d82287c4f181ac638101ecbd6e8bff4410d27ae85_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:8fca7524a066948d3448123638e67647a38e95560f3ccfcbab6f872cae8dd335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c4bddf0e44a3c18ca8f9906ca18f7f2571518a44adb5ea93db3f458999a71ddd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:17fc8f3d4729df2c2861dfe49ceaee2a717d2b691cc079fcf8b7fc17b5cbb2e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d4a36557dc81c65f56e57adfddfbe899f938a2fe82a6d6de286ce4cc3cf5f43b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5f1b5af7f6f182851379f20d8dba425aa1b99ab3c0a251cb9a4c00bedf8d7e4a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:84285c1f00590324f817418d4c9d77c22e631ba050877ff8ff5299ffe2c4a0ab_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:292a99e55049bc6a3870d0cf003c800e9b9b222f29b7dffbfa1739684bc33ced_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c65d7988f20db8d6886e45fc9a905bca50f01db949b7b38578e912bf0ccdcb0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0da10b34b63c55ff8e9be1b1580f8bf5ed217b5a3f15f43097d5e81f243d942e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9dbe13b81342f3dd84ab4791e55cd12f7685b8b430dec4aba005fb548028c02c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:266ff2cd20169da26f94d29ad3321933609ee1ded7718ed7b4d1bc7d1de6c863_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5a630ace9988ce6f4822c339cdadc365d0e1ed5757d1ec5fb61b1a7eca9409ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3b2969a20af623cb42c577ac362242078705d23b1074aef627172313f9ce87a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:400cf467af2144a6d3ea47525762539f2cc42b7ee41986468fd2256825ed2243_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:5a2ecbe79e5272325354da355a4f98c7a88432f28638dd1addb099f1b57b878a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97594b542095892f06c8210e8c995b0e4eb03351b2b60caf12a11cb9bcf40f0d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1c9040fcf6d6292e7e47325b126692769ae3d910b7531f10ee604c4006fb7164_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f6dabdefc13699a126b8264f1a4d61f6477ea762bb98fee2bce76fd4fb30d031_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6a978ef0e8333889ecedcfca118df0fdd9efe8ee0114d1fe1684b8074d51f9b5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6f5073a93826c724e7abaf60bcf18962e3803965a9b90f9a8ea711bf3be0ea6c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:899bc1a6b733871f1f563dd114c2e4126cf2d5d9c6de1993f0b2ac8abf57148a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9fdc7eb016a326d4c2a2614620da7501e9af266bde37226adc0fccd839fa01e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5853f05670b5566c811927d4c403b0867d55cdfb15c2f67f9ecce88a6adbe4ad_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f7aabb9d3717b8e4ba320c9c51efcdccd71cb9dbf8726aebd104057aaa33a32_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:8191c2eba55186ea07fe009b36c2d9c1a4e868dd19432b9055df691437ab03d1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c0059cf7e41eba91ce6211a62d5ccdb12c2d67b961279b51317611eed26f9e28_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2d2c148619d10c8e697e9b76cbe0accf638b33c6d7a4afd98f3b2c4337ae8c1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f225f6e9b16b355c81749b64c22baa6b46ad570e26dcd24a9ec04ae475b8243_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c06ce6b0eddc2298b91cd0f5e82d94889aaa484b47d2334e1559d3d3a2013a5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c08eec295957a2b83ea404b4b8c1d328c69e3cc4764727f95065752504179e5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4bbe138590a248970dc5455e80727c53578de623805a6dcf3054a29d6dbf9a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:59c6712a839d978d066da61cbe2389a27f5094ff79bdcc732cdd1b4224b2182b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:751a142524d8ae571c3ea91d2ed650cdb47559caf37b2dbfee42d456570c05bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e537424ef339a6c06b92bbfc5ccb1ede36c8684332906f5b882108787c7580e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a6056b43551cbdb4e3973fec1ec820c27634e060adeafd4e5f0674636173c4c5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d24675cb1be8db7f01ab4af7fa725900cbb606ce4271c2557c3a798af209a710_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:dca8b6b8e554ead3dbe510caa31e877c370952e7acc121827929f0df061b06d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e509dd0d22abd8e4a0210ccd8607ebe05323ed7587a49049dab19929abb7859e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2ea4abeb2437719de887d6bc56435c7c4a7200e530c298d6558591f408de219a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d8ead7fee947c46d8d7d346dcf51bf3e23beea3ac0fb2eea3d75eec0da98e2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c6a9a36076c3db66073c7caec0d87d6dd2c0b682966586207e80dd3f42ef9da5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e2718dc1e39d6582ea6985406c991c413704c5dd9a8c7712fd31f9d5c6adc54d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:01a49c61ec1a19428357563b5ba57119da4e6890168f76ec5031d9cc8d6b4fdf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:33425fe30e23453776b4fc2f7a29489e97aaaa593a99f54b09f3a25f1637a257_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:910e010e5f5bed997ff13a571cabd67741ff4fb49a06a102d344ab03b87dfe91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f20ebf356d9e48ef23c121da93747710461197becb9f4e2529dd0686c74ad079_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b02aff7a4113f4f873492d2a8a44cb2f0b63d1069a41ebdce3ceb1589550317_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e8baae5f84fcdd1bd80b5d2d437213a7ba49b7cff3914123c935bb55da52a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:66e07da1a073e88b7cd429de6e09a4e894b3b14ca394590736389750463e4dcd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:77f42c89c880e4977aab7d5f8de0b9560f58191947b8d34f02ac899fcbfb6f15_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4c2ba390256ba07263fda095de1f92d150f64365ce5422ba18daf421b3fb9690_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:812ca0b3adf06f0764191411c5183ddcb178f103c945763bf5c857aa37ac5564_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb21c2f5c19647cfc6c5195108a0174814a638d89faef30536ae3db17f3c1dfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dd1fd8b68745c32064c3f3f400e729f24b81f81b49e34ab9c68c677a9508daa0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:054c1d587362a98178f61e898868446b336702514f9da928ebcf33127828503b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:17adaf505b415afb7cfaea1d4c6fb56a49cc106ac1fbcaba043e3b1f99886887_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9544a670410b5af505eb10c9cb03c826adc525ec733524bead7fb00ce1c5a8c6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:be157cac2518d398a443465050ec764dc32d85a826796bb89ac09271c2f5db71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0093f0a79af102b9b04a265ceeab95e52622987d45444f3e906fcc32cbbf8cda_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0ef7c8b56e920cd4b6e87ec288cfff765ad476d3475eb3166a1fe46578dc6cbd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:655db9b02bc5d4d924c3b33fa2e8646d0425e3b7be5930ac676628cb7cd5ab66_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c24868759b7ba70f843d9c10ac117d50ff6f6333da1b9d262dc0b9f214a85fdd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7c58a1fcd0e3de323bf4c6022fe195ad0063827a32113bfaf66f41bbe7228a01_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9dd51bfaa3c5851878c6d14061d4b86af13ab5324f1d84a26ae0723716449c58_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a20a93e37dee98f89ffd267720584045f13b9fa7891a78d22e1b322e0765fb81_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c07d06068d81a5756333410c36b10a9a983e0d86ee612bb7336106cd1bdad2d6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:893b5e3adb8765481c1e862d0b87e24bcc31d9d0ec8dd3a0a9f93852547cde09_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a842e69621659079f13ddfb6475c7be35cd7acead8964e87fa0e30d8359ab070_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd0a6edf3c502bc1ed71bc849bcc8f3d6819f58e79d1a9b7073270f54670e141_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dd58f72466dd2ca70a32f6aba115b8beb1e4539751c9a750e4e004440ae17f22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:654c87d95481998b0a38274607542be417454b4e89f019cac1bac8fe608e49be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7140e8cd63c00447ca9e880011dc47eb67e4bf3e5296955764e29c9437858b92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:857b1309597d26712a1fc864ced6864739e5e2e6d83ba0d05cea3eabbc21c1a1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b0a1d2504e4de62cea186840fdcd9e3b46a9e9f5f529bb9cb298b08f44a1ae80_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2d26385b1e1b9a19492a5cefe145272aa6044b3ac1dfabdbb94fef027f775c08_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:60754e275afa22da4f9b7d9aaf1914a7c12fa884c0c4f388c7947b16f5beaedb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:852c84dd7e2544b33c3ca2ec5bd0864851587f5989505fe1b000ced9f53a513a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:dadf67739f317bdc5331ae7e65cc7860ceb34a208fdd52da5c234ff23904b28f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:09bc72cada7d60b9cb76cf693e5685886c447c5cbf1c5d03b0bdc809706a9793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5247fbda0666911ae2b9aed43df50f80520bea0f355b9356a22acf52d008cb5b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a015731cc00dbc4e2c6b9ec5d0bbeb89acdcf295f20db4b322cb241cf927c48f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ee7295dd7df2b5f7c4bf6fb701f14d68604964db663320ab6571e01acc5e3463_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1c377ea26ba04a2beea4b8ec9f398aa613516d6da11841e4764803660710174e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:98dbe4117241f9f29cedea010a5b98ccc2a53d37b016aaeeaa2d95ab2ae68ac3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b48095ded55a834b85a68606af0b3662ed7ffcc89a5a124ba4a8852e1c5f9df1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b7524f637737443d68a19eea394c776af1a6c7eed796f1b14379ef00dc47e636_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ad8c71625c046b26bedc38c6a0a2aee7dbd7fe81cd3705ac9f39826c0bf6b34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:47d98dd0772b797972179b6a5138e4d75552f6cbe8a2d1bef588d0ed13cded2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:56071fcaff499c228a614a00d3ed31fcb47b2387bbc2c2bb50cc2f0eb18f5f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e100eade25af36bb4e4d2d2686fbef4e00293d2cd9e85e4fb09fdd228df2b11f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6feb077857b5c41c808e9e971e82d52cfcdfd054be1fbf6b259f0f46971c3a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7b1b10adb2fd3dbb92d7b4ef19a8fe71294f92a6eaefc9255e226df7bfe83608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a6c88cff81207859463958ba25c7956b5008674df7ced2f4042c6da77b0cd722_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef4f4a255dfc554d460b790adf1ec5d6214e08eca4de3190e75574b05936a0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8acf1385ad735b5f32bc42d3fa030d12a24c83d6bd1ab621b0b530fd779f3198_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8b8fdfc6a0e359c84b55f37412d0771f64c2e29bbe7f15d204c668f573d7388a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cf65ca8992bc8583e8fa1c288d2b2fea6276c995b93703ff5e28087369e11cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cff68a70b34e63aa9b921781c3fd17144e7c793c97e9e2f98f5a42302d5371cb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:04566595796e2ab9a0143ad5a329a50f53fbcbde207bf6fb3f7631799ebb79f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12f4979191f801ecf5e7d4ba365d105285e32476d9b53d42898a979d45cc0700_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7ffbbeec0af1f963f691fe9abf1af1b034b60ad92b254c29a732b7aab8cb6235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cabe28d88bdd7a8a3b89a3880ab1395971b8c8aee8f5ffab0021b0996b9e0093_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2552b704025ba419d2c07ac5c4ebdfae1609845c60125fb1f68852536a91d8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dc75018de39ea06ff3a067e64434bf9331fb462fbc0cb66dd2f55333438e9eb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cb447f6b42de770f81014be610fc7d5c9aa00ed41ef29d14e1cf94a7530fc41f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cc8d259223f01ec12c51eddb5185a748949b73a70707b3b9ee4ce1fe4e18744f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:143b01f70126b53c18370175985fc9cb47e3505263df51b532237887608ad442_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:68ab5cc9a8be480ecf6c9d7637b0a941477e1a078217c9534415dceadba67a7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:752521b36618f4458ca08e3a09e1c92cbfe87ffe01fa0ae3632383e96a129f75_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:96dd299d497746f1d25732b4410526e21dc5ef05598b76e7459d5ae50f5ee937_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ae5bc97b64cac3bce3c2685710c6654e757a8d72ad54718836abf37944c8bb9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ff27e9eb0e3e340ac8ed1591740f73c7bcab3fe7c122c7ba60ee45b7157d0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:69970c6685c30db0ef4c6fd14bde7cf7e772f87792f40f53ed2fb1ffc781406c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bb5aaca30fdd5e6bf19304a05a960686ef8d8f5802977629a532e90f2b9a09a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e3e0998c6bba06c68afc48ce5082354f62dbe35e292466dd9f705b523fa2149_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:743101d865394ebe727d51689655e3c1e9099edaee3590b635f70f2228610942_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:92b2be06ddde8241c04b6ee04ab58c76974249315232ef09687ea4122b7cb6aa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:af61eb0b8e001e5a7a669f180a136e64a77d74ca8545baea6c8407bad7e89c2a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:180963aafdfe44b283b4f905bf7996979f9dfe533134ec867d6d55c699f921af_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:97fbf6dcb8076a7395069c1f7cfdd69d495e175d7bf2007f32ad5f3ef1d8bfb2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a831f45601a3870f1562d264a698366fb2e82652503bc5bb7759fd05da2987f2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c1c49a701245dfd494b213872cc7dd9120b77bb84420f920dc627166c08639ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:290761371797714be24cbe0e1514da9b5bbf692b1f17ef6a013b59d602347e94_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:52f21529b7cfb3108404f33881eb82d915a5c442f32d7aed5415fab971942bb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:65873e9c633300c5d82aa9744f207daeddc6cba189b79011f22431ba80ad4dea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8b4b46fa6199b0086acd1a5be8950b9662a6b822744d3b4ed4aa17476fecc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:00c902bd889c4a7172b3ad41842ca8ead8197172e1869e820ad5d9776c6ef60f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:5557a21c6612d561f32784c8c83a62c4be780f4e877a35672a279553e5431204_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6db23ee2b2fcc8fd3824e6a1643e0e41556afe7e2b3d0a21a47595207e6a23dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d65d73f537301b907bc7c8ff81ef9a0336746395dd0011f246af8fa026a27274_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:602a2b6329c442707793fd38ec9516184cdfefa2d12b305593697ae979ae5f77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:977601aa6e23fcc0008a98917c168eba9bce341fce1f9afc20541a5a8432218e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d26e1f4473f3ec06fe195c0b00aa92b19ebe39a6eb2b6533f16467e2e400bf96_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d939f635bc63a63d241db1e563dc5d71d14588420950099bcbc9a755934ced6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0751b7cdf3c5864e28ddb2a624b40a9d4efd5c40e7b05f91826efd585ee48815_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:0d12648fb4fe4b0117665baf6f49a96cc0b67bcf309c57c63553f863e6c845af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5deef3c3e2361a9dafa182ff744368eb2872fe39b9e28c1602db671d1658db3a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:eb3fe4c42f1bb21221cdb79f47a0171e60247d5dd53364324f3fae092d4e8ad7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:25b469daa7b101301fcba87fce9d5e1695c82861d1296b5a161c52872a7150f1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5da94e0008462ef5aa1be7c992a6a81b3135192741ed20e6498675496c3628c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:9cfcc4b27899bd052a50e81145b52b68b587c852e2a73d4946e75f7c74c896a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:af6b7218cb3404139566f4ea85a650018fc48169d629d858cdca293f4bb5aacb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2026f6589aa967de8ed9188fab35d58310df4885ab3fd901d225912a4ffbbbd0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:29ec67079e0d9c769637721ebeaa3554c6d4893c9a07973eadcc5bc8f7dd69c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:89c549dbec20aba76b7a35e6a0a11a2d5c94d0f58adb57962eaefabfec9c8a5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c86c2871117808e670af025cdb19b487659704a3df06df92aeb0fde0efa71865_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b70f4d18b51f4e3079a7ef65b015725aed6bbe91bb408f7b47ae04924d7b5881_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e21c15e27981b428696b6de0b1619d97036ef6f420b1cb02b37bc02a6a8c1baf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e6b89e73a05218af010b70d16dac54434e432c4940589030c86d3af4cd4f48a4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fb34bbcbc299decc0290a8c766c3295094930b719745f0324a49f3beac36d457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8c48c2e9c6f96c1bf7c2c6ea4eba1b8aef5dc80a48cea0abca08e3b32e513bd6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:936144d8397f15e80babdf729e3914236c01bf56fffb6c4f4ad5665483e743ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b011e5aa56276d093d6cb62b77a2f2cced97c16213f88eca5538d4ed96e30173_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b2abe61a2fa98896de9d116e19994d03c24fcc27b81765f7e21f4c243a352a40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:48e2163e4c8f5ea1cc5754b305392bde9137342d4120f8736c04f2e46d301569_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:644ee3a9dabeb5ed26bfef88e69a387bed2084875fa354ef7806518862a99b81_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6c555aede73c6e2968977843578e2cce179744a73aff13229b4b23219318108b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ebd757fee3f9111bdf1e06593a5e80f952271751dd19d9b5b79dff685c379aff_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5558409384dbbca8dc5a61275db44737a7e8ee208dc022865d345b8ac3565aa8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c9ce662f55467306cd86d05e8a8f653f0d69369d6b939bfd8de08ff7a3b8e39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:864fe94b634aba0b89c94ae76fc22eaeb0afb12caa5a2a6fe95b4e766eff381c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bf360870acc08f6aae7ea1620fa0319ebeb65544437df962f51122fecb850b93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:17eca82c219fb4bfed4d15f939b13a1bc1b10be1aef510ae390676b4019fae27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4b63c060fe3acb1994f60f7ce7995bffd0a74e5491176c9dd81bb37a4f8bb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:812070a847d639c022536bee6560871bfa521040ca492ed6b9a95c1ea71282d6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c2f4d3ed583cd1f18f6220dcc58605cae912d29e2c5ae43a67f0079ab1ce5f5a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:020121e5387b84bf681766059d58692081e311cbfcd187bf848f60b82cb54f86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6e8e112f62c433ab98fc8b94477afef229c88389816c10d7ce96bc93f67a8a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bd564ed361c214420ed4bc143ffe6d864b62bcc93577764e47f70ab1f14e0136_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ed4fd92eefbbf32ab3d0fa021e6500f6bcf04fc3c92a5dec63ab30e6ff71f97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:74891ec20d911eb8a691e0b29a497cc6a15dc9e31c2f1c2ac0eadd2b79951087_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:94e0ed690512406412a43359525301a983403f9284073d886deca85951714858_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:af5e3d2f1c0a988a94e004ca67d589559d479ec961121301856ea812bd92337d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d7a9c9cd7312ce30f4afbe1ce7982885ca1fbc7b766e789680e900ec03391dc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33f14b2587bf09bd14163df00cd6a53c5643cb5da39f577184f40a153e247ba4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:389b9646355a8740a0b9f414e256548d56f6475aca3cc2d0bc8698ab5a0d0464_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c1781cc069390e1cbb90b0172873153a9a6a845843bace541cab7a359ff443d9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d92ec6e5a2ab2a3a3b6235d6d107a7667a0262321e0f7beaffe133f699f48366_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6ea798b4793bfbb78a1c82090bf108f4206aa1d93aea84d4453859b01bbd1dbf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a0a890c8be593324db72f297c20c3da4b47987cd9b8bf4fc4f0cb5e258a867b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:bbbf4ee6fbf7825ac2f432e47d2b0614a5f6d488bc726e4ec22f49ef7d01fbfe_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ff9a05cf9913f15b49809c9efd682d74d1cb59d6322e2aaef0d88425b54cef6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6028f6e472255d19a98f418b4cc13ea7254dfed80c2858dff263c318dfa08ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6dc4f16a39689e431724ae531239aa1aa11a58513c719afa2365707a7c8e8779_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:9ff12906a1f814ab93c0b08c0c9161696792c0cb5eae2fbf447017b6d1161b5c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b3588c930b6fce00c934c5bb9013cfc55e5566ba1ec70448a8c23d4c2412e2af_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:034a815a54859290361f8a03ed450c12fa6f4b5aa0fc3a6e147bbe10b83e98e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1eccdab913817502ec04fc0800364c30c5093a5333a6978a07cad2d1e23620bf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5c815fe5025fb52564edbf40d29d294f7b082dde1fcc324a4f67ef373fee313d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:db7ea328dfff0eadba9587491c2737e2fb76b063d565836fbcef2d5c5f9753b9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:12dcd73c3e0af372673fede46134418222647781e627d4d04ca8c65affc0f069_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b96c7ea82ea0a42074b1fe5aa32694343097664a2504ebc21e91083b2ed50c0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e17c4ae9ee710f2d8502ecdbe23e9032cd7274acc1fd4d113e65739c6f33ac93_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f8027a77776e6f09d7d3ab10e2b0ae51a4ae8ef585258e9dcdb87b9160c5ccc6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:18e122da6de5e95b17f80a1dc4da0fad8793000e9b98237978b391813c806511_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3580b12718cb4d561e50e695e6c19ac437fba627fcbe339afb51de53e842a9a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4848b59aecc4d137aa36ec0febf01060fb9b7b650f72892a82c2a6a65d6366bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:640fede7f7fbd8001b5e9e695281fe78527115d427d5087109c57ab4268272fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:79e9c00d0b081d279db20d8bd5ffe8fceafa764579a9c9728084d81758344a58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a6d93f8508664f47dda91e239220ee157905d2d7e2fa01a335de35b920e81fe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:aad32c93587eb7d456c20ae1bfcd2770b394e8d6161e5f367ff3f5d1e8be2e8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f465bd8f335db118233077f2489a7bb91d95cd77325f11e00eb3c58fc9a66a61_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2510dec3ddc4037da1c06e2f455beb6dfe4bbe75756fcaebc51afe23ac6c1f8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4dc935177569fcbf881d4958e49d4679715c1cc25f65778a3672a8624fe2abdd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08e28044c592bca5d1d6a74090c1b5211884ba4b08208ef4c482c70cad8286a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f12c570879273f9831757fe6dd133ea00a87be7843023a9ea1aa017c5a050550_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a15742ea88118adbfd039f87e76b18e00264969abb53a11e4c3ffe75e29b91a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ef7dde29a78d1c72fc146a00e5a4f02ab8c0b3963d1b3aba09eabebeee92b584_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:85d13e603059ba22ca95d854e72050d5ecdc211118a67fc4a08af04805ec66e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:aef96c89d72d57f54dba7c27ab410a22ba7c8e1c0ba220b1d0cea99959fb539e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:cd88073da9c7c64f978992aaac446ec2cb75762675f88245f9fc236d0d261226_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f69a005c936f36b48369b315d21799a8287e856198cae1d911ea8738bc769520_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0439bc14eab6d9f0fa66f8688355d782d678af8e06f9cd441358a4168d520ffb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3974952aab86bd129fc9fc2e031c1b10917b49c9e1dccee3d5b66e1f0f149f16_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:589236ce869d95086c81cf34a5d69065b159c3c8cd2fe4612db2e4908bdfafd9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8720e686997b0f2ca85ab66dc664a2439593629d9d0b4e741f54b362f024d37c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2a03ceb0220a68bfc4bd423a3740326e7ec642d32a5d8ba34a6af4c358ba28e1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:453ec5ef269e86d57746cd20eacf080c7b677cc93be498dce2811bbd4f09f5a2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:658d481ed2392c0f27ecef17282edb3b330af0987fd5b6c36905b69b2449fb40_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9410689192983b2d62f2d6e0d5f9d47da35078f852de3a2f495c22662138828b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0cbb8fa2f4bc5970cce5d8cb03fbc931902f552a71ffee74d35ab1dd296a267c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1153cfd00bb7b277b008f2437cf059df8295c3454ad41f912f61cfe40b66ee2e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2c0263eeb2f1ace751a07f6c3df3759019645d9fa0ee69b96ec98f4fdad41d00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8e4ce063bbf26e6ae934d2578593e12a5bc359dfb810ab39770b06f3e18c319f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1763feec50f0ccff34b9c7c5064e549c8aee5bb8985911c32f52e1a0abb501ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:87149f760ea535d86ad7acd4c5ed9d0533934b398e2a9d688f7c90e3a09c0a31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a7cb7f28494c02c07857e3b9457c7240c108e54106b02d46de785bb0d9ca6135_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:eaf6b4b6368b8962128429f394a595cc833bbda95d4d8bbd3e79ad70fd3a6bf7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3263844b2f0bce1ccfb6e4c6808a5b4ce1511baa4c5febee1d4874f1f39908a8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4ea127163003eeb923bf1836d782272e7610338a786c333b5e2e12b7741f971b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7c7d2e9e94abb500fe60c67b49c4d1f62db97f7f6f47b750f7fdc2303053516b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:87816c98fd5cade848475d11dbec81146fd929ea2c73962baa5501bdde6ad942_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:0de38bd2866aee4420b858e54f7b7a61804edf3aebbfbe85c3f75ae197c7ff2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4c3a814a1c793c4d8aa2da47a557888b71f57f79d66f1f91e905aee6ca2b45a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b022ddda8baaaef43a78d68c82985d79d0637fdfe08107819da10cf945cb9a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9245a538dbc2da50b4af4c5fabd5af034cc36261019720f32d596f82f1026a11_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:733b0fba49384eff0e6da8f4958523e70957dc1926fbc3d522bee713df8a0848_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a604b1b1ba3f44d324dadfde36d20438b0278c6e2c6e40fc2ef2eef1d77fb892_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ce4f186c54a19f44304bc87ba38c968fb1318f6f8114fe293cc95019bc8a3026_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fe2371603d2ae57822df6e4eb8668659be9fa97c55e48ac42f38a27ae1c608ea_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:36f48cf076508436c99f0c2b2d6a3005947764762c1582a27477bf644bdece27_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9f0813246e49efde10d4b450ccc2609f8c56a4c7c023c7e45280dcf88d71e0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e629bdc9b501d47bb4aa0d51f240b84815da0aa4486c3d1d1aeaa47e8bba65a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fc9e9047a5e128e082c62315f87ff50ceb219aa878914618f674192990f22045_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:23bf4885837770436a743ee0fc29893d956994472525db4de495a0f756628715_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8c4e070d833fb591302e9aba1a1639b91a2ee498ff8360c4c7b91020517ddf95_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:cff5c60a09f318a9745663cb472739952236e632eb20ed3a68ebe121a9b41136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f2609319e401f494ac425fe4b13f1b478f682fd7ecb0a68aa970ff71f40a045a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:0c59fea3b39658e66668ffa6bd82c7fe9026ab27fec251fd473fec7d7243b5dd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76c6f3e5fc30bbe67a31efeb0e11cbb785449de88ae3d83963721b6ca7147b80_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7fec025ec5dfe25abba01c82bf3788a48795ee681802e9ca30ae03440a4ed401_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c348636cc785be9aaf80dcd93ced6c53d09dffab78160b6920ce2356c17e1a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:11b9879a1618be28aaa6dfaa422763f2ac667f0f408564bf40e42277d0078d7c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:558534452d1cd10298b06e8f8e00b652ad26bbf6958eb673c02595dec1d75770_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b80bcb4c10b6580b1225ab7924912ad22c9965bfe7e61639690b2ba914e468aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e93362047f959bbe70bbdd0475e4e10645425eabead02a35f36ae5c41d7bab35_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:1e597e375d0ab498dfd331f871e673e7ff6f400cda0cb183da4817f5e948d264_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:57e7a95ea6d22c17b7f5b2903f25bce59c3f4460e727cc91a8126071ded091df_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9068d704ea677e02a44d2a5d20812f7ad6d19f49cabfc37eea64d5e9600b6c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bc4ecc34cb5e6f61366c0f1a249ec7c7870d2d3fddb6d1d80d5849faf19c5c40_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4c5af64c252bdd9fea41d38b87926403c2718287df3ca3126c194221d3f018be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8241fdcbf839ca56548095d194468bda336c1687db7d4e3b421cd02c1d01964e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9f659228d1e4b7f84ae1a8a60d8856a913fd88cdfffc22ecb4786c3be2a8ce40_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cddea13eb46a83d24036a11614fc29ab49df0788548e3a97b854ad0a5075d19f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13472a7b6b7ab95150a8b5cda01c3eade1d6e5d4f35aebea105a99961d131fad_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:339244116d5faac3479041093e431b7384955d45e22483791cdb3f481212aa71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ff18df2304c327c36f2a51c39bb86ab5fc57c58979a496bfd543ebeeab15ca_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9b7237c015e7263591461063a2b63a0e9deb55c9b0ef1f6f03e57fb6da369362_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:82e7352ca0f6d4bce889c18b845cd8ea0082b5c2742164393f935a5c81db9cb9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b51eb2b556e12ed87718810732a903c5e4b911125c65127a7cd60e197d9cdd49_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f3f04ff658b6d6dbd7ed8fac1dee1c73ad77dd98060ea3002ef1fb01d6cf77e6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53e1cca3d38fa476ec48d0ea726f11f3bd1ce505d08974accd35430ac7b539b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:6f694c9615096d15901d3fe28df19a13fe8741b670ccf61d54f3460443056338_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f3d019e13d7ca55ee5f8770cdc79bd2e514c64faec037c169302bb0b1c38c1f9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:61dc13449ec6f990ce8f9b47c7cd8a975e3938971d912c820fd87ada4a1f1ad3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7916abb8f4113a88c23aa550aecb3bcae560b2573afeac57518c642fe6abf935_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f5416fa3efcbe544f9b7801de9f12f781ee8679642770aff5be35ce1d43ce372_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a3b58ffa7f7f9227ef2068246dcd5da9ebfc4cb981f2b1054074f77a99be9864_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c8bf62e2e45f7d5b28d95d4c803f2f3f3fb831f13ec53ca849ee6c9b5bea975e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e93664607a42820be6cd2482f9259c96bc971062c9dac15245e165ac81a01675_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:283345f4b2a359432cc61ba45e51f679098682f7cae2ea8d9c8ca380d539a0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6e9f3fb5709369c9b47be9439b65a6034f0e26396b5f15abc86593d4a239b3dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f96d3c95eeba8baf4b2dae5f332e65a7b26df2cf3ae803565655fc0272efc260_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fc9512cb6f345a86a405d0b31f6beec330c8085d09eed39367595e53b1406bfb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:305b7c7f4de1ea11509f565c57245d8f1380b670d5c9660f3269f5dcdb7cc4c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:defbb0bf1bfeed22799ffa18edf28b05d57ede481a7441c4807404d95e33cfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:eae84b7b9b041354cc45293079ae0451fb5c479305f92f5817652732401a1185_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f2be5b7f2fde3198b12b275d4bec9bcfd9dd78f8510f30ba658e7851e4c3ce84_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:56f2aa6e837c637ce42d79ed97a1f07a1030d35fc64c67e1cc485e4d97457584_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:74aa17d41a90070148a486a16aaa59658558a6ff981e5889167e4d48c2757ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7e5eee39ab3b179d50d6a7c2f286633b4286287a5bb10b5dbfb842b05600cc48_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f884d27ab189f03a259a8ee345a5b7833be21b6a5389aedc39db82577da98f4d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:28ae2deb535fe2c97a7bc1f98664a7e310f60a3f76ab2b633a09ebc0d76e2566_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2ff6b0c67dc2ca501aa0a5a8aa0375365169bb2630c8a92b9027dc261cdf1ebb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d1d9a6966157e0036123f2f21aedbedc5ff1f3035f0e0611562a607f698c217f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fe0012b9adfcffd59518b7b2c24cb25bb4c98b3ae3acb5402503810c8270a300_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:592a27fd9265cd4ed1fb16ec231d32b127f198390229d9ee19376bacc62c750f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:f06e7d71dd709b1427769389f166c14617711bc0e0e83dad4c85ae6160ddfc37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:01125140a68406e1d26d99f8282969d7599abecc4c537afde8f87dc602ac4857_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:53e1db9892d6e33a5314b04953d2d73ba225dec4535e9ef388257f8f60d264e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3a247b8bebe74a8db6e54bc525a66a5f8053a1bcca3ec95d369d61bda4c07459_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ef36b7f26e3f460a5239cebafd8658a4569acaf117b697b2b0a5b36f6e9e852a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1e934e9f3c6cae8cdf5180efc7c2f0f76dc4dba9ac8af782d21efb0530565c1f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:256ceca850cc30ffb8ee86239be1be1cac6fa17603458a949eb5bcd717d998c5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:8a84ed5608f3f5114f075679002d1921138f638789dcaf7b026a8a36afa8e2b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:016777fd6295e98c86902e68b788308e4389cd962d6ab557755103040ec474cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:23e83d2c6f9dcb4df51a0ddcd8eb0fece47cedbc955aad8cf1cba7cf475be044_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:230a320d1c186d8109e9087bf08cbb4547360ac6f2274a7bf5ef3d70da056ffe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:f016960453d2e3ddce5082b79f83627ecb85bf0c7b1584fccc66b8eec967f0ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0f16fa99597c11f9cf98a42fba93a02c2cd5025d5b17a95962c3285233961229_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:40e5a17d31e53ccf740aef3419f2708ca47f0318e1581846bf8f9463c9fb3d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:610707553ac16118bc60a88d5a247e6ffcc75d2c60b015cd0207a1a9bd3aae3b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9eb78e7d44bdb3fdb2c6f59f36142d4523a77b6138f76861f6e1db7a483094dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:061e6e76256c66c57924b6de6f47a61fdd90cc2f234277defbed2611dbea8ef2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a1d9017a03410517c2f81f40c1c46fea8bd5830e3e6dea6a13f58f0debe4605_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:88b6574b5ac6e858512df79e5603ce5c22cfb000c05f83e4facd84f90bca91ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a817ac0d1f64fdc5054f2c5fd0254fb92a4cf12cccc2ff9401a3002faa5910a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae1377c0f6a0e6741c0bd2f0da21ce71f9fe486ce89f9366c1afd6105e217531_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b0937195f43ba264a3d91aedcebab71854d88ee3b182d5c72654cc15e668e8fe_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b5a123a7e340ec74d868663c105656d8153ff284bf7ec641923e0f1f6248e2ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dbb51ca1ae08143e564534436301bfba4838e0ea53ceb5b405a56a541b14ae40_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:011bc300901dd7ee7ea0d4eec4158539182c2ae2d0e14b4822405d2e2f327a4d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2154ee89ac0710f70e06ede3bf29623160c9f0ad5145d5d3b04985c232a0b271_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:29578c9d284e73d44711520d82b6c22d3d711065413f06ee5fbd6aed3c7a2565_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:44965ea6a39cc928ea540e071f4e8b2b7555ffc483ca5716e8ea717f8a70520e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0a51163b5aa517a5bcbb142a1c4e7c7b85c0b2524a7ddd36996a5f5e79626520_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84befe3c628add097e37e27085b98faf7680809fbe71d2770b3ab78cc2734756_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:431f5e82ead216e9ab0b793dfa036e3e78a298f314a7618304773f79133e2604_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f59076e4fc3fa97352d581a2c4260fdcc994fe9bc5d923fd35174771ddfbb16_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:55164246b1416e9a4b512a4766b602684e208a6e4c85fa1d93ebbb8a8edb02e6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bf4872ec0cf93f3812a714e92bef67decb3a6fecca813406bf4ef99316b6a48f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b4e111df2098110866fe3ba5a82ce3f366df169523f6ac9de710072fd88d506_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ba540c5d1aca1dca34b54140fe5fe0d582e08d8abf66ac1bc17fff167506b24e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60289abbc4521ea58602bfa6540c6fd441829d4ddb94e88270c02fda44b813f3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4a68d381fea78d741b1774a64e54dbe41eb9d2531259ee5c1b4bac7cbde72a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:eec0562a832fce1f3abbb01afdf90bf7fc0fc4be660a62839e4016f2022a694d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f4e1a2e3fae5888440aaa37a326431e91b55339296ba55bd2c15274318e4396f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a644d2ca98ffc5cab8957ec425897c9626f0466c003c01f8e32e58155ae5b01e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a9e66191aba74efbe9a2f6ad4f87a9b1a3bac47744ad4d062a680db35af6ee54_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ec54370385eebf71a15cee766d2bd7b918d970c5ba732d14088c8926ce6ffdc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f384cd8b781399a3840463e2943914bf9387bd9d2455f4d38eedee2fbe84c1a3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3444162e0aa47c865497e80283fdb4077253c439946503c7bf4af06c9ab72ceb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c74ddf80d2c3fce1c60f70f32b0c3dc8caf23b02398ca39e273f9584554c6417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d1cc5ec09c1cbb62e82c08546631a17e5fd616ebf076459df171c581937bf11e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d80a3daec24d9e0df59f4eb17d90b90fc2bb795df965fb1555281a03b5bb13e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3b02fcc7bca5ef25978e7eb6fc678ded9c88e87f08e090817d9eb9aa5b8e93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4981c943ce765fdc47d2ec2735f5d0392e23e78d4d67ab54d8cb25a0201224cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:816ce3e6ff9d42553fc6210e977ef27a11262d6ea1a9ef7b4ee7ab57a667d484_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f05647e48d9c18f6f595ef7a2c4df10eb44a1b7191680b7a6607b8969ef57fd7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2752ef70d7724e25c9b1fa69e8868af2cfd37afa7601ef88336a6b8c19d2cc2d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7182ac90c1635f97cf6b860eb02a64ae046aabf9c22645fac6dc734503e5a695_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:abb892fd1a4fa93d68cd37d0db85e81055fc1b1143146a2438d16e1b21fa7bdb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:cd7b77bca27dbdb6590180dd012e0c2ae6660003f91bca82427034fce03ddbd7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:09e2acdc864c5ec0f87acf6e9a00a4e65575fabd9b81f8512fd888ebb0e74f75_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f90eb93bb73f231f901303f57e1e0bb4f26f1c0ec818f610a9bd0397df37ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bba0051daf51345d2bf2f44283413ff1805b8180546960e07139a35d35c2d21d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e0bcf47975a5ff74507555973a2a993a80b3e0c6f911b51f0b4fc3766caabf1b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:040cb3cdd20e10c4e54915c6b724163b557b5dc58b7650e03870311cd731ec18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7f6da5d38a6ac595f42290cca3d3011c5b9eab77651f0055c391783845feaf37_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:9cfecd65655b2ee8363491b783ce154b73e93f97ec76fa051b7ca0fa3b1c31ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b0ffc36857fbcaa686d0ec1ebf07a3ac6010ab6dfcd10a40b2dc9e5b52b88681_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:0aa15760e73757dc052b862c0b3fccdb17f91bb7b04cece5b6daf6a1ea3fec72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:11532e9252ff2af74ddb4ed65e50f0a9c8709de3976e3123101186b28876c5cf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:10efd5fdeec66e9a44a5de75799a526aeaa5d003e992cecf5bc059fcd949c1d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8256059f2b9aed43d65c522bcfb372f93f97dbb3650efd3e91feb6e09c8c3965_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2cd7df46fd32b66cab3eddc931c2dd029363f3f86484ab2340985d36fb178175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d67668152522a1c813b30830f0fec333e933438da4cdb3c6ad9f77cba5b66c91_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d8f3fb631bff8ea0ae28f88156ec9ebeb4d09f6240efca55fe39c34cf119869d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:53ab6a1936526fcfc38894525e6f476bfa58b160f9b46bfac5b5c3eca0f442bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:885339c010cb912f88d3bfbadcc19216c856f46748559f0cbfaf28146e15d5ed_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9ec6f7fa174cf47efa07fe66944b58ecf8d3ab139c6554ecf22412ca9d8f2da7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f16394beb646eb854beefb76cf1da306b5ca4f64774590e118fbbdaa815785b8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7eccd78e990c33c24267dd5f4c9b0842fe7f4a52982dc51b86fac1977492fa18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83509cbe06a8a3ba88a4beee21495f69285377a005d0e5180ab7f84f5d8bbe85_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ad18509981ca57bb551aeaf89b2c548d4c9e19f9bcd931f6873e951349d75f08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ce774ed1513e81016f3855ff47dffbfdac59699ae3474580b2eaecf6bfa404e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:6ccc06108ff987c800fed7199ecc0cca122c4d48b56a6f754f0cfb266e08eac4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d4f344fa3cce444639ac38995aa2d9003c729fd4f68817690c3f62240a77fc5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c4b2681ebaf61581e414f8e2f5c3b4d06515971533861cdea1bb8769d0b80e82_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e9fffcd5d4135733758a400cc773780dc4206a78d7f93ca3e2539c74945f7db4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6026d82e76c5a724aca49bea38783d833631af3a10e3112a968c31180517c175_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d2d5d22c3d8ef72327e92579c68a810d8210797f7ab646409eac4ca39f0c5eae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfd7a06d69aa39532cbb0650eab75b7024187e179b5caeef0fb568df93a7c2d7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fd61e6c873720e87472bde0b6e84c2b74900610d8ec931ee1dd2c99ac79b7599_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:31197275dc34f37fcdc23276f4a8471766b20e6d23813b161f8c3f185d2e6e46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:337b6ed0bb31ba6d4a41f26cab02f3990ac700ee49a13429bcbf455d7c27c13e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6011173eb46bf2ae1d02701fafbdee436e221439025aea957af3525a24319750_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:66978bd6522e6172744fad1ce7030918d0d25b32ed6facc5e0c350ee890938f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:447f0234256cff99a07d28bfb8c847933ff7cdf15241fabd1ca917d64fae0a5a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:698621a97fd9485bfdad99022867aefe7893057410ba28d7b914f8d7fe937d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:78c51172a0395a06cca9d993366487ea8753e7ce8a8aa45c0d73c64a89b63020_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d36f2ebee76d7fb0cbe10e729830d88eaa8c84526c20b9b6a8c592f4b4401cf4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7aaab2fc17de0e874f9fed8fad20789262744e7626eb210293bc0cf9994e54f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:b784bd602e89e8a668230c6936954ea1c0d96bd5f1b04b9760359d10340dc990_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1281648a1c804680b7265a25b4678b91ae558ee19bd1a580fd1886ce2c0034d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ecc8b267ec93a95038bfd351492b585885ba6b1cd4ab673a94ae3c89f3f67cf1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3d5e526b03fd6cc5b5ef71f70a04d2ed69be8f943677e89fcc2cdc2ad6021424_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:89520019f14b8ae32569e990930aff2832f229e07b30674eaa5cdb7908271fa3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3666f47ab7e42b742fac969b83fbcdb55951ca6f7c22ebf2cdcadc415ae44ee_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:da318598ecbe819b7e5a92cceac7bb4a374ba8e36bf64ee0f1f6682fcbda0b24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:545db5108c3e0b03e6794a056234093e973d8f75325ec7122fd44110677592aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:769ad2d9a6e75fcffdb0f242123531efd1ef7f5fcfba69475bc7c5068f457fe0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8744be65ecc7de9d3ddd29e4a62721ff55334f70ef445316d6946bf285104451_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c138c3f46700d4409d1ce4c57fb8476dc4d856ec633d9032dc723ecf8319cce8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:42acb2b7ee8d7d622ee215a158d617129acb3ab333bd185e204a5326af7c9760_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:65258ea533655369088646c57a4654f2c81868fb7d7985a1e1c21596bcbc5322_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b5fc5ed8e8c0c3585cef505ea0ef0214106cbb3b0db0c54ec215ccfccbd26e82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b8b25d30ab6ceb881f96719f57d738a92addb82563a46b6fbff21bd8704fa626_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:388c18b5028a563a59e20e1640c2047c7d8dbfe6dd2484a7ec91f97bc609299b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9dbea4b7457ab29be4688f0b78b5e1c468a095e144ca01dd4c699cf7536d5e43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c06df21db110127fc1eb84697e9ba3f67d909b98353e533f677c19a28f2c319e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f8dfe1ee35112afb1de1fc294ef45df5432ac3157cdc53ff8d321b12a8c71fa9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:50c37889d45ddbca844c6e12ded7d148342eb015ab9bbb319ee84e2f1827e16f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dac9359bbb5b2446c560006feab152d506d83864a2b6143aa47cae16cb65c6bc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:dd77c5a4b01e46891eda6ca5b7b734966b065bef11981c5fc14d1107745285d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e2c65d9e1e0b628e9aa48d105915bc5acb1f9e3366665f5f9305af4bc7f2b2e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a2986c7c7cc8184c62a433b55299bf165e6c993475463896e3efd71e4f888c9f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cb0074eac650e96403d5d40bd9b897bc6aa63cabc66c6fe2f314d703c9ab9816_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:dc8835f81fcaf2909e69daae96bec3bf8b6c11c60a6fc9c7f3fca01b1b6bd202_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e1686dce1d3a117b5a002125ca4a6f44d8f2509dcbd54ea74d2fde85371be0ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2beee8794b73e2b3cdd05b4274ef695b78dc563b00520955755605e7661c37c7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4319e6ff8887ed4f8f694b2e9634f4d6e66af9e99a51bbc3186f23a95f14a690_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cf42280f2f9f6c57575850d57deb703f2ff0b38622d7d306f83258c489e3a3d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ded9750ea2c8ebc89b50528f2e40c8f922442c86f11288f3f8701b9d1723515b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2ca3e11af336c128aa55336b2859108199ffa9700c0fa8e480e4af67a9d63d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:cc024a6fec4bcbaab8c331f45692979a717e7425aada5fe7cbb5b5e14f874d0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e5eafdffeb2ff541d160f10ebfe1f6be6144cbb317467d4c6fc29a82a408913d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fefdcb4b500ce14ab3ce3709b621bc9c046c5f7e21e55895aec64bd0fc9384cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e739b1d59ce968a2fc625e4971302efb3b78aa0f939b8dcdc3c560e1c79a7f9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9a1522dc092d88cbb4d74da5355c5d9408cf28c29e3892733327d044a333fd12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0d551de5f36cfca943fb07f5a8ab0f5db4a6032087a0923fcbe04ba1d9ddb171_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2879abad28f05c1ad0fcb50abfcb43a388d4cdf39b1ff7c49f076ae79c9af78c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8af7a334e62ada6baf6f8d93090bba3a50d6e6d562151d0d93424f3974acd176_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:df6e750b9a9bf67ce1ecc2d3bd3f0a22db5fb7717937ec5e4e961ceb533ed091_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3e664474ef48bc044523163bf2eac17d7c5aeb1be9fb5bfc785c96fdc6027d05_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4611f49aaa0444d838108dc806e2171420b487028b5c521e7f2ecb26b33d9c6a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a4b27efd3c8ec696282c022d238e3c3c73334e50ded6b67feeadb86b5d676b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d706b06cf7bdc37ebe583e2cc2a1e3e85ef54d30add7fc1a73c6d1c9d40168dd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0d6826685f79d6033389801a7f569eb3e47fc969f5af4dfaccb0e158d36517a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:874584721b2a7a47c6d3cf2d3b548cb1167e00521d07a388058c45875a719256_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a5b96ab9b6111cf54c42c379dd19f35a0d414ed1c9b4c0d8fcfe41d3895f0138_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abfe76b03ce7b7dfe6ff3fe9089b851ebd5007866a7ede8759731b0d5f0ddf02_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:20b0c32d079cbeb2c2fadb472bb27f6fb1a2413f36ae602b853094ae2d1d2b41_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2129b5522f0848b8141f743fee2521dea9d41cbe94be669a65c5a015393d7b96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c7a8ccdc7df8f517664689eee6637bf5fa2db769c7e7d21386f7b35ea7fd838e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f8393c80e24057cbfb59701462dbb8ab992123a7486cc022e4676d7dfa476a65_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:15383653b915fcd47bf4cfc4321f3aefa08f85506353f5fe47e2f6f836f48789_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:927bc74860b23c4e853b34066fdcd540550b1c82ac925cca4ac681adedecab43_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb17b4754b28773de57cb259229cfec5f43fa3ddc371ee10de90ec9707b2184b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f8a618c18a05b44606102b9beca392fc43c726540318da18c7059be24b8d8f04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5702a76a21a432b9c38645c14477827e91f03f91924df824ae6a88355acdfb93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7ca7503da40177c2d24fd683e77235e1422197b96e644e491b88a994f9ae0694_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8b6c1d098cd860d3dc23576058256f391c16c4dbd7d28541a333a8237ffc5da_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e5523f754255ef580fd103c685386984a0801a0d967cb9618080b6ac10c425e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1df3fd36ce496b016a129dca0175764276df9ab807ea7c98bcff19360d331e7b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7a05bf874c0dd2a82a1b976ce561e2f1b7b32889e65ff3b40088e861e73ae114_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f6de2790eac93ff1a117cae44a42f3706f269e72eb2c218e1d2ad9d9ef4ab963_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:fc526e1eaf77413445b175aad37a8e55ef4dbfcacf799be07c5acee6f3610d24_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:220bdcfb6134c8829e756adc2f42b4e16e09df0aef365a9d632959849ed8b2bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32c2da02d3fbf18f78f95b32a02e8dca3957f2783bf7df8e60319df225e93558_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dba99eba50002901744f7dec745c62553ea7025263ff1f3dead2b16c99fe3977_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:dd15865e20ae50751cee23f16f202bbfe595a415b4d67931e99528939e6204b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:310d8e5ec4972062b719ca9e62e6b5d35e32b806721b9c33d571dca660a61bbe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:47d220a19ebb60618007473ceebb069ad60f2db6f178e9bf4359e6996602c5ef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5e81ae86baa0d19aec99aa2d505f5d1a02f449445d67116ad4a5bce4bacf9a8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a6cb9e4e4ec1077746e9de822db539f58b69682664daf192b5c9d6355299b6b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0eaad8b5b489d0920b9d53f3b584c8e6cc2fc21fc86e97f199e576a7254610be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17fd50cd19720f3fa4601afcbb2a92e98fc6535f0d3317e58f6b862902347a24_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:268679b01182f4ed5426c96faa84ee3fa03b74fd2a3a9efbeb5db69b87d0555f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:78f4cb0c4e9a2a1622489439336e08d7907d91c5e8d70ec7b62092754a6a1390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:486264413c4b7cf1277d403c377a1c99a3d6816dad34b33cf721917425e8601c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4d6ae09a719266d0f246104ad15eb53e6391b86713603f3efd717eb7d2e861cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:681df36e1d031515e440060154d3ce0628246fea6d492e9b1cb373a110070244_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:df430be21b6c54b8e63048685bc8ba056f0a96be61ae16450f603c64dfb605bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1ae40af1cdb96c7bcecf2b80ca955f348290fef4d1da5ee53dbe752253ebf3dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b1cf63abd5a748a32f4f0a8feb34cf2b20bde0d8df5dc11dab3150f50f65fd20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d7cf85843040c8d101f4717cb086f325ce40bb4f0e23007fc52ef6c280fee05b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dd2cb9591512f5d5b7e70092fcdf40f198fae9d041ba17d6ce3617678a4fb1e6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:264824da3338431cdb0e127e7d01d0d8f38b626f5141782d206a7b86c5d2760f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7ebd473b0212b1d6d2f540a72904aa0a71f07fabd630062d150a90db8f9d05b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d0bf276b1940770f7485f297bfeeca0d95bfd519d598faffd9fbd4501cd92a87_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc25b68d60dada30c283d2015ccac716400fdfeff4cb5d95e6c1a2582df44cd5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aa7582b918d54ff0560f2c48df7d9e3922595baec83481841a2a874fac7d800a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e204ad77e9a998fd1c3a1c5983ca6a8f62b1fc2cfa2a1da73728d0b9e80ada00_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f241d00d4ce42325057e2d15bd2e13297b8a8efc1ce3042fcf34f49f1afd530b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f535b95154f1043f0d393f01225e178c3babf5ac619c4f0011e3f5aeb194103f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:201e869d9d458e4a8e62c61ebeca34a7191993dde102817bfcae2d9b6e2594ac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a11a6c15d75bf64b902a65454d006781261694fd86d76700ff26ae3a8921f279_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b12e0cfe5a8546de2a2cee37934860cf29eaea1776d754ea08311a74bc3dd74a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d69be568fde24b983a9264c9900dc60321ebff324a34916f754696e35fbcf1d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:51a8a0c0e03390cdb23a3fa590a7e0f8705dcd2c205889a69800bb5ea47235ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9140ab8badbda80d064dac091edce4e5e5d45674a2352bf46b94b559b166d015_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:97e59f361a765bb4db447a3443ef94a5f5d1f8154281371b8c70f58ded9872d0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:faac69115a2bf1026d18452869b8d97d2ee2ffc21edd150adf12d79349424302_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29c4741af43382e7e415f5775a9581d4efb068ba124b7446503e81ca82fe69a7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:aae5ffcbde7a3ba803840ae6d2b2635e802430b11d478197fe0e16c98acfcc31_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be00017898d279f30cd2972dcd10c250733f21ffd81056dc6054af813e037d50_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e2610c98b6e78a74df135716d3f2353485dc12e4198417680d549271953761a7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3963d1bf4deb971b12109bbb4f7cafaf60f290e1aef61714a7667fe83a7ccd56_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4669a0314ed322ef98776433f880ba89b40d66a4bf5accb91d814a40304748ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d6607a593ee88b61efcfcf9af8f1467207d889a2964aebe3a92c11d07c204ebe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d79ecf7f1416adf2b7802c199e6b57791298be7fec5f53ec1b4214a7cdc9854f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:12ce895b17c633569a036f282d968496eb3020a71125dd079ca01aea2bb9d510_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:34060de542dd7c842eeec41b99ad8aa99a26208e1502b0b96388ba9d0168485e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:4a276f5a8cb1c69f08f4ec6847a95e8ea806e1c0b65e6f0d12a99c4221420d8f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:98e82c79401adbcbefd52fa5e0f95410e0649b52992ec9d2e96032572ef7f718_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0cb0d9e11a826778407b9961f1c0da5f679b5d63088e10e176852e9e69943b19_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:3187c22a5d8dbf86907d4aab83825f3033a79f2c8c9a2428f5c84f20ff7dfa71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:1c26dbc1493943b4a1995f40c5a7286d10b79de13a4dfaad938b0a4cf1fc25e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3454b90ba4ed226d827656ac64d9b9b656f85fc5b02674122b072fafb58d6eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0e6a8d3f8d26a91a246327bc7d12c798f1d2c59e024a25ce4b96ac5325e52d33_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4f759db909409d92ad424f8b15056a0f3902cdfabd4d1093f2093869a97fb579_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:0ad8c4e98fa8c38cc431323a3ce501474e2129003c7009002484deed052062dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b856b98952ad564140fc5c42b9ed925d5a82c2c81728a89ec459046ddb8e7c8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:72c348acf03aae048a48f3fea3acb72a826cab2095131f976ce191787b968335_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:88112062cb986cddcc02b348e491a07236de3ad9fea5c60206a6e3f4feb3795c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e1762cd3acfb0eaca4840454e7072ac92f8a8fecb918a6e9fd74759e021a794b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ff1b7dc6e368e20848fa99f8e9dbf9085e8a57e311a036ac9d2b28326c14fd4e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:38f11162db0c7b24cb0745aeec72b87ca8480aedbf41d7348e79e8a74b4102f1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ce2943fccdc2fc397f70147538ca2e388b7acc66bccfcc3ccd4962842e1c696_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b6e26455e866c65bb10722d117536d47fbf5827c89a600e7559808f4d1cb2d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fb485d4f4a32587da2f6ee1c31a7625e54b0625065149d87a798e78868a3b4c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5152478257a61b761957b3a97ba08d655f18c83bfd8499a72395b2057f1e48ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:60a285c0f182e0c7e54395eec3380560d92a6f048ab5266ec3cad257bbb37417_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d2dbbdc01d771f18537347c6554dd12192c7caf60ef003b4b0856e9f2fbd8371_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f9e5ee1ff1c0b0aaf8f104182efe3e5e6accd1ff74c37834ce50b1af460e6f9c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:32742b6f2db2573d26832e9c248ca1afdab3fa5dce8917ded53076aa5b62af97_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d9308d1beb3d4a1e34b34e188d94027660c40dff73cc40d6832e53eec727040_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6d1ba448b08b3c7520ee3386f2f982d20c5ac3f7a733ae8fbfe6a43d61292e08_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b545cd747e5dfb6f3b722234dba5bc20f1cbfa8945a56e94b75e1ab4376bbec1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:800278ab748323ded5be8b3c066bb1e49b40e9f2ce2b989629989d046e78e211_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b5890120418aa2da50305908e30d3e89a57b060a5d5205363c4cd98aadc6b79e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ec52561d9a83b7c1b790b60a61f8feaf8b0d3cc629030de8b5bbe45c53a14f2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fbe177541f34f0015bba923c5ca261959e2f43f17b83214147f98a247e523272_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:50a5fda8f9316b10ce374a9f502b2ef0c90726e093937ede8ec8e530ab34e58b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a1c27bf21a032e4ae6ce8d308dd8ee12c9c29c4ea58be21b79fa62e2ef68690a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e7a9f3408be2ccd798426b7ba970c89cf8baf0844db5ab87810193c3ead19f42_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f60eebe5f5bae5e57299e08d72a672d26247707fd9826af9d659b957d3ce524f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4422488bea0e2d5db88debd30341f20f5273f582a02f1f9c06b29dd4233bb041_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6fd1d2aa56da7887d642be3f63a027967e7b22606c15a807a1530e0ad84c48d2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c14724665ab0823c4cf6a8f468d8acf62bec8da8d802e5650e596fd76aa47aec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d2f0ad5dd37c5d802b70d53be3210c714e5af7bbbf690bf87eee6ccf938899a3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:03d9ce36d91ed38776edad5fff600df6c41d8153ad035dce3d6217ec983e035d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:76c00d2c85d5c098fda3618f7ff887332b603e8e5aa8d288ea3f2c2d1cc54344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:997fac822646d9058496501a66342ca640bbf1bb1a21bc971c463bef3bbb48c5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c156c5845c795014815234a2e192dd7fb340d28c7813e417856f318ac2c5ba76_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:23c3bd78d686ccc3a1464c6aaf5e71b235967319db7109627612a45a4b6248d1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70b863eb50e716e60196dee04d0a9e8bd07ced93e4765eafd14615fc86983617_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7f2d9c29f619b6ddb79ad66acf4994cf82a563725db3b0eed5c1cfa9144a4167_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:a809611e8b67f245642073db5dee008b465787a912df853920764e8a3e39d881_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0fa539ed814db4985e363650492dd899429981895415126254f3000a90382fcb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0ffd06f7a78c22d1d98be4cf8bfbba5a2d13e14b903a70da867d16c5977869c9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:48501fb37b45f51213f2ea4b3397990ec64ee59a626a89bd8364f7afc1e20e88_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9d8236d99493469d76daa4b68885225dff50927862daa143928081960067f3b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:00c34691b0674e3cde8b9ab82c516fdcb5e038ed7e3928b0fc322262320f521a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3802cc3722dd52e6ea602442591ced65ebe2228c38bb12b5b423f441e931c374_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3c4e962462a8a97643318f4dc3b66b5a22259a7d61a718664e18cc1d7b5cd020_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d6f73dfb5247ec1dd6f20cbc2a2a1162fbbe298620eaf0e12d1f768f3da5f286_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a9918afae351d060dc856681f73ee15e3b066f963b8a0dedfd39e0deb0beae8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9c011bc3f1cc95cbe696de8349ed287eb9dd2dfea22609e349cbf9f5225d81b3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:1db28b7472bbcdde92f56ee1edd46b8386d2f0f8b60d328db59cb3c5aba88eaa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:140669b51922f347a54443864060529aa137540bdb7feac1020895c590cfcf3d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e65a7b666fd4017e84d8b4931f66d5b395512fdbee9230e775059a616c2cb594_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f0a3225b5554d2e8bccc2d558c178503be81d693d1d05aee857998fb55711e22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5f6f8a3591c456294f240a4f70e28e5a6a2221bd606816c824a1a02276d73821_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8c21cac50a26356314c973450cfe16770391f495eb1cf9c5de948ae2c5b4bc03_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b54d86310925f8762343b759a98c76ec7ea2189cc48efed5fbb4f4580d632e9b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e1ad066cce175d14c4ab37a0c9927a471184dcb4b7e985de98e3e032e8baad29_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:57b878bda23ca2dd6dd1ea4ab3c6a830d3feed73ef6047a894d7448b5560c86e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7e8a12d3011e6c10b043421495f2f29fe6b92c27aa5dd6516e3442ec63bc369_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bf190966c97f8eca720100399597b0e2e307ddaad1288a491e62c5798914cd0c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c3ff9f3bda6dc66835b8ec66a97a29bc2f59877d7dd64c69b602837c1daa8749_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3437
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat Advanced Cluster Security (RHACS).",
"title": "Topic"
},
{
"category": "general",
"text": "This release of RHACS 4.5 includes the following bug fix:\n\nFixed a bug in which Scanner V4 would perform TLS validation even for integrations that have TLS validation disabled.\n\nThis release also addresses the following security vulnerabilities:\n\nCVE-2025-22868\nCVE-2025-22869",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3437",
"url": "https://access.redhat.com/errata/RHSA-2025:3437"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.5/html/release_notes/release-notes-45",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.5/html/release_notes/release-notes-45"
},
{
"category": "external",
"summary": "ROX-28601",
"url": "https://issues.redhat.com/browse/ROX-28601"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3437.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.5 enhancement and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:21+00:00",
"generator": {
"date": "2025-11-12T02:30:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3437",
"initial_release_date": "2025-04-01T04:50:24+00:00",
"revision_history": [
{
"date": "2025-04-01T04:50:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-01T04:50:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:21+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.5 for RHEL 8",
"product": {
"name": "RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.5.8-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.5.8-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.5.8-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.5.8-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.5.8-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.5.8-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.5.8-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.5.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.5.8-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.5.8-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.5.8-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T04:50:24+00:00",
"details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to patch release 4.5.8.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3437"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x"
]
}
],
"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-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T04:50:24+00:00",
"details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to patch release 4.5.8.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3437"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x"
]
}
],
"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-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:252d56db8da16f6b018c29bc088584579b9dc8c773557626e39c2c21f4a33ef7_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:2cafb5fa71ab6b8c99e675342e151a241bc6e74b1778ce529a4ebfae3e3ca620_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:78f020fa2e2b41a121338a6804b187f577d6dd3cc52acd4a8175b891044b87dc_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:311783c59fdc94d10b6713a718b29c49f685feffe8f586db3adcb347acf8c1fa_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:c580b5d8d9dd666772d2a89c6b8cabe302a061a39de04a33cf021c37530d9f34_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:dd9409a53b97d766675129ba0b54e6b4a091265a02c0e373cb37f98339e5716c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:017bf023a9935fa8a8a4470155d8d562e9977ab5ce0066d9125729b071de0ad4_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:88e0c7d9ab59e26d2d4202eec5955adfa22a08d2fd1ed2de3101071e157a2ce1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:d1bb55ff658ad2f3ab2c43bf39393063ccf78ed1c262ff947a807a0e4093497e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:260352973d0bc11ef9b18594eaa165a1cff1239dd83cabcfc37dcece4631903c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:6b1668188be2bdff894f3e268a99df669186568153c5bc0fd4b57d5ba730c037_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a9810799bff68bda8d43f8645dd7374bb127e7d7a722cf1193effd853edb310c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:1e4c21f9a8098205cfd520627dcfdfca84c40c66e93698398a350647dc5fa1a1_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:3803b1fedd70aa3364cd4a6d933caedfae10eeb61d16f6cb4afabed5bca2c70c_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:e890f117226469643fd93d0f5cce6800342e442d2955b7f59a5c845ee902ba8e_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:5d6eb145736545f4c8566e75edb2d40a0e65499ba189bd160c759291d5bfa235_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c5bb7e387bc0775925c174ba132089c0d986a9edc8df64702b35f2732b317f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:94ab1d45684e1942b3e273cfbbade6fe1ad48082afe538f6152b59f9781df2a0_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:67729231ca71fd33bd4a967a78a27c0f8f69623f37c1e39116c273eb5915334d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:750f49ab5ce499be086b27a38ec2495c3cc0685ce27c93c3992d6404559c0789_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:c1ae51c87629f4892e3b4586f0059f32b8569851f06f59f726e1c5f9a65f9e95_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:a454ad4ef2c41ca76af2c589c26de07c1796b81460c1168815b06e5eaec24b24_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:aefe066ba785518b314c1647c6223eab231a7d451f93a9b4cafa85cff705851f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:c2af0e9bcfc1545c87faa1656058e6982eb0ad33ce49988d6201e5923e24b146_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:1b408c2f94bdabe114dad06e8474413ed217601de004e505c4a18d4bb2f80d89_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:75825dd53baed3230fa15c3e3bc8b4153d43f6e3a3d1eaf7432ee8832df646ba_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c39088995863e2ef3bfbcfeb43659f3ebf348f4aab9e4a67b0ed19cc06c5627a_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0c69bf7a9039a1d343ba1940fcbe6e66f6dfa46d2b78e6ac70892cd847a4fc55_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:322ae4f2f75b8c66b9ec161580499a78edf3a7916742f534dd72ac73fa191cbd_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:9e7205874eada2be89406906bd2c159e96195690a6e3575468814b0b76d9c7c5_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:66033dea44b4cdec9bd2206e6fade9ad93d739eec04d995274cdaa869d52df7b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:e0f2e8695a7d40cede88f421ba53efa6758cd305d3d73fec4c5183e897ec2add_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f5f15a5ec355f883d1cb489f3ab88ad44395cbc714b6063a03792216130a3eb1_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:22bd3dc2da5c705136597c161e94bfc0aa62e4f3522a026d302d72db60045a78_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:5b0b04f342363bdd535d51ba95c2aca6d0aaff3640a29dbdf108ad235b06421b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b6ab33b217c0e90742d732ab939f1e5f54526d9b44e917300ef5701f2af73fc5_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0b478464b036ee6bb27a55378f2ec1216d9eab088cffcffa820fd3ba0bec0f6f_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8070bc31a4c769780dc4d1ff6080d9abdfbc7a899b9ff38ed29ea0b4b60c0360_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b025a3169c9707673a055f79f65348f803f1def03b48c5edfb170fe9dfb54c49_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:8274
Vulnerability from csaf_redhat
Notes
{
"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": "Errata Advisory for Red Hat OpenShift GitOps v1.14.4 security update.",
"title": "Topic"
},
{
"category": "general",
"text": "Errata Advisory for Red Hat OpenShift GitOps v1.14.4 security release.\n\nSecurity Fix(es):\n\n* openshift-gitops-argocd-container: Improper URL Sanitization in Argo CD Repository Page Allows Cross-Site Scripting (XSS) [gitops-1.14](CVE-2025-47933 )\n* openshift-gitops-1/gitops-operator-bundle: Improper URL Sanitization in Argo CD Repository Page Allows Cross-Site Scripting (XSS) [gitops-1.14](CVE-2025-47933)\n* openshift-gitops-1/argocd-rhel9: Improper URL Sanitization in Argo CD Repository Page Allows Cross-Site Scripting (XSS) [gitops-1.14](CVE-2025-47933)\n* openshift-gitops-operator-container: Namespace Isolation Break [gitops-1.14](CVE-2024-13484)\n* openshift-gitops-dex-container: Unexpected memory consumption during token parsing in golang.org/x/oauth2 [gitops-1.14](CVE-2025-22868)\n* openshift-gitops-container: Potential denial of service in golang.org/x/crypto [gitops-1.14](CVE-2025-22869)\n* openshift-gitops-argo-rollouts-container: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS [gitops-1.14](CVE-2023-45288)\n* openshift-gitops-argocd-container: jwt-go allows excessive memory allocation during header parsing [gitops-1.14](CVE-2025-30204)\n* openshift-gitops-argocd-rhel9-container: jwt-go allows excessive memory allocation during header parsing [gitops-1.14](CVE-2025-30204)\n* openshift-gitops-argocd-container: Prototype Pollution in redoc [gitops-1.14](CVE-2024-57083)\n* openshift-gitops-argocd-rhel9-container: Prototype Pollution in redoc [gitops-1.14](CVE-2024-57083)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8274",
"url": "https://access.redhat.com/errata/RHSA-2025:8274"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "GITOPS-6254",
"url": "https://issues.redhat.com/browse/GITOPS-6254"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8274.json"
}
],
"title": "Red Hat Security Advisory: Errata Advisory for Red Hat OpenShift GitOps v1.14.4 security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:37+00:00",
"generator": {
"date": "2025-11-12T02:30:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:8274",
"initial_release_date": "2025-05-28T20:39:49+00:00",
"revision_history": [
{
"date": "2025-05-28T20:39:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-28T20:39:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.14",
"product": {
"name": "Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.14::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift GitOps 1.14",
"product": {
"name": "Red Hat OpenShift GitOps 1.14",
"product_id": "9Base-GitOps-1.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_gitops:1.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift GitOps"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64",
"product": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64",
"product_id": "openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel9\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"product": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"product_id": "openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/kam-delivery-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"product": {
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"product_id": "openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-operator-bundle\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.14.4-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"product": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"product_id": "openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/kam-delivery-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.14.4-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"product": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"product_id": "openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel9\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"product": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"product_id": "openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/kam-delivery-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752?arch=arm64\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.14.4-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"product": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"product_id": "openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argocd-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"product": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"product_id": "openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/argo-rollouts-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"product": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"product_id": "openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/console-plugin-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"product": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"product_id": "openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"product": {
"name": "openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"product_id": "openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/dex-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"product": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"product_id": "openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/kam-delivery-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"product": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"product_id": "openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/must-gather-rhel8\u0026tag=v1.14.4-1"
}
}
},
{
"category": "product_version",
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"product": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"product_id": "openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-gitops-1/gitops-rhel8-operator\u0026tag=v1.14.4-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64"
},
"product_reference": "openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64"
},
"product_reference": "openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le"
},
"product_reference": "openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le"
},
"product_reference": "openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64"
},
"product_reference": "openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le"
},
"product_reference": "openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64"
},
"product_reference": "openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x"
},
"product_reference": "openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le"
},
"product_reference": "openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64"
},
"product_reference": "openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64"
},
"product_reference": "openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x"
},
"product_reference": "openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"relates_to_product_reference": "8Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64"
},
"product_reference": "openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"relates_to_product_reference": "9Base-GitOps-1.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64 as a component of Red Hat OpenShift GitOps 1.14",
"product_id": "9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
},
"product_reference": "openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64",
"relates_to_product_reference": "9Base-GitOps-1.14"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are 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": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T20:39:49+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8274"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2024-13484",
"cwe": {
"id": "CWE-668",
"name": "Exposure of Resource to Wrong Sphere"
},
"discovery_date": "2024-03-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openshift-gitops-operator-container. The openshift.io/cluster-monitoring label is applied to all namespaces that deploy an ArgoCD CR instance, allowing the namespace to create a rogue PrometheusRule. This issue can have adverse effects on the platform monitoring stack, as the rule is rolled out cluster-wide when the label is applied.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift-gitops-operator-container: Namespace Isolation Break",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, a local attacker must be logged into the system with admin privileges, limiting the possibility of this issue to be exploited.\nFor this reason, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-13484"
},
{
"category": "external",
"summary": "RHBZ#2269376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-13484",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13484"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-13484",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-13484"
}
],
"release_date": "2025-01-28T17:43:15.879000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T20:39:49+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8274"
},
{
"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-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openshift-gitops-operator-container: Namespace Isolation Break"
},
{
"cve": "CVE-2024-57083",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2025-03-28T21:01:02.993057+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355865"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in redoc. This vulnerability can allow an attacker to cause a Denial of Service (DoS) via supplying a crafted payload.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redoc: Prototype Pollution in redoc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because it allows attackers to exploit a prototype pollution issue in the Module.mergeObjects method by crafting a malicious payload. An attacker can alter the built-in Object.prototype, causing a Denial of Service (DoS) condition, leading to system instability, impacting the availability of the affected system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-57083"
},
{
"category": "external",
"summary": "RHBZ#2355865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355865"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-57083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57083"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-57083",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-57083"
},
{
"category": "external",
"summary": "https://github.com/Redocly/redoc/issues/2499",
"url": "https://github.com/Redocly/redoc/issues/2499"
}
],
"release_date": "2025-03-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T20:39:49+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8274"
}
],
"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-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redoc: Prototype Pollution in redoc"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T20:39:49+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8274"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T20:39:49+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8274"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T20:39:49+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8274"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
},
{
"cve": "CVE-2025-47933",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2025-05-21T07:20:49.941000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2367740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Argo CD, where improper filtering of repository URLs in the UI allows JavaScript injection. A crafted javascript: link can lead to cross-site scripting when viewed by another user. This can result in unauthorized API actions via the victim\u0027s session.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "argocd: Improper URL Sanitization in Argo CD Repository Page Allows Cross-Site Scripting (XSS)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47933"
},
{
"category": "external",
"summary": "RHBZ#2367740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47933"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47933",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47933"
}
],
"release_date": "2025-05-28T14:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T20:39:49+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8274"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:23a8aac6d2e009bbba4b0bd7beec63306f0c1509f34d2dd8ab8a611011dc17dd_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:d72734b90db1ce7201a96c524ac571c87a49da09ff4d318f68ae6852c6d16b76_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:dbdb2e380a47e55c12c4c4fea9fc4b69f9073ef00138dd82923dc095250d4db6_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argo-rollouts-rhel8@sha256:fdb7dba204200801073ff293ad3842c6ae48b6decafae292729ad7d571e90f19_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:30d63e8254a436279fc5e11c5bf7b62d85502acc221d4207fd70a15e54a7ee16_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:7c537c7cf6a0432646b7ab05ee73e0977f5f3b7b0fd3d6be37c02f9396a1d737_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:cb5b95895261589a9845628f6ba2f0d8bea6bde9908ed8d49c3e4ae24d447f50_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/argocd-rhel8@sha256:d238690e3827286b7aba7f7d259ec0aaae1ae3fe923c56b00c742ec8737a7c8c_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:0512fba38410f128d3137fa397281b5ca95b76943dd51fcf78a7feacbb16d96b_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:49d66633f974c5ce83a09bca0a69538271b4991f1e7df4b35e2d7fb2540188f7_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:8dc71e6ebd38cb2e54de2cc2c13717e170944598b206e332d799acb5bd411a40_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/console-plugin-rhel8@sha256:c3c850aa2526b48853e27a808b3565dcfd133770229be259b60fb9286f8f5d2e_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:455f5ae73a9f061ee99f914544abbfef7a5b902179fdaf956802edcee20d767a_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:bd801415cb506c52d03a390323c098c7fa8f99af1895301708d1a0a56f72b215_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:e7f8db64e7c7a2ae31caf2f54c60debc803acacc7f0df18e49c246f3f878557e_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/dex-rhel8@sha256:f32c097916c50ab0718ec75c1bf6ea12abc99b1b29e4cb3ece122fa4112e6a42_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-operator-bundle@sha256:773592dfb9964970f444871a8812e8b74db3f205faaa0bf148defa1a2b87b649_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:57388b8ed2c018728f7efed7d355fa1ac066d19c224a27a7517a2fba01c5d3f6_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:8181401cb43af84059707ab096fa7f0599a251aadc4f7d53bb38098b5e7dd752_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:97603cb305c6ff71a01aef4c494ca4e4b013bb1f55e4a98c99734d57fb03f4f8_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8-operator@sha256:a3c3733bb827d469b5f51b9804a1515a13f58dd21e9f436bbdd0df280bb49f93_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:8989ea6a8e7cb8a7ef64635fcf28c9b800c9287411071444f8fb358df832fe38_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e7e7dba53756f1053ca385b6c279889c9c87bf05adc604b77619fec12c582f99_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:e8b3e42c2ca79b6665920f9a739461f94937e511c2e7ccf60da338460084de0f_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/gitops-rhel8@sha256:fa82571fbf077de163d8d56d9d587971f5179740e9455e9e7bd6bc62b0330ba3_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:2e641073b54b27f405def00c4b8731cbf9cdffe2ed8f89c9c29782c18fb55b67_s390x",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:78c9599b4298cb6dcb59c871c52bd4b0e135fc03c723fa1d02ce584193ac14c7_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:aa624fcfd4bd94f512dcb1c3e626049f5ab2c7b6babde284c9b800420e315697_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/kam-delivery-rhel8@sha256:cec57b21fa14774d14295464b3344c0517f24b72cef6e4360f55fdb350366557_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:0db60917a32763220ae442c97b1e199b1dd0a713db0ae0a8fe11dfe392e9bd63_ppc64le",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:589a8d9e59219c7cceafb4c0abc3d0e8e90857a625d9dc6a11c7b3ed92fa509e_arm64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:87c02c7ae9f6be6e8159bb23d18d9c6e4625d28a8309e43fa60b51a168266051_amd64",
"8Base-GitOps-1.14:openshift-gitops-1/must-gather-rhel8@sha256:e8ab6cd8d0bb3464eb21b54580af300e43bf8b7d5ff66d99eb30abd586c0f198_s390x",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:9e0f1ba8a30ad561367651c67f641fd0053f45d17bb175f9f6889f8461bae790_arm64",
"9Base-GitOps-1.14:openshift-gitops-1/argocd-rhel9@sha256:b7c3bb5d3cbde94a34aa0244bb0362e7069a3de221dec6b8b820c0d235bd76fe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "argocd: Improper URL Sanitization in Argo CD Repository Page Allows Cross-Site Scripting (XSS)"
}
]
}
rhsa-2025:4171
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Builds 1.3 release",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Builds 1.3",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4171",
"url": "https://access.redhat.com/errata/RHSA-2025:4171"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/builds/1.1/about/overview-openshift-builds.html",
"url": "https://docs.openshift.com/builds/1.1/about/overview-openshift-builds.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4171.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Builds 1.3",
"tracking": {
"current_release_date": "2025-11-12T02:30:29+00:00",
"generator": {
"date": "2025-11-12T02:30:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:4171",
"initial_release_date": "2025-04-24T11:52:49+00:00",
"revision_history": [
{
"date": "2025-04-24T11:52:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-20T09:36:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Builds for Red Hat OpenShift 1.3.1",
"product": {
"name": "Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_builds:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "Builds for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744792586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744786270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3A2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744862649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-operator-bundle@sha256%3A53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744896804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744789746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744790944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Ad391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744787137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744793386"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744792586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744786270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3Afd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744862649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3Aceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744789746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744790944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Ae3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744787137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744793386"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744792586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744786270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3A8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744862649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744789746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3Ad1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744790944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744787137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3Ab8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744793386"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744785084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3Ab31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744792586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3Ae7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744786270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3A329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744862649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744789746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744790944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Ae8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744787137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3Ab0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.3.2-1744793386"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64 as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le as a component of Builds for Red Hat OpenShift 1.3.1",
"product_id": "Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.3.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-24T11:52:49+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.2 to 1.3.",
"product_ids": [
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4171"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
]
}
],
"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": [
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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": [
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-24T11:52:49+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.2 to 1.3.",
"product_ids": [
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4171"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
]
}
],
"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": [
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:0e0d770cbe1b9fcdc3f22be937be3a9cee17d8d910ae12cf6042e1e899533ffa_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3750b75de52918c4e6b97d254123eca9133ae34a9ad18b49aa18c6e4c49e65e2_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:47dc8a904765690e0377be221d25cd9219cbc0cfccfc64942bf84f12780c6a6a_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6291b7f0d521cec82b09fc909be4cce4b38ffb6130115b5919bb19c41181b541_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:22e744e765394eb1ec9c47337ca8bed47c1baf7c616bff26fb573a61551adc21_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:243476c675c498d4740ce318d7f5e9701ac30d1b46c5870dd9145cdb4dbec62f_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:63f37fd84a9aad20924b07d824b1e64170364e35dff667d395cb9c2d363e9119_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:7152d7f5ce54149b3454a9c1c36ba76680d0f74eb3d58cfe380e1d1e895d0e52_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:11c86499487645538c973ff0b2e14ee0b084d85946ca48397d9a2f41b4f1255f_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:7533a66bce7d1618e74f28097ffe8ef758d1f1364e04993dc082829a9a4a41df_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:8b6895e8a42c4763629ac943c809eaad47795d63c2375e622e34616856a7e1da_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:b31e2ab2c4fa6304d16c7f1358c71e4592e5fc5728a41c54d01ea93ff2970369_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3c598c8e7209e5a8ee996842164d38e19020b5319837ceb7bbcbd73cf81a5585_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:41664e58080dcf5f27858d478b06f13be9eed699dd9a29122905493ee2055cd4_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:9e871d7598c6f59ae49b8406b0ba1653f090832e74c3af11fae5e25fad3266db_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:e7ae0394175849c8a7889be3d4a4220f5b5ee1da26ba5269df51fb6898d0655c_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:53d8cf8bf5c1103860ffc4110e2a422371761e76ee79edfef8680e947407c5ce_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:2efd901423346e4255ecdb8dc959dbdfc91afb41b033d5f59361526445e62d34_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:329d535badf2e2c3ea1902935122b61ac4c607a29353610932d42c075c888819_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:8e8710845d1a548584f07b45ff9c0c6b40690d0f20fd6bdc2e2d73bb02a37180_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:fd9ed7ae0381e4988e016b00cd5ed30c04a103b0e78cfbc38d2b5baae29d0a44_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:23a7b2aa64fef6eb8498cb3bf18401006606dd3e89bd06d5fad9238a06b5124c_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6ab69dfe73b2acb86ae65a189b232d20aa350c3d48c705ac27355f87fc1aad17_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:97b5875abfacdbdda03f83d0bfc5cb76808e5740c650518bd2c2663d148b34a3_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ceda353d1b3eec966705856388a09b2df78753e74272e7050c0749941516f089_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:0a8dee1d2f315ac63fb7bc4106fbf90423e58514bf2c7a2ca0a48bd74499ff55_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:17dc7a11e1c4d966567f0eb92e5a91fa19e84529790c10f0a5834d91098ec72e_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:50ae2f74b81591d8c09f06b51b1b70b6847eb9dbf00217e32bd55009bcfc5d32_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d1f88b98011c1dc85c6b674ddfce39d3c57ee50e70a70cfb1918d9bfb0288336_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:60273e071e1ffb34701daab1d7082ab42196bb94760c15ceb71241bd4526dba8_ppc64le",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d391dff950dec306ca0690fdc9c109e6275216fa074bd6d3a9d63406c5c599b6_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e3f2b0288f056ac68e55f285bcc606a324d6ca4283d215915df27b56ee7b8f7e_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:e8cfd977458e4eefc70382eb36b94f8b6e12e45860e541c013f5c2e8b4e30ada_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:646bb70299798256466cda30df0affb0cf5c6c8f22a4a4100dd19fbc97dd3863_amd64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8d16d3e5f20b43952020ce88c966ceecd43676b4444644a1a60052a3906231d7_arm64",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b0b7abb1f28022673e75c92b6079796a6ee24130548375117eca0762d2d12f08_s390x",
"Builds for Red Hat OpenShift 1.3.1:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:b8e8c7c7b75f01561e591cc9e0854ef2e4441abf247d9e08dfd22ec9eeb5f769_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:3268
Vulnerability from csaf_redhat
Notes
{
"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 for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\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 container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3268",
"url": "https://access.redhat.com/errata/RHSA-2025:3268"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3268.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:21+00:00",
"generator": {
"date": "2025-11-12T02:30:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3268",
"initial_release_date": "2025-03-26T14:31:13+00:00",
"revision_history": [
{
"date": "2025-03-26T14:31:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-26T14:31:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:21+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src (container-tools:rhel8)",
"product_id": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@63.1-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.4.1-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=src\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@63.1-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch (container-tools:rhel8)",
"product_id": "podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=noarch\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.4.1-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8)",
"product_id": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8)",
"product_id": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8)",
"product_id": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8)",
"product_id": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.5-1.module%2Bel8.8.0%2B22779%2Bce927503?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.4-2.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.11-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-27.module%2Bel8.8.0%2B22952%2Ba0e8ba69.1?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B22334%2Bbb93e398?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020250322062858:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-26T14:31:13+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": [
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3268"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
]
}
],
"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": [
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-debugsource-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:buildah-tests-debuginfo-1:1.29.5-1.module+el8.8.0+22779+ce927503.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:cockpit-podman-0:63.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:container-selinux-2:2.229.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containernetworking-plugins-debugsource-1:1.2.0-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:containers-common-2:1-67.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crit-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-debugsource-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-devel-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debuginfo-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:crun-debugsource-0:1.8.4-2.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:netavark-2:1.5.1-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-docker-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:podman-tests-3:4.4.1-27.module+el8.8.0+22952+a0e8ba69.1.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-criu-0:3.15-4.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:python3-podman-0:4.4.1-1.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debuginfo-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:runc-debugsource-1:1.1.12-1.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:skopeo-tests-2:1.11.2-0.3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.aarch64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.s390x::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+22334+bb93e398.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.EUS:udica-0:0.2.6-20.module+el8.8.0+22334+bb93e398.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3053
Vulnerability from csaf_redhat
Notes
{
"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": "Gatekeeper v3.15.4",
"title": "Topic"
},
{
"category": "general",
"text": "Gatekeeper v3.15.4\n\nGatekeeper is a validating webhook with auditing capabilities that can\nenforce custom resource definition-based policies that are run with the\nOpen Policy Agent (OPA). Gatekeeper is supported through a Red Hat Advanced\nCluster Management for Kubernetes subscription.\n\nStarting in v3.15, the following namespaces are exempt from admission control:\n\n- kube-*\n- multicluster-engine\n- hypershift\n- hive\n- rhacs-operator\n- open-cluster-*\n- openshift-*\n\nTo disable the default exempt namespaces, set the namespaces you want on the\nobject.\n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in golang.org/x/oauth2 (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nAdditional Release Notes:\n\n* v3.15.0 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.0\n* v3.15.1 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.1",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3053",
"url": "https://access.redhat.com/errata/RHSA-2025:3053"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.0",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.0"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.1",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.1"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-18305",
"url": "https://issues.redhat.com/browse/ACM-18305"
},
{
"category": "external",
"summary": "ACM-18536",
"url": "https://issues.redhat.com/browse/ACM-18536"
},
{
"category": "external",
"summary": "HYPBLD-606",
"url": "https://issues.redhat.com/browse/HYPBLD-606"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3053.json"
}
],
"title": "Red Hat Security Advisory: Gatekeeper v3.15.4",
"tracking": {
"current_release_date": "2025-11-12T02:30:13+00:00",
"generator": {
"date": "2025-11-12T02:30:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3053",
"initial_release_date": "2025-03-20T04:55:47+00:00",
"revision_history": [
{
"date": "2025-03-20T04:55:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-20T04:55:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:13+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "gatekeeper 3.15 for RHEL 9",
"product": {
"name": "gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:gatekeeper:3.15::el9"
}
}
}
],
"category": "product_family",
"name": "gatekeeper"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-30"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.4-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-30"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"product": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"product_id": "gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-operator-bundle\u0026tag=v3.15.4-1"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.4-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-30"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.4-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-30"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.4-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64"
},
"product_reference": "gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T04:55:47+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3053"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T04:55:47+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3053"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:7462
Vulnerability from csaf_redhat
Notes
{
"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 for podman is now available for Red Hat Enterprise Linux 10.\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 podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7462",
"url": "https://access.redhat.com/errata/RHSA-2025:7462"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "RHEL-79695",
"url": "https://issues.redhat.com/browse/RHEL-79695"
},
{
"category": "external",
"summary": "RHEL-80260",
"url": "https://issues.redhat.com/browse/RHEL-80260"
},
{
"category": "external",
"summary": "RHEL-82511",
"url": "https://issues.redhat.com/browse/RHEL-82511"
},
{
"category": "external",
"summary": "RHEL-85117",
"url": "https://issues.redhat.com/browse/RHEL-85117"
},
{
"category": "external",
"summary": "RHEL-85219",
"url": "https://issues.redhat.com/browse/RHEL-85219"
},
{
"category": "external",
"summary": "RHEL-86093",
"url": "https://issues.redhat.com/browse/RHEL-86093"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7462.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:39+00:00",
"generator": {
"date": "2025-11-12T02:30:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:7462",
"initial_release_date": "2025-05-13T16:04:06+00:00",
"revision_history": [
{
"date": "2025-05-13T16:04:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T16:04:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.src",
"product": {
"name": "podman-6:5.4.0-9.el10_0.src",
"product_id": "podman-6:5.4.0-9.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"product": {
"name": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"product_id": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el10_0?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"product": {
"name": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"product_id": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el10_0?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"product": {
"name": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"product_id": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el10_0?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-remote-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-remote-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-9.el10_0.s390x",
"product": {
"name": "podman-tests-6:5.4.0-9.el10_0.s390x",
"product_id": "podman-tests-6:5.4.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-9.el10_0?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-6:5.4.0-9.el10_0.noarch",
"product": {
"name": "podman-docker-6:5.4.0-9.el10_0.noarch",
"product_id": "podman-docker-6:5.4.0-9.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.4.0-9.el10_0?arch=noarch\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src"
},
"product_reference": "podman-6:5.4.0-9.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.4.0-9.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch"
},
"product_reference": "podman-docker-6:5.4.0-9.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src"
},
"product_reference": "podman-6:5.4.0-9.el10_0.src",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.4.0-9.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch"
},
"product_reference": "podman-docker-6:5.4.0-9.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-remote-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-tests-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T16:04:06+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": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7462"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
}
],
"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": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"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": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T16:04:06+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": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7462"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
}
],
"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": [
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"AppStream-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"AppStream-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.src",
"CRB-10.0.Z:podman-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-debugsource-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-docker-6:5.4.0-9.el10_0.noarch",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-remote-debuginfo-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-6:5.4.0-9.el10_0.x86_64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.aarch64",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.ppc64le",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.s390x",
"CRB-10.0.Z:podman-tests-debuginfo-6:5.4.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
rhsa-2025:3266
Vulnerability from csaf_redhat
Notes
{
"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 for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\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 container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3266",
"url": "https://access.redhat.com/errata/RHSA-2025:3266"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3266.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:20+00:00",
"generator": {
"date": "2025-11-12T02:30:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3266",
"initial_release_date": "2025-03-26T14:25:08+00:00",
"revision_history": [
{
"date": "2025-03-26T14:25:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-26T14:25:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:20+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@32-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.167.0-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"product": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src (container-tools:rhel8)",
"product_id": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.4-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=src\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=x86_64\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@32-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=noarch\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.167.0-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch (container-tools:rhel8)",
"product_id": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=noarch\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=noarch\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.4-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=noarch\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.21.4-4.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.0.29-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@0.9.1-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@0.20.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.6-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.3.1-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.3-2.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@3.2.3-0.15.module%2Bel8.4.0%2B22949%2B6d636034?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.0.0-74.rc95.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.3.1-8.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.module%2Bel8.4.0%2B22947%2Bc10a58d6?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8040020250321185531:c0c392d5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-26T14:25:08+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": [
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3266"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
]
}
],
"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": [
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.AUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.ppc64le::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.E4S:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-debugsource-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:buildah-tests-debuginfo-0:1.21.4-4.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:cockpit-podman-0:32-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debuginfo-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:conmon-debugsource-2:2.0.29-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:container-selinux-2:2.167.0-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debuginfo-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containernetworking-plugins-debugsource-0:0.9.1-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:containers-common-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crit-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debuginfo-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:criu-debugsource-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debuginfo-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:crun-debugsource-0:0.20.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:fuse-overlayfs-debugsource-0:1.6-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debuginfo-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-debugsource-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:libslirp-devel-0:4.3.1-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.3-2.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-catatonit-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-debugsource-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-docker-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-plugins-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-remote-debuginfo-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:podman-tests-0:3.2.3-0.15.module+el8.4.0+22949+6d636034.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:python3-criu-0:3.15-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debuginfo-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:runc-debugsource-0:1.0.0-74.rc95.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debuginfo-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-debugsource-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:skopeo-tests-1:1.3.1-8.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debuginfo-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:slirp4netns-debugsource-0:1.1.8-1.module+el8.4.0+22947+c10a58d6.x86_64::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:toolbox-0:0.0.8-1.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.noarch::container-tools:rhel8",
"AppStream-8.4.0.Z.TUS:udica-0:0.2.4-2.module+el8.4.0+22947+c10a58d6.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3175
Vulnerability from csaf_redhat
Notes
{
"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 for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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 container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3175",
"url": "https://access.redhat.com/errata/RHSA-2025:3175"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3175.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:14+00:00",
"generator": {
"date": "2025-11-12T02:30:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3175",
"initial_release_date": "2025-03-25T18:12:58+00:00",
"revision_history": [
{
"date": "2025-03-25T18:12:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T18:12:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:14+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@49.1-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.189.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.1-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@49.1-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=noarch\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.189.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch (container-tools:rhel8)",
"product_id": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.1-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=noarch\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=noarch\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T18:12:58+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": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3175"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
]
}
],
"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": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:11396
Vulnerability from csaf_redhat
Notes
{
"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": "OpenShift API for Data Protection (OADP) 1.4.5 is now available.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. 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": "OpenShift API for Data Protection (OADP) enables you to back up and restore application resources, persistent volume data, and internal container images to external backup storage. OADP enables both file system-based and snapshot-based backups for persistent volumes.\n\nSecurity Fix(es) from Bugzilla:\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n\n* go-git: argument injection via the URL field (CVE-2025-21613)\n\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\n* net/http: Request smuggling due to acceptance of invalid chunked data in net/http (CVE-2025-22871)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:11396",
"url": "https://access.redhat.com/errata/RHSA-2025:11396"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "2335888",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "2358493",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358493"
},
{
"category": "external",
"summary": "OADP-5904",
"url": "https://issues.redhat.com/browse/OADP-5904"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11396.json"
}
],
"title": "Red Hat Security Advisory: OpenShift API for Data Protection (OADP) 1.4.5 security and bug fix update",
"tracking": {
"current_release_date": "2025-11-12T02:30:02+00:00",
"generator": {
"date": "2025-11-12T02:30:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:11396",
"initial_release_date": "2025-07-18T15:51:18+00:00",
"revision_history": [
{
"date": "2025-07-18T15:51:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-18T15:51:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "9Base-OADP-1.4",
"product": {
"name": "9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.4::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.4.5-21"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.4.5-34"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"product_id": "oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.4.5-34"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"product_id": "oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.4.5-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"product_id": "oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.4.5-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.4.5-18"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.4.5-19"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.4.5-18"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"product_id": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9\u0026tag=1.4.5-17"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.4.5-18"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.4.5-20"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.4.5-21"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.4.5-34"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"product_id": "oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.4.5-34"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"product_id": "oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.4.5-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64",
"product_id": "oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.4.5-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.4.5-18"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.4.5-19"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.4.5-18"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"product_id": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9\u0026tag=1.4.5-17"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.4.5-18"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.4.5-20"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.4.5-21"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.4.5-34"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"product_id": "oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.4.5-34"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"product_id": "oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.4.5-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"product_id": "oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.4.5-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.4.5-18"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.4.5-19"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.4.5-18"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"product_id": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9\u0026tag=1.4.5-17"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.4.5-18"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.4.5-20"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.4.5-21"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.4.5-34"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"product_id": "oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.4.5-34"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"product_id": "oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.4.5-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"product_id": "oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.4.5-20"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.4.5-18"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.4.5-19"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.4.5-18"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-legacy-aws-rhel9\u0026tag=1.4.5-17"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.4.5-18"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.4.5-20"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"relates_to_product_reference": "9Base-OADP-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64 as a component of 9Base-OADP-1.4",
"product_id": "9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64",
"relates_to_product_reference": "9Base-OADP-1.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
],
"known_not_affected": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-18T15:51:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11396"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
],
"known_not_affected": [
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-18T15:51:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11396"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-21613",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2025-01-06T17:00:41.244449+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2335888"
}
],
"notes": [
{
"category": "description",
"text": "An argument injection vulnerability was found in go-git. This flaw allows an attacker to set arbitrary values to git-upload-pack flags, leading to command or code execution, exposure of sensitive data, or other unintended behavior. This is only possible in configurations where the file transport protocol is being used.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-git: argument injection via the URL field",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an argument injection has been discovered in go-git, where an attackers can manipulate git-upload-pack flags, potentially enabling command or code execution leads to an exposure of sensitive data or other unintended actions, this vulnerability occurs exclusively in configurations using the file transport protocol.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le"
],
"known_not_affected": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21613"
},
{
"category": "external",
"summary": "RHBZ#2335888",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m",
"url": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3368",
"url": "https://pkg.go.dev/vuln/GO-2025-3368"
}
],
"release_date": "2025-01-06T16:13:10.611000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-18T15:51:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11396"
},
{
"category": "workaround",
"details": "In cases where it is not possible to update to the latest version of go-git, it is recommended to enforce validation rules for values passed in the URL field.",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "go-git: argument injection via the URL field"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
],
"known_not_affected": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-18T15:51:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11396"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
],
"known_not_affected": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-18T15:51:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11396"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-22871",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-04-08T21:01:32.229479+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2358493"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http golang package. The net/http package incorrectly accepts messages that end with a line feed (LF) instead of the proper line ending. When used with another server that also misinterprets this, it can lead to request smuggling\u2014where an attacker tricks the system to send hidden or unauthorized requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http: Request smuggling due to acceptance of invalid chunked data in net/http",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite includes affected component however product is not directly impacted since the vulnerability arises when \"net/http\" is used as a server. Satellite uses it solely as a client, so it\u0027s not exposed to the flaw. Product Security has assessed this as Low severity.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
],
"known_not_affected": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22871"
},
{
"category": "external",
"summary": "RHBZ#2358493",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358493"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"category": "external",
"summary": "https://go.dev/cl/652998",
"url": "https://go.dev/cl/652998"
},
{
"category": "external",
"summary": "https://go.dev/issue/71988",
"url": "https://go.dev/issue/71988"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Y2uBTVKjBQk",
"url": "https://groups.google.com/g/golang-announce/c/Y2uBTVKjBQk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3563",
"url": "https://pkg.go.dev/vuln/GO-2025-3563"
}
],
"release_date": "2025-04-08T20:04:34.769000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-18T15:51:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11396"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/http: Request smuggling due to acceptance of invalid chunked data in net/http"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le"
],
"known_not_affected": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-18T15:51:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11396"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
],
"known_not_affected": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-18T15:51:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11396"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:2bae3100587b970b7246ae28196982edc6b9dae145f4d8c812fc9d78bff20961_amd64",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:475a27e370e023af9fc2698ce9b14a97cd0302d27f2bc52dc680bb63a82eb707_s390x",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:e4699d011786df4d3b8481b0b79a41c6cf2450c28a96d983b506393734a24c3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:f78f207306aebfe90a9126218b77b64a088b68122f8805b5b69e47972e5d298a_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:41f32fb3b6f3c1ed7be1f2580dd0fcc861c8240c8470b4e0346e0ba5bbb512b5_s390x",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:a0dad19da75a825d5756e033590df8cdb5a6af0f55f906b9b1000d4c3adccd5a_amd64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:abf07f4cad8f18537ccc2f162b25e11a5cae547c5f0db789f573ebc42a327041_arm64",
"9Base-OADP-1.4:oadp/oadp-mustgather-rhel9@sha256:d9bcac4f030c419292e13e517baf606514dece94182328e9f54058508a5138f1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7317ed83242340597b5cdde8ee314606ddd563d0067ee85c12eb21037e2feb99_amd64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:7bbd1cb460a20aa568f543122ead86a7590827ed04166b82902cd68f60c67b4a_arm64",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:c06a0dc726d75fbed4c5f0ed5beb1abafdc2f85997d9d0b1dab41775b7ffe07d_s390x",
"9Base-OADP-1.4:oadp/oadp-operator-bundle@sha256:f05c810e2b1c445a5d997826f423b6759c11b188dd8781af5908c085d082ceac_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a695cf5140b0b109ede8c718c7b5b720fbe3f92c033f999506d78e2341c01203_ppc64le",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:a8b86cbc818be479fd560b85e129e917c2314c82070d39a0c1453d8f11631ec5_s390x",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:c64c81ccaa4d3ed1c2b333936b0a9aa111e4dde2de88af5780ebd83f3b29bad6_amd64",
"9Base-OADP-1.4:oadp/oadp-rhel9-operator@sha256:e4a7bd1b9aeae7350256a65fcb094cff2622e569ca8768df63d43682dff364d4_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2cdd8800ab19ff52a6682d3a6477c745b09224998dd4d7c5882111496ae8ec09_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:36a22693fd6d1d2721f2f6d579bc638d51ae3648766cc57118f6956cd10aba36_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:969922831941453a7d0c16bbe908b3b3596493134e68e771bd49ed9460f38bf1_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e97dc347f843eab864efb81f939b425554e6db58cde788a942afd7b00ac470df_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:6ab225df2a249068ce7f22d909916ee94e58abcbae8662d4df3f0e93e4b97eed_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:a654a342057e7f679a96a5f18069bf6568e9a9f59f9f1934bf02f346a73cfe25_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d70161cdeb833ec007dfad5a7f1b1ff411a10fe054b9ede12f3d7879e201ee17_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:d9cc11a9154a89f84d66874f773225b6ac2b9a3342bd4d15cbb2ee8639c5f05f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:121c80f73d2739694de126801e5c9622584ddc61fad9d1953e56fc83439ce074_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:1ead7c1b32cb4ff2ec3002142a2fa25dbde1cc99c9ab07742e06981055963716_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:9f7b3d93c79057eaefd036c8aa06f392487a73c1dde9a5bdecac73610b42461d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-legacy-aws-rhel9@sha256:cc1323f77941a5c0d4202ab96ca1643b6d06df4febf996de2ee82f43010e319c_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:18bfc85cc1a69536c266b0d168644406ccab9943aeb076a4e1a241655783a199_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:6c8c1cee0d702a5917c16decf62950adddc5ad4b629492b50a2d3c860dad14c2_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7d22ecdc5faffcf9073c2b08178363820dc74d6fed62d0974bb3df309be573cb_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb57f4b7e2df487e6a8d272168c88ccd2f9f9b4d06efe23cf271c900d84d66cc_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:6fb517f7cba99c4db682a9e71e4afce78f0f6b2b6fed6ee83ee39e3883af72d1_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:7c3889900001f080690330f619d8e509e7005363a984eeb47221359b91166674_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:b76bf2f89b41f4f5a3fb696a3942f26eb1ffbdf5a0bc0d9611906dd1de177d16_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-plugin-rhel9@sha256:d37ce4423a62897fa3ba2b59fe9bb3a4832088020ea089dd03b920a36179418f_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:37a60c31f57eb012097db76db3682d1c98936c581f64fda05fd705805b34327d_arm64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:8d42dac3bdfb6f30bbbb62f83b9a3847c56ee405474b543e51619735e1b6dea4_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aaf2bfc6b4a84f6b56592cfaa63552bea96ac5c8283f883b0f810a4c00b5f469_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:ebe2f773be55633f5d78274d9b85c253cd97257e227f20a12f20f27722c56885_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:489b4765e3f7f9da000be488e6ee755f9e930ce2e0d688c39677fc964cd1ae3a_ppc64le",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:6eb63751e7f228d3b91abd9927ca0fd84d73aa095bc76afd681340f85c36cd92_amd64",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:704acaaf95af349cb107ac6df2bfef5da3df3d5fc16f16c631b5e5f97492bcaf_s390x",
"9Base-OADP-1.4:oadp/oadp-velero-rhel9@sha256:8f28683c1b38621778de147f3f2329119f843e017d48a33de14fcadfc9f4384b_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:9562
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.20.0 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.20.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.20.0. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHEA-2025:4782\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nSecurity Fix(es):\n\n* openshift-api: openshift-controller-manager/build: Build Process in OpenShift Allows Overwriting of Node Pull Credentials (CVE-2024-45497)\n* helm.sh/helm/v3: Helm Chart Code Execution (CVE-2025-53547)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n* github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:9562",
"url": "https://access.redhat.com/errata/RHSA-2025:9562"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45497",
"url": "https://access.redhat.com/security/cve/CVE-2024-45497"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53547",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9562.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.0 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:40+00:00",
"generator": {
"date": "2025-11-12T02:30:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:9562",
"initial_release_date": "2025-10-21T04:13:27+00:00",
"revision_history": [
{
"date": "2025-10-21T04:13:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-21T04:13:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.2",
"product": {
"name": "Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.20.0-202509251856.p2.g6f39336.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.20.0-202509230726.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.20.0-202509230726.p2.gb37141b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.20.0-202509230043.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.20.0-202509252353.p2.g45d505b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.20.0-202509230043.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.20.0-202509230043.p2.gea0b994.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ac3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.20.0-202509260625.p2.gfb678fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Abd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.20.0-202509261757.p2.g6553765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.20.0-202509230043.p2.g9091149.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ad34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.20.0-202509230043.p2.gbd582f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.20.0-202509230043.p2.g6a287ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.20.0-202509270025.p2.g4463f9b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.20.0-202509232028.p2.g47c7831.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.20.0-202509242156.p2.gf18c176.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ab2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.20.0-202509230726.p2.g9de00ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.20.0-202509230043.p2.g2438d7c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ac5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.20.0-202509230043.p2.g4523914.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Aed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.20.0-202509260856.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.20.0-202509230043.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.20.0-202509230043.p2.g1abaf84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-external-snapshot-metadata-container-v4.20.0-202509262224.p2.g693a826.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ad498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.20.0-202509252353.p2.g1d6d6b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ade994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.20.0-202509230726.p2.g3a2c732.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Aaa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.20.0-202509230043.p2.g81fca03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ae90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.20.0-202509271248.p2.g9d55fd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Adc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.20.0-202509261927.p2.g5e0f8d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.gb36788e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ac42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.20.0-202509230726.p2.g6649cb8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252353.p2.g419f284.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aa0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g56f6158.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.20.0-202509260426.p2.g61b4510.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.20.0-202509252156.p2.g2bad9cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Adc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.20.0-202509261927.p2.gd510875.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.20.0-202509261056.p2.gce01f3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Afa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.20.0-202509241528.p2.g6c92e54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.20.0-202509230043.p2.gfa5b8b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ada800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.20.0-202509262224.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.20.0-202509252353.p2.gb913435.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.20.0-202509230043.p2.ga8c9a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.20.0-202509230043.p2.g3e102a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.20.0-202509230726.p2.g9a8dd0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ac7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.20.0-202509230043.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Af862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.20.0-202509230726.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Aab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.20.0-202509270025.p2.g278ec20.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.20.0-202509230726.p2.gf09c58b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.20.0-202509230043.p2.g8109879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ad3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.20.0-202509230043.p2.g767d31f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.20.0-202509262224.p2.gff595e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.20.0-202509251856.p2.g8c75a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Adf6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5e127e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.20.0-202509251424.p2.g96bfd21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.20.0-202509251856.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260625.p2.gbb4535b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Aeb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.20.0-202509232257.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.20.0-202509261327.p2.g0c09647.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.20.0-202509260252.p2.g3bbd10e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.20.0-202509230726.p2.gb04e2ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.20.0-202509230043.p2.g3094490.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3Aec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.20.0-202509230726.p2.gbf0d2c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.20.0-202509231357.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.20.0-202509230726.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Aabeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.20.0-202509261556.p2.gc616cdc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.20.0-202509251424.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Af02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.20.0-202509251424.p2.g62dc63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.20.0-202509230043.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.20.0-202509271248.p2.gb5330d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Afaaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.20.0-202509230726.p2.g11b24a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.20.0-202509230043.p2.gbb88da1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Abb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.20.0-202509230043.p2.g9467200.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.20.0-202509261927.p2.ga8ef205.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.20.0-202509262224.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Aa3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.20.0-202509230043.p2.ga2ecb15.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.20.0-202509230043.p2.gd469d04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.20.0-202509251856.p2.gd469d04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ab22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.20.0-202509230043.p2.gcb8b5b6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.20.0-202509230043.p2.g0b8e4d2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Adb78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.20.0-202509230043.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Aadb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.20.0-202509230043.p2.g6e2f362.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.20.0-202509230043.p2.g88b1817.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509270025.p2.gf782ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Aa2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.20.0-202509230043.p2.ga7d0035.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.20.0-202509262224.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Abbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.20.0-202509230043.p2.gd391c0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.20.0-202509230726.p2.g467e50f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.20.0-202509230043.p2.gde1db29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.20.0-202509230726.p2.g11e57aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.20.0-202509230726.p2.g147e5a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.20.0-202509230043.p2.g19d3873.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ab86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.20.0-202509230726.p2.g74abc55.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Abd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.20.0-202509252156.p2.g3bbc3ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Afd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261757.p2.ge355ad3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.20.0-202509232257.p2.g491784f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ae02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.20.0-202509230726.p2.g657754e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g0bbafe2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g019abe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.20.0-202509230043.p2.g8257892.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Af258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.20.0-202509230726.p2.gb04c7c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.20.0-202509230726.p2.g2371120.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ab169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.20.0-202509230043.p2.gcae310f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252156.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g5a7da72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.20.0-202509230043.p2.g58cbd29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5adc142.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Aa66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.20.0-202509251228.p2.gce27505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Abe2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.20.0-202509230726.p2.ge491736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ae923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g9cfa567.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Abd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gaa455c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Adb6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.20.0-202509261556.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Aa892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.20.0-202509230726.p2.g62b3623.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.20.0-202509230726.p2.gc40e7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.20.0-202509230726.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.20.0-202509230043.p2.gc674bea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.20.0-202509230043.p2.g9c065d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Aaa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.20.0-202509271248.p2.gfc0fe74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.20.0-202509230726.p2.gf940e72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Abdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.20.0-202509230043.p2.g65539c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.20.0-202509271248.p2.g500ab5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Abdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.20.0-202509251228.p2.ge0ad050.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.20.0-202509230043.p2.g36ab30f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aeb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.20.0-202509230043.p2.g1980135.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Abdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509251629.p2.g21f405c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.20.0-202509230043.p2.g8b6396a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ae918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.20.0-202509230043.p2.g035805d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.20.0-202509262224.p2.g20f6d61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Afc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.20.0-202509230043.p2.g7fd1a7f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Adf54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.20.0-202509252156.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ad7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.20.0-202509262224.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Ab794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.20.0-202509230726.p2.gcfa5ee9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ae71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.20.0-202509230726.p2.g0f8a4eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509231357.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Af72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.20.0-202509231357.p2.g8b8dd30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.20.0-202509270025.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.20.0-202509270025.p2.g4a9b90e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Ac4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.20.0-202509230043.p2.gd1cc300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.20.0-202509251856.p2.g4927cc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.20.0-202509230043.p2.g0151588.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.20.0-202509230726.p2.g5085f18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Af022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.20.0-202509251424.p2.gc258b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.20.0-202509240558.p2.g64bfec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.20.0-202509230043.p2.gfc73c80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.20.0-202509230043.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ad16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.20.0-202509230043.p2.g43c8959.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.20.0-202509230043.p2.gf0c6474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.20.0-202509230726.p2.gdd3c4d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.20.0-202509230043.p2.gb81340a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.20.0-202509270025.p2.g26d0917.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Ad7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.20.0-202509230043.p2.gb575ef1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.20.0-202509270025.p2.g3200dde.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.20.0-202509230043.p2.gf12b1b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ac13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.20.0-202509270025.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.20.0-202509231357.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ae9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.20.0-202509230043.p2.ga1535bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.20.0-202509261327.p2.gd9e543d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Acb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.20.0-202509271248.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ab78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ad56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.20.0-202509230043.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ac1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.20.0-202509261327.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.20.0-202509230043.p2.g0693fe5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g319efc9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.20.0-202509230043.p2.g2424e8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Ad5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.20.0-202509230043.p2.gf011b3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.20.0-202509230043.p2.gbf2fa66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Aae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.20.0-202509241057.p2.g37e0c31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.20.0-202509250226.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.20.0-202509262224.p2.g61d0d00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.20.0-202509262224.p2.g61d0d00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Afc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g5cd04d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3Afc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g5cd04d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.20.0-202509230043.p2.gb93eb64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.20.0-202509230043.p2.g1ff9e11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.20.0-202509231357.p2.gf2529ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Add9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Afd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.20.0-202509262224.p2.g4c6036e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Acd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.20.0-202509252353.p2.gc095103.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.20.0-202509230043.p2.g61d0d00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=volume-data-source-validator-container-v4.20.0-202509230726.p2.g0e61642.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.20.0-202509252156.p2.g9d55c02.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ae4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.20.0-202509251856.p2.g6f39336.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.20.0-202509230726.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.20.0-202509230726.p2.gb37141b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.20.0-202509230043.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.20.0-202509252353.p2.g45d505b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.20.0-202509230043.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Abf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.20.0-202509230043.p2.gea0b994.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.20.0-202509260625.p2.gfb678fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Acece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.20.0-202509261757.p2.g6553765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Aadbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.20.0-202509230043.p2.g9091149.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.20.0-202509230043.p2.gbd582f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Af6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.20.0-202509230043.p2.g6a287ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.20.0-202509270025.p2.g4463f9b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ae3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.20.0-202509232028.p2.g47c7831.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aa07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.20.0-202509242156.p2.gf18c176.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.20.0-202509230726.p2.g9de00ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.20.0-202509230043.p2.g2438d7c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Ab93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Aa78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.20.0-202509230043.p2.g4523914.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-external-snapshot-metadata-container-v4.20.0-202509262224.p2.g693a826.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.20.0-202509252353.p2.g1d6d6b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Af339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.20.0-202509230726.p2.g3a2c732.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Af9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.20.0-202509230043.p2.g81fca03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ab55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.20.0-202509271248.p2.g9d55fd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Ad1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.20.0-202509261927.p2.g5e0f8d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.gb36788e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ae53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.20.0-202509230726.p2.g6649cb8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Aa857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252353.p2.g419f284.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aa00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g56f6158.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ac67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.20.0-202509260426.p2.g61b4510.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Afbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.20.0-202509252156.p2.g2bad9cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.20.0-202509261927.p2.gd510875.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Af92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.20.0-202509261056.p2.gce01f3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.20.0-202509241528.p2.g6c92e54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.20.0-202509230043.p2.gfa5b8b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.20.0-202509262224.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.20.0-202509252353.p2.gb913435.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.20.0-202509230043.p2.ga8c9a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.20.0-202509230043.p2.g3e102a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.20.0-202509230726.p2.g9a8dd0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.20.0-202509230043.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ad5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.20.0-202509230726.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.20.0-202509270025.p2.g278ec20.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.20.0-202509230726.p2.gf09c58b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ab15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.20.0-202509230043.p2.g8109879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.20.0-202509230043.p2.g767d31f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.20.0-202509262224.p2.gff595e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Afbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.20.0-202509251856.p2.g8c75a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Abd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5e127e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Af5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.20.0-202509251424.p2.g96bfd21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.20.0-202509251856.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ada1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260625.p2.gbb4535b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Ab167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.20.0-202509232257.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Aceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.20.0-202509261327.p2.g0c09647.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ab11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.20.0-202509260252.p2.g3bbd10e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.20.0-202509230726.p2.gb04e2ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.20.0-202509230043.p2.g3094490.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.20.0-202509230726.p2.gbf0d2c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ad8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.20.0-202509231357.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aaa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.20.0-202509230726.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.20.0-202509261556.p2.gc616cdc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.20.0-202509251424.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.20.0-202509251424.p2.g62dc63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.20.0-202509230043.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.20.0-202509271248.p2.gb5330d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.20.0-202509230726.p2.g11b24a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Abbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.20.0-202509230043.p2.gbb88da1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.20.0-202509230043.p2.g9467200.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.20.0-202509261927.p2.ga8ef205.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Ad5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.20.0-202509262224.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.20.0-202509230043.p2.ga2ecb15.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.20.0-202509230043.p2.gd469d04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.20.0-202509251856.p2.gd469d04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.20.0-202509230043.p2.gcb8b5b6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.20.0-202509230043.p2.g0b8e4d2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.20.0-202509230043.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Aeef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.20.0-202509230043.p2.g6e2f362.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.20.0-202509230043.p2.g88b1817.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Abc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509270025.p2.gf782ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ad2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.20.0-202509230043.p2.ga7d0035.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ab667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.20.0-202509262224.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.20.0-202509230043.p2.gd391c0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.20.0-202509230726.p2.g467e50f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.20.0-202509230043.p2.gde1db29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Ad5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.20.0-202509230726.p2.g11e57aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Af06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.20.0-202509230726.p2.g147e5a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.20.0-202509230043.p2.g19d3873.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.20.0-202509230726.p2.g74abc55.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.20.0-202509252156.p2.g3bbc3ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Abc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261757.p2.ge355ad3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Aea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.20.0-202509232257.p2.g491784f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.20.0-202509230726.p2.g657754e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g0bbafe2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g019abe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.20.0-202509230043.p2.g8257892.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.20.0-202509230726.p2.gb04c7c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Ae8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.20.0-202509230726.p2.g2371120.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Af99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.20.0-202509230043.p2.gcae310f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252156.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ae06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g5a7da72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.20.0-202509230043.p2.g58cbd29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ac0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5adc142.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.20.0-202509251228.p2.gce27505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Adfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.20.0-202509230726.p2.ge491736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g9cfa567.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aeb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gaa455c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.20.0-202509261556.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ae9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.20.0-202509230726.p2.g62b3623.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.20.0-202509230726.p2.gc40e7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.20.0-202509230726.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Ac8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.20.0-202509230043.p2.gc674bea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Ab0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.20.0-202509230043.p2.g9c065d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Aa7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.20.0-202509271248.p2.gfc0fe74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.20.0-202509230726.p2.gf940e72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.20.0-202509230043.p2.g65539c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.20.0-202509271248.p2.g500ab5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.20.0-202509251228.p2.ge0ad050.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.20.0-202509262224.p2.g20f6d61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.20.0-202509230043.p2.g7fd1a7f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.20.0-202509252156.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.20.0-202509262224.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ad02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.20.0-202509230726.p2.gcfa5ee9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ae73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.20.0-202509230726.p2.g0f8a4eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509231357.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ac930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.20.0-202509231357.p2.g8b8dd30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.20.0-202509270025.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.20.0-202509270025.p2.g4a9b90e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.20.0-202509230043.p2.gd1cc300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Ab506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.20.0-202509251856.p2.g4927cc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.20.0-202509230043.p2.g0151588.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.20.0-202509230726.p2.g5085f18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Aebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.20.0-202509251424.p2.gc258b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.20.0-202509240558.p2.g64bfec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.20.0-202509230043.p2.gfc73c80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Aa23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.20.0-202509230043.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Acba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.20.0-202509230043.p2.g43c8959.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.20.0-202509230043.p2.gf0c6474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.20.0-202509230726.p2.gdd3c4d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ae663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.20.0-202509230043.p2.gb81340a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.20.0-202509270025.p2.g26d0917.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.20.0-202509230043.p2.gf12b1b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Af722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.20.0-202509270025.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.20.0-202509231357.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ac666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.20.0-202509230043.p2.ga1535bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ad5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.20.0-202509261327.p2.gd9e543d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.20.0-202509271248.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Acc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.20.0-202509230043.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ab04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.20.0-202509261327.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Af24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.20.0-202509230043.p2.gbf2fa66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.20.0-202509241057.p2.g37e0c31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ab19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.20.0-202509250226.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.20.0-202509231357.p2.gf2529ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Aece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Aaf7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.20.0-202509262224.p2.g4c6036e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.20.0-202509252353.p2.gc095103.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=volume-data-source-validator-container-v4.20.0-202509230726.p2.g0e61642.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.20.0-202509230726.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.20.0-202509230726.p2.gb37141b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.20.0-202509230043.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.20.0-202509230043.p2.gea0b994.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ad72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.20.0-202509260625.p2.gfb678fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.20.0-202509261757.p2.g6553765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ac9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.20.0-202509230043.p2.g9091149.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ae512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.20.0-202509230043.p2.gbd582f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ab5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.20.0-202509230043.p2.g6a287ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Af35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.20.0-202509270025.p2.g4463f9b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.20.0-202509232028.p2.g47c7831.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Afd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.20.0-202509251856.p2.g6f39336.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ac1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.20.0-202509242156.p2.gf18c176.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ab5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.20.0-202509230726.p2.g9de00ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.20.0-202509230043.p2.g2438d7c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Af663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Acd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.20.0-202509230043.p2.g4523914.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-external-snapshot-metadata-container-v4.20.0-202509262224.p2.g693a826.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.20.0-202509252353.p2.g1d6d6b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.20.0-202509230726.p2.g3a2c732.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.20.0-202509230043.p2.g81fca03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Addb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.20.0-202509271248.p2.g9d55fd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.20.0-202509261927.p2.g5e0f8d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.gb36788e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.20.0-202509230726.p2.g6649cb8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Ad205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252353.p2.g419f284.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Afbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g56f6158.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ab0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.20.0-202509260426.p2.g61b4510.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Aa914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.20.0-202509252156.p2.g2bad9cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ab0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.20.0-202509262224.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.20.0-202509252353.p2.gb913435.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.20.0-202509230043.p2.ga8c9a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Aec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.20.0-202509230043.p2.g3e102a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ac9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.20.0-202509230726.p2.g9a8dd0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.20.0-202509230043.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.20.0-202509230726.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.20.0-202509270025.p2.g278ec20.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.20.0-202509230726.p2.gf09c58b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Afa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.20.0-202509230043.p2.g8109879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.20.0-202509230043.p2.g767d31f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ae0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.20.0-202509262224.p2.gff595e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ab71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.20.0-202509251856.p2.g8c75a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ab72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5e127e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ab82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.20.0-202509251424.p2.g96bfd21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.20.0-202509251856.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260625.p2.gbb4535b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Afc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.20.0-202509232257.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.20.0-202509261327.p2.g0c09647.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.20.0-202509260252.p2.g3bbd10e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Acf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.20.0-202509230726.p2.gb04e2ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aafe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.20.0-202509230043.p2.g3094490.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3Aeefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.20.0-202509230726.p2.gbf0d2c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.20.0-202509231357.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ad82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.20.0-202509230726.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.20.0-202509261556.p2.gc616cdc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.20.0-202509251424.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Acf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.20.0-202509251424.p2.g62dc63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.20.0-202509230043.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.20.0-202509271248.p2.gb5330d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.20.0-202509230726.p2.g11b24a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.20.0-202509230043.p2.g6e2f362.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509270025.p2.gf782ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Acc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Abfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.20.0-202509230043.p2.ga7d0035.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ac5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.20.0-202509262224.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.20.0-202509230043.p2.gd391c0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.20.0-202509230726.p2.g467e50f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.20.0-202509230043.p2.gde1db29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.20.0-202509230726.p2.g11e57aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.20.0-202509230726.p2.g147e5a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Aad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.20.0-202509230043.p2.g19d3873.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ac55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.20.0-202509230726.p2.g74abc55.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.20.0-202509252156.p2.g3bbc3ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ace516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261757.p2.ge355ad3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.20.0-202509232257.p2.g491784f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ad55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.20.0-202509230726.p2.g657754e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ab6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g0bbafe2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g019abe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.20.0-202509230043.p2.g8257892.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.20.0-202509230726.p2.gb04c7c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.20.0-202509230726.p2.g2371120.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.20.0-202509230043.p2.gcae310f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252156.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g5a7da72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.20.0-202509230043.p2.g58cbd29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ad81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5adc142.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.20.0-202509251228.p2.gce27505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ab035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.20.0-202509230726.p2.ge491736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g9cfa567.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ae59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gaa455c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.20.0-202509261556.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.20.0-202509230726.p2.g62b3623.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ae82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.20.0-202509230726.p2.gc40e7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Aa235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.20.0-202509230726.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.20.0-202509230043.p2.gc674bea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Aed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ac82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.20.0-202509230043.p2.g9c065d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.20.0-202509271248.p2.gfc0fe74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ac6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.20.0-202509230043.p2.g36ab30f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.20.0-202509230043.p2.g1980135.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Af358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509251629.p2.g21f405c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ad3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.20.0-202509230043.p2.g8b6396a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.20.0-202509230043.p2.g035805d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.20.0-202509230043.p2.g7fd1a7f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Ae7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.20.0-202509252156.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.20.0-202509230043.p2.gf0c6474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ae910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.20.0-202509262224.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.20.0-202509230726.p2.gcfa5ee9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.20.0-202509230726.p2.g0f8a4eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ac68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509231357.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Aa7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.20.0-202509231357.p2.g8b8dd30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.20.0-202509270025.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Acd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.20.0-202509270025.p2.g4a9b90e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aa82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.20.0-202509230726.p2.g5085f18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.20.0-202509251424.p2.gc258b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ab49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.20.0-202509240558.p2.g64bfec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.20.0-202509230043.p2.gfc73c80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.20.0-202509230043.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aa6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.20.0-202509230043.p2.g43c8959.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ab38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.20.0-202509230726.p2.gdd3c4d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Adf8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.20.0-202509230043.p2.gb81340a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.20.0-202509270025.p2.g26d0917.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Af3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.20.0-202509230043.p2.gf12b1b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.20.0-202509270025.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Af3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.20.0-202509231357.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.20.0-202509230043.p2.ga1535bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.20.0-202509261327.p2.gd9e543d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.20.0-202509271248.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.20.0-202509230043.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.20.0-202509261327.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Aa3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.20.0-202509230043.p2.gbf2fa66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.20.0-202509241057.p2.g37e0c31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.20.0-202509250226.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.20.0-202509231357.p2.gf2529ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Abd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.20.0-202509262224.p2.g4c6036e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.20.0-202509252353.p2.gc095103.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3Af1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=volume-data-source-validator-container-v4.20.0-202509230726.p2.g0e61642.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.20.0-202509230726.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.20.0-202509230726.p2.gb37141b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Abaf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.20.0-202509230043.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.20.0-202509230043.p2.gea0b994.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.20.0-202509260625.p2.gfb678fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.20.0-202509261757.p2.g6553765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.20.0-202509230043.p2.g9091149.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ace5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.20.0-202509230043.p2.gbd582f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.20.0-202509230043.p2.g6a287ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.20.0-202509270025.p2.g4463f9b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.20.0-202509232028.p2.g47c7831.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ae182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.20.0-202509242156.p2.gf18c176.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.20.0-202509230726.p2.g9de00ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.20.0-202509230043.p2.g2438d7c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ac17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.20.0-202509251856.p2.g6f39336.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ac813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.20.0-202509230043.p2.g4523914.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ac9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.20.0-202509260856.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.20.0-202509230043.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.20.0-202509230043.p2.g1abaf84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3Ab1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-external-snapshot-metadata-container-v4.20.0-202509262224.p2.g693a826.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ac6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.20.0-202509252353.p2.g1d6d6b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.20.0-202509230726.p2.g3a2c732.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Ab2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.20.0-202509230043.p2.g81fca03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.20.0-202509271248.p2.g9d55fd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.20.0-202509261927.p2.g5e0f8d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.gb36788e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ab0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.20.0-202509230726.p2.g6649cb8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252353.p2.g419f284.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g56f6158.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.20.0-202509260426.p2.g61b4510.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ad6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.20.0-202509252156.p2.g2bad9cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.20.0-202509262224.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.20.0-202509252353.p2.gb913435.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.20.0-202509230043.p2.ga8c9a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.20.0-202509230043.p2.g3e102a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.20.0-202509230726.p2.g9a8dd0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.20.0-202509230043.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Acfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.20.0-202509230726.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Af30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.20.0-202509270025.p2.g278ec20.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.20.0-202509230726.p2.gf09c58b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.20.0-202509230043.p2.g8109879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.20.0-202509230043.p2.g767d31f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.20.0-202509262224.p2.gff595e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Aed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.20.0-202509251856.p2.g8c75a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5e127e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ae21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.20.0-202509251424.p2.g96bfd21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.20.0-202509251856.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260625.p2.gbb4535b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.20.0-202509232257.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.20.0-202509261327.p2.g0c09647.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ae868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.20.0-202509260252.p2.g3bbd10e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Aeec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.20.0-202509230726.p2.gb04e2ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.20.0-202509230043.p2.g3094490.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.20.0-202509230726.p2.gbf0d2c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.20.0-202509231357.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aa367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.20.0-202509230726.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Adafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.20.0-202509261556.p2.gc616cdc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aa323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.20.0-202509251424.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Accd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.20.0-202509251424.p2.g62dc63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.20.0-202509230043.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ae31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.20.0-202509271248.p2.gb5330d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.20.0-202509230726.p2.g11b24a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.20.0-202509230043.p2.g6e2f362.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Aa9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509270025.p2.gf782ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ade6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.20.0-202509230043.p2.ga7d0035.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.20.0-202509262224.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.20.0-202509230043.p2.gd391c0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Af4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.20.0-202509230726.p2.g467e50f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.20.0-202509230043.p2.gde1db29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Afcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.20.0-202509230726.p2.g11e57aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.20.0-202509230726.p2.g147e5a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.20.0-202509230043.p2.g19d3873.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.20.0-202509230726.p2.g74abc55.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.20.0-202509252156.p2.g3bbc3ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261757.p2.ge355ad3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ae80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.20.0-202509232257.p2.g491784f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.20.0-202509230726.p2.g657754e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g0bbafe2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g019abe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.20.0-202509230043.p2.g8257892.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ab2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.20.0-202509230726.p2.gb04c7c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Aab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.20.0-202509230726.p2.g2371120.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.20.0-202509230043.p2.gcae310f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aa8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252156.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g5a7da72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.20.0-202509230043.p2.g58cbd29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5adc142.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.20.0-202509251228.p2.gce27505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ab4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.20.0-202509230726.p2.ge491736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g9cfa567.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gaa455c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ab9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.20.0-202509261556.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ae85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.20.0-202509230726.p2.g62b3623.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.20.0-202509230726.p2.gc40e7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.20.0-202509230726.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.20.0-202509230043.p2.gc674bea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Acaec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.20.0-202509230043.p2.g9c065d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.20.0-202509271248.p2.gfc0fe74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Af70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.20.0-202509230726.p2.gf940e72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.20.0-202509230043.p2.g65539c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Ae077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.20.0-202509271248.p2.g500ab5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.20.0-202509251228.p2.ge0ad050.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ab33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.20.0-202509230043.p2.g8b6396a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Af4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.20.0-202509230043.p2.g7fd1a7f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.20.0-202509252156.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.20.0-202509262224.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Aff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.20.0-202509230726.p2.gcfa5ee9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Adc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.20.0-202509230726.p2.g0f8a4eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509231357.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Adfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.20.0-202509231357.p2.g8b8dd30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Afd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.20.0-202509270025.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ab7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.20.0-202509270025.p2.g4a9b90e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.20.0-202509230043.p2.g0151588.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.20.0-202509230726.p2.g5085f18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.20.0-202509251424.p2.gc258b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ae83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.20.0-202509240558.p2.g64bfec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ac2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.20.0-202509230043.p2.gfc73c80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.20.0-202509230043.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Afd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.20.0-202509230043.p2.g43c8959.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.20.0-202509230043.p2.gf0c6474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.20.0-202509230726.p2.gdd3c4d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ab517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.20.0-202509230043.p2.gb81340a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Aeccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.20.0-202509270025.p2.g26d0917.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Aaf4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.20.0-202509230043.p2.gf12b1b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ab641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.20.0-202509270025.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.20.0-202509231357.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ab6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.20.0-202509230043.p2.ga1535bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.20.0-202509261327.p2.gd9e543d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.20.0-202509271248.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ab8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ad64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.20.0-202509230043.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.20.0-202509261327.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.20.0-202509230043.p2.g0693fe5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ae8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g319efc9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.20.0-202509230043.p2.g2424e8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Afd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.20.0-202509230043.p2.gf011b3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.20.0-202509230043.p2.gbf2fa66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Af1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.20.0-202509241057.p2.g37e0c31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Abc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.20.0-202509250226.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.20.0-202509231357.p2.gf2529ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Aef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ab0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.20.0-202509262224.p2.g4c6036e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Af9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.20.0-202509252353.p2.gc095103.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=volume-data-source-validator-container-v4.20.0-202509230726.p2.g0e61642.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45339",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-01-28T02:00:48.029971+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342463"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "RHBZ#2342463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74",
"url": "https://github.com/golang/glog/pull/74"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2",
"url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs",
"url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs"
},
{
"category": "external",
"summary": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File",
"url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3372",
"url": "https://pkg.go.dev/vuln/GO-2025-3372"
}
],
"release_date": "2025-01-28T01:03:24.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-21T04:13:27+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:d1dc76522d1e235b97675b28e977cb8c452f47d39c0eb519cde02114925f91d2\n\n (For s390x architecture)\n The image digest is sha256:bb2b07ca992b8c976341c145ccdcefbd57e946a590efaa5e10d60fc5a2cbe503\n\n (For ppc64le architecture)\n The image digest is sha256:678369ac0a189674b3d9f5779ee7042b39e625ee580579ec302d8899f8ddc613\n\n (For aarch64 architecture)\n The image digest is sha256:791079aeb081a9193cec139ba4dccbafbfc9437b6e5e39d70225b0e6d2f51b34\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9562"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"acknowledgments": [
{
"names": [
"Thibault Guittet"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2024-45497",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"discovery_date": "2024-08-29T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2308673"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenShift build process, where the docker-build container is configured with a hostPath volume mount that maps the node\u0027s /var/lib/kubelet/config.json file into the build pod. This file contains sensitive credentials necessary for pulling images from private repositories. The mount is not read-only, which allows the attacker to overwrite it. By modifying the config.json file, the attacker can cause a denial of service by preventing the node from pulling new images and potentially exfiltrating sensitive secrets. This flaw impacts the availability of services dependent on image pulls and exposes sensitive information to unauthorized parties.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift-api: openshift-controller-manager/build: Build Process in OpenShift Allows Overwriting of Node Pull Credentials",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45497"
},
{
"category": "external",
"summary": "RHBZ#2308673",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2308673"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45497",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45497"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45497",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45497"
}
],
"release_date": "2024-12-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-21T04:13:27+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:d1dc76522d1e235b97675b28e977cb8c452f47d39c0eb519cde02114925f91d2\n\n (For s390x architecture)\n The image digest is sha256:bb2b07ca992b8c976341c145ccdcefbd57e946a590efaa5e10d60fc5a2cbe503\n\n (For ppc64le architecture)\n The image digest is sha256:678369ac0a189674b3d9f5779ee7042b39e625ee580579ec302d8899f8ddc613\n\n (For aarch64 architecture)\n The image digest is sha256:791079aeb081a9193cec139ba4dccbafbfc9437b6e5e39d70225b0e6d2f51b34\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9562"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openshift-api: openshift-controller-manager/build: Build Process in OpenShift Allows Overwriting of Node Pull Credentials"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-21T04:13:27+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:d1dc76522d1e235b97675b28e977cb8c452f47d39c0eb519cde02114925f91d2\n\n (For s390x architecture)\n The image digest is sha256:bb2b07ca992b8c976341c145ccdcefbd57e946a590efaa5e10d60fc5a2cbe503\n\n (For ppc64le architecture)\n The image digest is sha256:678369ac0a189674b3d9f5779ee7042b39e625ee580579ec302d8899f8ddc613\n\n (For aarch64 architecture)\n The image digest is sha256:791079aeb081a9193cec139ba4dccbafbfc9437b6e5e39d70225b0e6d2f51b34\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9562"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-53547",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-07-08T22:01:16.594090+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378905"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm Chart Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Although GitOps ships Helm, this product is not vulnerable to this vulnerability as ArgoCD doesn\u0027t use helm dependency update. Additionally ArgoCD scans the whole repository searching for symbolic links that eventually points to a out of bounds destination, this later feature ensures ArgoCD is not vulnerable for this issue. Given this information ArgoCD won\u0027t be updated to pull a new version of Helm in other versions than the currently latest upstream one.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "RHBZ#2378905",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378905"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571",
"url": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm",
"url": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm"
}
],
"release_date": "2025-07-08T21:39:59.075000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-21T04:13:27+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:d1dc76522d1e235b97675b28e977cb8c452f47d39c0eb519cde02114925f91d2\n\n (For s390x architecture)\n The image digest is sha256:bb2b07ca992b8c976341c145ccdcefbd57e946a590efaa5e10d60fc5a2cbe503\n\n (For ppc64le architecture)\n The image digest is sha256:678369ac0a189674b3d9f5779ee7042b39e625ee580579ec302d8899f8ddc613\n\n (For aarch64 architecture)\n The image digest is sha256:791079aeb081a9193cec139ba4dccbafbfc9437b6e5e39d70225b0e6d2f51b34\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9562"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "helm.sh/helm/v3: Helm Chart Code Execution"
}
]
}
rhsa-2025:3813
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.1.2 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details see [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1).",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16, 4.17, and 4.18",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3813",
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3813.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2025-11-12T02:30:25+00:00",
"generator": {
"date": "2025-11-12T02:30:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3813",
"initial_release_date": "2025-04-10T14:56:45+00:00",
"revision_history": [
{
"date": "2025-04-10T14:56:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-10T14:56:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64",
"product": {
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64",
"product_id": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64",
"product_identification_helper": {
"purl": "pkg:oci/timestamp-authority-rhel9@sha256%3A796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743007818"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
},
"product_reference": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T14:56:45+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T14:56:45+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T14:56:45+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:796860a3e85712c60398c36983e0ff4d45325c7a4de869da2ebf1b6ba4b19825_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:9136
Vulnerability from csaf_redhat
Notes
{
"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": "The components for Red Hat OpenShift for Windows Containers 10.16.2 are now available",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift for Windows Containers allows you to deploy Windows container workloads running on Windows Server containers.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:9136",
"url": "https://access.redhat.com/errata/RHSA-2025:9136"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-9042",
"url": "https://access.redhat.com/security/cve/CVE-2024-9042"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/4.16/windows_containers/index.html",
"url": "https://docs.openshift.com/container-platform/4.16/windows_containers/index.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9136.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift for Windows Containers 10.16.2 product release",
"tracking": {
"current_release_date": "2025-11-12T02:30:39+00:00",
"generator": {
"date": "2025-11-12T02:30:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:9136",
"initial_release_date": "2025-06-16T18:32:02+00:00",
"revision_history": [
{
"date": "2025-06-16T18:32:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-25T13:57:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift Windows Machine Config Operator 10.16",
"product": {
"name": "OpenShift Windows Machine Config Operator 10.16",
"product_id": "OpenShift Windows Machine Config Operator 10.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:windows_machine_config:10.16::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift Windows Machine Config Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-operator-bundle@sha256%3Aba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=v10.16.2-1749247686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-rhel9-operator@sha256%3Ac9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=v10.16.2-1749241361"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64 as a component of OpenShift Windows Machine Config Operator 10.16",
"product_id": "OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"relates_to_product_reference": "OpenShift Windows Machine Config Operator 10.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64 as a component of OpenShift Windows Machine Config Operator 10.16",
"product_id": "OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64",
"relates_to_product_reference": "OpenShift Windows Machine Config Operator 10.16"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Peled Tomer",
"Aravindh Puthiyaprambil"
]
}
],
"cve": "CVE-2024-9042",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-01-13T05:51:52.559000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2337297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Kubernetes Windows nodes. This vulnerability allows a user with the ability to query a node\u0027s \u0027/logs\u0027 endpoint to execute arbitrary commands on the host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubelet: Command Injection affecting Windows nodes via nodes/*/logs/query API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE affects only Windows worker nodes. To detect whether this vulnerability has been exploited, you can examine your cluster\u0027s audit logs to search for node \u0027logs\u0027 queries with suspicious inputs.",
"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": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
],
"known_not_affected": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-9042"
},
{
"category": "external",
"summary": "RHBZ#2337297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-9042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9042"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-9042",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9042"
}
],
"release_date": "2025-01-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-16T18:32:02+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/latest/windows_containers/windows-node-upgrades.html",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9136"
},
{
"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": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"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:N",
"version": "3.1"
},
"products": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubelet: Command Injection affecting Windows nodes via nodes/*/logs/query API"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
],
"known_not_affected": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-16T18:32:02+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/latest/windows_containers/windows-node-upgrades.html",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9136"
}
],
"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": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
],
"known_not_affected": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-16T18:32:02+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/latest/windows_containers/windows-node-upgrades.html",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9136"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:4511
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for RHODF-4.18-RHEL-9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift Data Foundation is software-defined storage integrated with and optimized for the Red Hat OpenShift Data Foundation. Red Hat OpenShift DataFoundation is a highly scalable, production-grade persistent storage for stateful applications running in the Red Hat OpenShift Container Platform. In addition to persistent storage, Red Hat OpenShift Data Foundation provisions a multi-cloud data management service with an S3 compatible API.\n\nSecurity Fix(es):\n\n* express: cause malformed URLs to be evaluated (CVE-2024-29041)\n\n* npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript (CVE-2024-11831)\n\n* http-proxy-middleware: Denial of Service (CVE-2024-21536)\n\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4511",
"url": "https://access.redhat.com/errata/RHSA-2025:4511"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2290901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290901"
},
{
"category": "external",
"summary": "2312579",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579"
},
{
"category": "external",
"summary": "2319884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2319884"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "DFBUGS-1798",
"url": "https://issues.redhat.com/browse/DFBUGS-1798"
},
{
"category": "external",
"summary": "DFBUGS-269",
"url": "https://issues.redhat.com/browse/DFBUGS-269"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4511.json"
}
],
"title": "Red Hat Security Advisory: RHODF-4.18-RHEL-9 security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:30+00:00",
"generator": {
"date": "2025-11-12T02:30:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:4511",
"initial_release_date": "2025-05-06T07:14:59+00:00",
"revision_history": [
{
"date": "2025-05-06T07:14:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-06T07:14:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:30+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.18 for RHEL 9",
"product": {
"name": "RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.18.2-8"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"product_id": "odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.18.2-7"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.18.2-7"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"product_id": "odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.18.2-8"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.18.2-8"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"product_id": "odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.18.2-7"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"product": {
"name": "odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"product_id": "odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-dependencies-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.18.2-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.18.2-9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.18.2-8"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"product_id": "odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.18.2-7"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.18.2-7"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"product_id": "odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.18.2-8"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.18.2-8"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"product_id": "odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.18.2-7"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"product": {
"name": "odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"product_id": "odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-dependencies-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.18.2-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.18.2-9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.18.2-8"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"product": {
"name": "odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"product_id": "odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.18.2-7"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.18.2-7"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"product": {
"name": "odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"product_id": "odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-console-rhel9\u0026tag=v4.18.2-8"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.18.2-8"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"product_id": "odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.18.2-7"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"product": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"product_id": "odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-cosi-sidecar-rhel9\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"product": {
"name": "odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"product_id": "odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-dependencies-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.18.2-8"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"product": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"product_id": "odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-prometheus-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"product": {
"name": "odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"product_id": "odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-recipe-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"product": {
"name": "odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"product_id": "odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-operator-bundle\u0026tag=v4.18.2-11"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.18.2-9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"product": {
"name": "odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"product_id": "odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325?arch=arm64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9-operator\u0026tag=v4.18.2-7"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.18.2-7"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"product": {
"name": "odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"product_id": "odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-cli-rhel9\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.18.2-6"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.18.2-5"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.18.2-5"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le"
},
"product_reference": "odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64"
},
"product_reference": "odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le"
},
"product_reference": "odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64"
},
"product_reference": "odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le"
},
"product_reference": "odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le"
},
"product_reference": "odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x"
},
"product_reference": "odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64"
},
"product_reference": "odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le"
},
"product_reference": "odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le"
},
"product_reference": "odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le"
},
"product_reference": "odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64 as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"relates_to_product_reference": "9Base-RHODF-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le as a component of RHODF 4.18 for RHEL 9",
"product_id": "9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11831",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-09-16T16:43:32.021000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2312579"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-11831"
},
{
"category": "external",
"summary": "RHBZ#2312579",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-11831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e",
"url": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/pull/173",
"url": "https://github.com/yahoo/serialize-javascript/pull/173"
}
],
"release_date": "2024-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T07:14:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4511"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript"
},
{
"cve": "CVE-2024-21536",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-10-19T06:00:36.846953+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2319884"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the http-proxy-middleware package. Affected versions of this package are vulnerable to denial of service (DoS) due to an UnhandledPromiseRejection error thrown by micromatch. This flaw allows an attacker to kill the Node.js process and crash the server by requesting certain paths.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "http-proxy-middleware: Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21536"
},
{
"category": "external",
"summary": "RHBZ#2319884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2319884"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21536",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21536"
},
{
"category": "external",
"summary": "https://gist.github.com/mhassan1/28be67266d82a53708ed59ce5dc3c94a",
"url": "https://gist.github.com/mhassan1/28be67266d82a53708ed59ce5dc3c94a"
},
{
"category": "external",
"summary": "https://github.com/chimurai/http-proxy-middleware/commit/0b4274e8cc9e9a2c5a06f35fbf456ccfcebc55a5",
"url": "https://github.com/chimurai/http-proxy-middleware/commit/0b4274e8cc9e9a2c5a06f35fbf456ccfcebc55a5"
},
{
"category": "external",
"summary": "https://github.com/chimurai/http-proxy-middleware/commit/788b21e4aff38332d6319557d4a5b1b13b1f9a22",
"url": "https://github.com/chimurai/http-proxy-middleware/commit/788b21e4aff38332d6319557d4a5b1b13b1f9a22"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906",
"url": "https://security.snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906"
}
],
"release_date": "2024-10-19T05:00:04.056000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T07:14:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4511"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have any mitigation recommendations at this time.",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "http-proxy-middleware: Denial of Service"
},
{
"cve": "CVE-2024-29041",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2024-06-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290901"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Express.js minimalist web framework for node. Upstream versions of Express.js before 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL, Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This issue can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()`, but this is also called from within `res.redirect()`. The vulnerability is fixed in upstream version 4.19.2 and 5.0.0-beta.3.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express: cause malformed URLs to be evaluated",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse 7 only uses express as part of build time development dependency, it is not part of the final product delivery.\n\nUpstream versions should not be relied upon for ultimate determination of affectedness. Red Hat might backport fixes from upstream versions on a case by case basis.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29041"
},
{
"category": "external",
"summary": "RHBZ#2290901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041"
},
{
"category": "external",
"summary": "https://expressjs.com/en/4x/api.html#res.location",
"url": "https://expressjs.com/en/4x/api.html#res.location"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd",
"url": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94",
"url": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/pull/5539",
"url": "https://github.com/expressjs/express/pull/5539"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc",
"url": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/issues/1800",
"url": "https://github.com/koajs/koa/issues/1800"
}
],
"release_date": "2024-03-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T07:14:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4511"
},
{
"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": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "express: cause malformed URLs to be evaluated"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T07:14:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4511"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T07:14:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4511"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T07:14:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4511"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T07:14:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4511"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:8fe453c13e2512584f376df5e68b0349279ae48b3d80bf30853d0e29114172d1_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:b7b818d10993d363959d6dc050267122e3151a3cf1e2dc33e9e3da000a309892_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-operator-bundle@sha256:c70c3bf6f04381731a7c8b362e84c0562db8bfd035b0830876da9867c61d5913_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:0468019ad7726920c8b8308a4e2b23e833d1447d78e4a7994297899eaf96cd67_s390x",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:8801eb57d77777f95346f2d544650952fb89c3c364d77b775b20d203974a0325_arm64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:cb751b6f6f0384e16d7764df1d9240d7dc4b7deb3d9a58a4ffbdb67cea3932d3_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9-operator@sha256:e627398b6cd1f4eae720de593a826d6a8ff7dec4acfcb01a1003592044c59c8a_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:5bce68f3ecb18da15dd044ef9d83cc3be06ff4d35f0d8958e166197dc300b5a7_ppc64le",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:6a5a346682e532a42d0d1df3e11d8c16e01a8c22d03a65743b70c8bef2ef17d4_amd64",
"9Base-RHODF-4.18:odf4/cephcsi-rhel9@sha256:b12969001d0ccbdea864ae2b95cf2df109a9644ba294171a2e286a4e24261717_s390x",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:20f211424d72d67d9e05e0c5fe0a27291673ff0f4223677a8f25d8bf333eaf3a_arm64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:838edd5022e35412215026b3fd7f87a681c7f6925d927074005c34d88ff991ae_amd64",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:ad5b8a59f261bb6d5d82327cfbb8d90771dc0df4daf6daec163214c8f09b116b_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-core-rhel9@sha256:cef0430b3f1f3e1b0f728a5384c73492f9addbc8690868285be07e7eaa04c534_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:9034d6f37fb5bc4fc0a5e3b58a995f25a502f0d396c918f18d81a6d8d852e741_s390x",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:980b36c7905338b274045078a5ebfac2e20a52c7a9d6133dd104ff47c19a95d8_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-operator-bundle@sha256:f7981eb58f8f965e1eef8fef50bf58e6fbf92c54fc5c376d34adeff39427db68_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:3d46991237b01a405cabf10e15072edd1fafefc0641b120a6578b40bebf62efa_ppc64le",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:851cf1c9d24083d806a9da2c4f8dc25ef67dfdf18ad882bf0980fab0d7d824d1_s390x",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:f1c7a74c9580a7d6725f1fef5aea3467e3bc6548c947e9804b9b9d6b9c56eb1e_amd64",
"9Base-RHODF-4.18:odf4/mcg-rhel9-operator@sha256:fc9475589ce8ca4f74014d43a7692a91cd1b2b30c9d3b73f38155224734fb4e8_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:00e88ad3e5d29ac067163e93cb1ee716e8bf63bf90cd2ff09020a217d055db28_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:398d2529a7a226cfae3aeba3a83c9d4e1a92bc5439fdc37f98fff895ad1efd7e_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-console-rhel9@sha256:acbffcf670ccd88666bf75b2d8b2be1e38dfa990b6ddd56a586ca7c74df7b37b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:4a8a9b9f0f910df0c03bade56acd47f4027cb2a603cfb710dbd95b366d56992d_s390x",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:a7785285506015834c240a5cfd2416865d77d5bf261d6a8b9f5bc4431f22cb2c_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-operator-bundle@sha256:c182b55222bec9f15aa56cc479eb701bb8fb91a291a5d6ba5c3511a9f0a10866_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:755db8e93622c0edf5eddacb005d2411d09384425dcfa10690400c6dcdc5228e_amd64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:dc4db8e33107450531de8c9bd1ce22bddccbb6bead8fe784f8bed7107ec32733_arm64",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:e30d8117f60ed99c40321cf776f5c5ef2c8f2b0c4623100886e4dacada78ef8b_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-client-rhel9-operator@sha256:fef3ff1de91d49d3b3b58a016ea20b3dfc12a6d99d7d10e002190db61704ad31_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:4487d33876e8f5f6950325d71e411c2156aa90ad6c7edeb00bb8aa97109edc2d_s390x",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:576db43dd6ea1ef3841b570c081ccef96cb451af94ec23200740bbae6ad3b618_amd64",
"9Base-RHODF-4.18:odf4/ocs-metrics-exporter-rhel9@sha256:6c054aac0e723c69d342c078d79fadf8cd07279d1c48506c14a7fba737b3ec20_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:07fc3267e737d5d7cbd6c2e0dd5b12401bbf0a4cf2a645848251fee8436c3883_amd64",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:299c2dee126c361e5160e9d72c2b50d43518425b34d4520d517936a61cb51f93_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-operator-bundle@sha256:b32a2f2dac7037376f85241966d2cb334c616798b0483b15d298ac8a17d11fcf_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:20bcd918063ef6c652b9a5825fbfd15a0124f11c44ee124644ab077b92abf3fa_amd64",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:af338d2a0879003b97fc2445017f0cac90d4914e55806a533197d3b3d87367f0_s390x",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:bab2c514bcf3dcdb126e40b5bab49d42179ebc088cf9d76298295d83f18b8015_ppc64le",
"9Base-RHODF-4.18:odf4/ocs-rhel9-operator@sha256:e6f5e191147f1d053dc5c4add4dc0298bc3d6fd0ff6c76a8d7ad92449ddec84a_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:3ecfef6468658d97038c63a589eea501b38fa0b0444423e5402aa6f9737fc117_s390x",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:592e901fd958d501ba64c97dc86c9927f3853084ad9f02a7c9f4087c57a394c3_arm64",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:6a127c317e7b2b75e2af574efa06a92eb699446ee5acd2382f2c8719a62a3d85_ppc64le",
"9Base-RHODF-4.18:odf4/odf-cli-rhel9@sha256:df51195e607189f6a1e6f365e5b682c0a4a18ac52b49335d2b18d714c2b4d039_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:49119045f93991b6631ba6b8e30d3aef3cd2ee54b15c42bdcf0dcb1f45ceda9e_amd64",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ab015a61b46656ae81ae9c7651d3bedf701fe9a7edfed176c7cd9b7de45e86e4_ppc64le",
"9Base-RHODF-4.18:odf4/odf-console-rhel9@sha256:ac7b9fb592032b280763a448a5e0fc26feb6bb186421bdd716d68ba77e591357_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:27177665f5c5dd3fa54442efa8d749def23013aad2f59520d6ddd538495e7c9e_s390x",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:7473e8e39964771a5758c08d0a07803f4874cb31e6325589e81382933df8b971_amd64",
"9Base-RHODF-4.18:odf4/odf-cosi-sidecar-rhel9@sha256:9912f2b66be65a944e1d3b71d12578aece93589d8add68b628475910ee8bb71b_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:aa931d81acd91fe7a8b55a97684ca1a17586b7636ce9334bd85c188c7a1a5c04_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:b29425a3772ce19d1b0c3e815f0c0fd9cda6e3e37dd2d41c4f0e0cf5dc6b966c_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-operator-bundle@sha256:cccb0a027c2dd4ca6e0e01c574cd9912b2df489e2c00e2c1060e131beb30e86c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:0cf51da5f7dcb31b55332f36a98e248a16fa7568c8b6b5e293b3fd83d99e2375_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:6675b58f28936b51e294692ada0d148ec78a22bc39f1202b11381795b1d09451_s390x",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:c1fc5c80766a8511b1bf27a872f65c1db187f62d429fb4d3a0e95fd319b31fbe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-rhel9-operator@sha256:e45f4f647301aa79078480445b8de62da74a90b454904a1725be7348bdf2222f_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:10330c64a1b1bd0e8832d247c9842229187d4d4620d9d4e6286a780c5b512fad_arm64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:465206671be9e2c7b49428c6211ecfb6c505a87ed04903f962208a2f9aaa1686_amd64",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:95fc931dfef8c4690ee3b7f028eddebec86609dd54d11c28cf9fc479e87ee9fe_ppc64le",
"9Base-RHODF-4.18:odf4/odf-csi-addons-sidecar-rhel9@sha256:a37ff4a4d763fd93966dd5b0f961903fe321f62bb8abb7af2014d115d574f442_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:01c58987e90e7d00f88c7d0843b4687a3577964ad9f3f4bb45a7f3bfca52ac8c_ppc64le",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:429b52d62c5348e54ab6534b6d74623ec1013b5509c4c266d2e2f429ac9ac2e4_s390x",
"9Base-RHODF-4.18:odf4/odf-dependencies-operator-bundle@sha256:900fb1126749701bdb5a95b6e0336bcd580d6f880456bdd719a6fa1855db0e15_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:88df1fbb3e3f026a2eaa722a43572e6dc542cf5f1d97594235e94109f3f7efb5_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:9626ed56d4c6352b4ccf505a1ba963fea408a2fd04b79ca41d65feb1bad08cb2_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-console-rhel9@sha256:a291a9cf6839fa575c83157562d5345ff0cdf0b954be75f0601d444268484f4c_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:177ce31ffa994da8809e42ab91f6b8eba442362a746ab43f66de77c1d6bee7ac_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:47998468b3209cb118a756ea974bcf8d11b36e9aa60e1bfafb8531af56b21670_amd64",
"9Base-RHODF-4.18:odf4/odf-multicluster-operator-bundle@sha256:c61e7ade3f0edcf6f7126aa4d5fb2735425be88774378f1d777e69cffb728ade_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:30f465999e780be7d78f99d1b4df3b85d81edb5a7a2d3590d6a1800d81a6985f_ppc64le",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:5e8a09ce6abae27e4b99635285d214733193d2f5b7f9cf09a1c9b7fa4d407a7b_s390x",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:7eab4e2de8363ca3aaf5029c2980b571eb598616b91bb19fa1ca1a29de349f48_arm64",
"9Base-RHODF-4.18:odf4/odf-multicluster-rhel9-operator@sha256:a94281733007bc107934c5d66587618164dca78476f383db98ab4f7525c96d91_amd64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:0971755b68260e73ac938ac22494d8002fa08d31fea54b9fa7abeee802bbe161_arm64",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:4aba718909dbe25c3a35d8745a07aa840f106c36633f02a3950e4e67d8e56805_s390x",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:63498d0a07d79df661e5e56ec1d8abce28e8a8d5e0c2368cf3af003e46cf5d8e_ppc64le",
"9Base-RHODF-4.18:odf4/odf-must-gather-rhel9@sha256:81734769461cc6ddfca106ad2b7951c42b7717f42d9d4ef123204f8b44678588_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:003cc16996a5eb56719f6634ce889cfec20abce23ed85b3eae4da75fd773abaf_amd64",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:81aefa5b6d39d3c9197485a8f958604319c7712559015cf3a1f1c7ad915049f1_ppc64le",
"9Base-RHODF-4.18:odf4/odf-operator-bundle@sha256:e56d39c644c36a5a3ff80282fae5c3eff077c2823c55c0ba06483404bba3a4f4_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:3b660a0898277b3ac4bfbf6d63f395881877ad74cdcab5c0fe7a5ecd4fb8becd_s390x",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:aa00d9e2ae7dbb38465be294086379b6d819c9ce30d488fb74386a6054161968_amd64",
"9Base-RHODF-4.18:odf4/odf-prometheus-operator-bundle@sha256:ace8564973e4fcf01e140e995c24eb8d9d50ad283047aa93074dcffda8649e26_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:274eb504a5664bd9c282c5c321ad0dbf62a641979c57a8656dd159a8e04aa3c1_amd64",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:4bddecaf5072c05c0350538c1680bd3c15a3e933b9362b288477ef1d052cb0e8_s390x",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:9c823417bb470c5551785e2bfb6ddf3cb8cae1be8840b26d9dd7f36f4227acd9_ppc64le",
"9Base-RHODF-4.18:odf4/odf-rhel9-operator@sha256:c0ac393b4e3e075d6bce9cb09cde9bba82618d0b25c20d24da4d4f972bf29d36_arm64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:02076fc7edf3649f207740bc08d80d8e5d60b26ca1449e615206c7a6b44447b5_amd64",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:9b12d4e7c97c15720b6e36c56107ccf6f4ab2902d64f4885ab91ee8321489ba3_s390x",
"9Base-RHODF-4.18:odf4/odr-cluster-operator-bundle@sha256:ef8a18b6646b196f503418d71d62e954c4162182982fb2d3a4c6463b2dfa6927_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:3d772e5d7ce539ee7e337fa78f0cdf166992776f878f4013854d3d14d891831e_amd64",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:548835c83ce43522e64ce26ba39f961caeb92af446db13356a8d6eb9829fb480_ppc64le",
"9Base-RHODF-4.18:odf4/odr-hub-operator-bundle@sha256:791660be24a0f942996c47a21bed3ad12ae5caf30731461ee983ce79243e7648_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:2409bd600e9731643206b5f15b7ab76a46a385499fd74c9c30040fd6cdc86d29_amd64",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:99da14f1a2dff046388d29fdd9dd0a2c6ad29ff6b3f2500e44f92a8e9d3a0efb_s390x",
"9Base-RHODF-4.18:odf4/odr-recipe-operator-bundle@sha256:eb451e23f02ef7033e314f4b351240fbfcd28ff5e878e521d2b26f172b971730_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:2b185deb2c668b129a4dbdd0a6074c21fdfdaf7126b2805941607e952c3d7311_s390x",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:69b803b4de3a4bb69e246ea5515029a144e203ee9c00a14cf3081615c07c1ba1_amd64",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:da8d6e09d517eb1fc151df94fd2f3bcb765963fe48b4ee441c798e81758abf6f_ppc64le",
"9Base-RHODF-4.18:odf4/odr-rhel9-operator@sha256:fe90e3f4cdee963af4f990a8050fdcdc3a81bf990699ef69292c8c4bc0d30842_arm64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:39b898e22c521776e750e16d19c7e2aebb85ae38ce360e9cf26691418ab0b59f_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:a0e1886cfae4db92b3caaaac2c61d0262d9516036312886af12efecad86e2db8_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-operator-bundle@sha256:f1b7343d2f290b61112a96a39af4beaf6e6c08e41730647a417522a40dbd237f_ppc64le",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1415f2742de966c300ee4593162c3bc9068ff6448bf6eb8f86a3c9d0b02405a5_s390x",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:1adda1e8ebacd72ee2caffea502a45591bb575d4f3ec69de61772bb5f641aa58_amd64",
"9Base-RHODF-4.18:odf4/rook-ceph-rhel9-operator@sha256:f7629be614f7a97e95b5611f025955592f43f1d2e151a8c8a18f57ede92e504a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:7698
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.15.51 is now available withupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.15.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.15.51. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:7700\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7698",
"url": "https://access.redhat.com/errata/RHSA-2025:7698"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "OCPBUGS-45257",
"url": "https://issues.redhat.com/browse/OCPBUGS-45257"
},
{
"category": "external",
"summary": "OCPBUGS-55266",
"url": "https://issues.redhat.com/browse/OCPBUGS-55266"
},
{
"category": "external",
"summary": "OCPBUGS-55410",
"url": "https://issues.redhat.com/browse/OCPBUGS-55410"
},
{
"category": "external",
"summary": "OCPBUGS-55411",
"url": "https://issues.redhat.com/browse/OCPBUGS-55411"
},
{
"category": "external",
"summary": "OCPBUGS-55464",
"url": "https://issues.redhat.com/browse/OCPBUGS-55464"
},
{
"category": "external",
"summary": "OCPBUGS-55466",
"url": "https://issues.redhat.com/browse/OCPBUGS-55466"
},
{
"category": "external",
"summary": "OCPBUGS-55487",
"url": "https://issues.redhat.com/browse/OCPBUGS-55487"
},
{
"category": "external",
"summary": "OCPBUGS-55619",
"url": "https://issues.redhat.com/browse/OCPBUGS-55619"
},
{
"category": "external",
"summary": "OCPBUGS-55733",
"url": "https://issues.redhat.com/browse/OCPBUGS-55733"
},
{
"category": "external",
"summary": "OCPBUGS-55948",
"url": "https://issues.redhat.com/browse/OCPBUGS-55948"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7698.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.51 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:35+00:00",
"generator": {
"date": "2025-11-12T02:30:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:7698",
"initial_release_date": "2025-05-21T14:00:14+00:00",
"revision_history": [
{
"date": "2025-05-21T14:00:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-21T14:00:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:35+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:85df64309c247233fa400f2ac953635f3cf3a50bab1da791bb4fbd0523be4c88_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:85df64309c247233fa400f2ac953635f3cf3a50bab1da791bb4fbd0523be4c88_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:85df64309c247233fa400f2ac953635f3cf3a50bab1da791bb4fbd0523be4c88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:85df64309c247233fa400f2ac953635f3cf3a50bab1da791bb4fbd0523be4c88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.15.0-202505140038.p0.ge828bd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:ab2397f3cd3d0e608d7ac532639680b3887c1bfd378d2890900f17983c726940_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:ab2397f3cd3d0e608d7ac532639680b3887c1bfd378d2890900f17983c726940_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:ab2397f3cd3d0e608d7ac532639680b3887c1bfd378d2890900f17983c726940_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:ab2397f3cd3d0e608d7ac532639680b3887c1bfd378d2890900f17983c726940?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.15.0-202505141508.p0.g7a448c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:88c38fd78eeec320ca89be9af11622d1743311432bdaf74555b13019b6a7e3e7_ppc64le",
"product": {
"name": "openshift4/ose-console@sha256:88c38fd78eeec320ca89be9af11622d1743311432bdaf74555b13019b6a7e3e7_ppc64le",
"product_id": "openshift4/ose-console@sha256:88c38fd78eeec320ca89be9af11622d1743311432bdaf74555b13019b6a7e3e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:88c38fd78eeec320ca89be9af11622d1743311432bdaf74555b13019b6a7e3e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.15.0-202505140935.p0.gf076553.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:1cd545f4107d7008800d0e3e25189faf8cb01a3355437ff63cd18d677fd3765f_ppc64le",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:1cd545f4107d7008800d0e3e25189faf8cb01a3355437ff63cd18d677fd3765f_ppc64le",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:1cd545f4107d7008800d0e3e25189faf8cb01a3355437ff63cd18d677fd3765f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:1cd545f4107d7008800d0e3e25189faf8cb01a3355437ff63cd18d677fd3765f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.15.0-202505062151.p0.g1879980.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:6aea0a9891cf9b1673bb6645d4edd1ece0a9a4035bfccf8de68db87fb30f60a7_ppc64le",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:6aea0a9891cf9b1673bb6645d4edd1ece0a9a4035bfccf8de68db87fb30f60a7_ppc64le",
"product_id": "openshift4/ose-pod-rhel9@sha256:6aea0a9891cf9b1673bb6645d4edd1ece0a9a4035bfccf8de68db87fb30f60a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:6aea0a9891cf9b1673bb6645d4edd1ece0a9a4035bfccf8de68db87fb30f60a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.15.0-202505062151.p0.g1879980.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:c42a5e8a6008350adfb3edcfce99078dfd3ba4c989844ff98954d41a9d3f84b6_ppc64le",
"product": {
"name": "openshift4/ose-tests@sha256:c42a5e8a6008350adfb3edcfce99078dfd3ba4c989844ff98954d41a9d3f84b6_ppc64le",
"product_id": "openshift4/ose-tests@sha256:c42a5e8a6008350adfb3edcfce99078dfd3ba4c989844ff98954d41a9d3f84b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:c42a5e8a6008350adfb3edcfce99078dfd3ba4c989844ff98954d41a9d3f84b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.15.0-202505140038.p0.g5b2582e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:115b7cb545f45408f3808cc47cc0139d891ec8dc3063788c83f7115bef7de7e3_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:115b7cb545f45408f3808cc47cc0139d891ec8dc3063788c83f7115bef7de7e3_ppc64le",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:115b7cb545f45408f3808cc47cc0139d891ec8dc3063788c83f7115bef7de7e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:115b7cb545f45408f3808cc47cc0139d891ec8dc3063788c83f7115bef7de7e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.15.0-202505021409.p0.g88a3bc5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:f8d39175a3a6f4d011429d0951fa4a24eac892050f41c3730671bb893d8fbaa1_ppc64le",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:f8d39175a3a6f4d011429d0951fa4a24eac892050f41c3730671bb893d8fbaa1_ppc64le",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:f8d39175a3a6f4d011429d0951fa4a24eac892050f41c3730671bb893d8fbaa1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:f8d39175a3a6f4d011429d0951fa4a24eac892050f41c3730671bb893d8fbaa1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.15.0-202505121536.p0.gbf16e4c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:b62b832b2dbcf2e78106719b7528fd8d20dd9802cfd55e62f260f88869ea9944_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:b62b832b2dbcf2e78106719b7528fd8d20dd9802cfd55e62f260f88869ea9944_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:b62b832b2dbcf2e78106719b7528fd8d20dd9802cfd55e62f260f88869ea9944_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:b62b832b2dbcf2e78106719b7528fd8d20dd9802cfd55e62f260f88869ea9944?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.15.0-202505072110.p0.ge887b7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:dafb0c950389c75ad3b70cdaa316312db3ecee091208540109d3eb3b325e58bd_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:dafb0c950389c75ad3b70cdaa316312db3ecee091208540109d3eb3b325e58bd_ppc64le",
"product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:dafb0c950389c75ad3b70cdaa316312db3ecee091208540109d3eb3b325e58bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:dafb0c950389c75ad3b70cdaa316312db3ecee091208540109d3eb3b325e58bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.15.0-202505071344.p0.g166c46a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fdf524135665dd7b45c583b99a3ef9c2b80d5a5bccc84e50d359df7cb7e0302f_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fdf524135665dd7b45c583b99a3ef9c2b80d5a5bccc84e50d359df7cb7e0302f_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fdf524135665dd7b45c583b99a3ef9c2b80d5a5bccc84e50d359df7cb7e0302f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:fdf524135665dd7b45c583b99a3ef9c2b80d5a5bccc84e50d359df7cb7e0302f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.15.0-202505140935.p0.g0af06c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a886e4720a9fbcc560e08e7c440dedddc7b0d10c83252ac369e78c1211c32c39_ppc64le",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a886e4720a9fbcc560e08e7c440dedddc7b0d10c83252ac369e78c1211c32c39_ppc64le",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a886e4720a9fbcc560e08e7c440dedddc7b0d10c83252ac369e78c1211c32c39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a886e4720a9fbcc560e08e7c440dedddc7b0d10c83252ac369e78c1211c32c39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.15.0-202505132237.p0.gcfa4f97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:9494008d128347ef2c86f47e1ddc6f86071e3a358bc760470fab80091174461e_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:9494008d128347ef2c86f47e1ddc6f86071e3a358bc760470fab80091174461e_ppc64le",
"product_id": "openshift4/network-tools-rhel8@sha256:9494008d128347ef2c86f47e1ddc6f86071e3a358bc760470fab80091174461e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:9494008d128347ef2c86f47e1ddc6f86071e3a358bc760470fab80091174461e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.15.0-202505140343.p0.g17536c8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel9@sha256:edb90e2fbdcf1d20c8f9486239278adeca86458c9d53e36a05096431cdb94e4c_ppc64le",
"product": {
"name": "openshift4/ose-sdn-rhel9@sha256:edb90e2fbdcf1d20c8f9486239278adeca86458c9d53e36a05096431cdb94e4c_ppc64le",
"product_id": "openshift4/ose-sdn-rhel9@sha256:edb90e2fbdcf1d20c8f9486239278adeca86458c9d53e36a05096431cdb94e4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256:edb90e2fbdcf1d20c8f9486239278adeca86458c9d53e36a05096431cdb94e4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel9\u0026tag=v4.15.0-202505140343.p0.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:bcdf8620a7e09a4a01bba7c533df9b9192a233b23a344b84d8429827cbc0080b_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:bcdf8620a7e09a4a01bba7c533df9b9192a233b23a344b84d8429827cbc0080b_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:bcdf8620a7e09a4a01bba7c533df9b9192a233b23a344b84d8429827cbc0080b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:bcdf8620a7e09a4a01bba7c533df9b9192a233b23a344b84d8429827cbc0080b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.15.0-202505140343.p0.g2948026.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:bfe3c6fabb8d74c289d4469785f5be1c6688403b89c458edd404792c96dcca34_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:bfe3c6fabb8d74c289d4469785f5be1c6688403b89c458edd404792c96dcca34_ppc64le",
"product_id": "openshift4/ose-tools-rhel8@sha256:bfe3c6fabb8d74c289d4469785f5be1c6688403b89c458edd404792c96dcca34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:bfe3c6fabb8d74c289d4469785f5be1c6688403b89c458edd404792c96dcca34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.15.0-202505140038.p0.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51eff4220c19638c143ec6ae872093bec46cd1b4d217a47f9d5d62f3d437804c_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51eff4220c19638c143ec6ae872093bec46cd1b4d217a47f9d5d62f3d437804c_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51eff4220c19638c143ec6ae872093bec46cd1b4d217a47f9d5d62f3d437804c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:51eff4220c19638c143ec6ae872093bec46cd1b4d217a47f9d5d62f3d437804c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.15.0-202505140343.p0.g2948026.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_ppc64le",
"product": {
"name": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_ppc64le",
"product_id": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=415.92.202505141451-0"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:756682cba6ca8f0f54506a65b48c2ec77639c33f8948de3b7b464e31a1268731_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:756682cba6ca8f0f54506a65b48c2ec77639c33f8948de3b7b464e31a1268731_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:756682cba6ca8f0f54506a65b48c2ec77639c33f8948de3b7b464e31a1268731_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:756682cba6ca8f0f54506a65b48c2ec77639c33f8948de3b7b464e31a1268731?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.15.0-202505140038.p0.ge828bd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:aec454f92990c246f8f8319d58dc92db147f00b376fc2c6f325afe5d01cc4330_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:aec454f92990c246f8f8319d58dc92db147f00b376fc2c6f325afe5d01cc4330_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:aec454f92990c246f8f8319d58dc92db147f00b376fc2c6f325afe5d01cc4330_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:aec454f92990c246f8f8319d58dc92db147f00b376fc2c6f325afe5d01cc4330?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.15.0-202505141508.p0.g7a448c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3b74a9a9edb542fdc39610f4ffc046e3bd56305df8300bd70cedc4f63bc0283f_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3b74a9a9edb542fdc39610f4ffc046e3bd56305df8300bd70cedc4f63bc0283f_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3b74a9a9edb542fdc39610f4ffc046e3bd56305df8300bd70cedc4f63bc0283f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:3b74a9a9edb542fdc39610f4ffc046e3bd56305df8300bd70cedc4f63bc0283f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.15.0-202505141508.p0.gbcbcd95.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:95174be1a328c1e9ac315207032f1f6bb27fcae58d90fb9419f9586697e01e11_amd64",
"product": {
"name": "openshift4/ose-console@sha256:95174be1a328c1e9ac315207032f1f6bb27fcae58d90fb9419f9586697e01e11_amd64",
"product_id": "openshift4/ose-console@sha256:95174be1a328c1e9ac315207032f1f6bb27fcae58d90fb9419f9586697e01e11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:95174be1a328c1e9ac315207032f1f6bb27fcae58d90fb9419f9586697e01e11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.15.0-202505140935.p0.gf076553.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:636f152fff201ea60382b0184b779ecb0034823d5dbdb52795f42d372edc04e6_amd64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:636f152fff201ea60382b0184b779ecb0034823d5dbdb52795f42d372edc04e6_amd64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:636f152fff201ea60382b0184b779ecb0034823d5dbdb52795f42d372edc04e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:636f152fff201ea60382b0184b779ecb0034823d5dbdb52795f42d372edc04e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.15.0-202505062151.p0.g1879980.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:a7047505a082fe28643355c7354bcbb8ce849d0c84b6da996dbd49739a33b548_amd64",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:a7047505a082fe28643355c7354bcbb8ce849d0c84b6da996dbd49739a33b548_amd64",
"product_id": "openshift4/ose-pod-rhel9@sha256:a7047505a082fe28643355c7354bcbb8ce849d0c84b6da996dbd49739a33b548_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:a7047505a082fe28643355c7354bcbb8ce849d0c84b6da996dbd49739a33b548?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.15.0-202505062151.p0.g1879980.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:d237ecf26656e5c05ed96f652fd9cd14b45842795539d86925af7f963458dced_amd64",
"product": {
"name": "openshift4/ose-tests@sha256:d237ecf26656e5c05ed96f652fd9cd14b45842795539d86925af7f963458dced_amd64",
"product_id": "openshift4/ose-tests@sha256:d237ecf26656e5c05ed96f652fd9cd14b45842795539d86925af7f963458dced_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:d237ecf26656e5c05ed96f652fd9cd14b45842795539d86925af7f963458dced?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.15.0-202505140038.p0.g5b2582e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:86c7353e52357ed2cfd1f723b2312d45062bb301263bb148ebbf5e845b9029a3_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:86c7353e52357ed2cfd1f723b2312d45062bb301263bb148ebbf5e845b9029a3_amd64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:86c7353e52357ed2cfd1f723b2312d45062bb301263bb148ebbf5e845b9029a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:86c7353e52357ed2cfd1f723b2312d45062bb301263bb148ebbf5e845b9029a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.15.0-202505021409.p0.g88a3bc5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:345b76a90de2c13e0245963d88cc574f81a3551ba03dde725cc071301e2fc076_amd64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:345b76a90de2c13e0245963d88cc574f81a3551ba03dde725cc071301e2fc076_amd64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:345b76a90de2c13e0245963d88cc574f81a3551ba03dde725cc071301e2fc076_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:345b76a90de2c13e0245963d88cc574f81a3551ba03dde725cc071301e2fc076?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.15.0-202505121536.p0.gbf16e4c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:f4cd6578606fb7377893186cccdb81d9f3412c3caa237cb0cbf9ceaef21f2d94_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:f4cd6578606fb7377893186cccdb81d9f3412c3caa237cb0cbf9ceaef21f2d94_amd64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:f4cd6578606fb7377893186cccdb81d9f3412c3caa237cb0cbf9ceaef21f2d94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:f4cd6578606fb7377893186cccdb81d9f3412c3caa237cb0cbf9ceaef21f2d94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.15.0-202505072110.p0.ge887b7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:fa3b57f3f666ce12f4dd36cd06976f4864d29220c8d4d6f837dde8689105c03c_amd64",
"product": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:fa3b57f3f666ce12f4dd36cd06976f4864d29220c8d4d6f837dde8689105c03c_amd64",
"product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:fa3b57f3f666ce12f4dd36cd06976f4864d29220c8d4d6f837dde8689105c03c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:fa3b57f3f666ce12f4dd36cd06976f4864d29220c8d4d6f837dde8689105c03c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.15.0-202505071344.p0.g166c46a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b22b9dbfa7fa62569fbcbac72e70582c6ad058a5b7c372396d7fc3e4b93a00c4_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b22b9dbfa7fa62569fbcbac72e70582c6ad058a5b7c372396d7fc3e4b93a00c4_amd64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b22b9dbfa7fa62569fbcbac72e70582c6ad058a5b7c372396d7fc3e4b93a00c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:b22b9dbfa7fa62569fbcbac72e70582c6ad058a5b7c372396d7fc3e4b93a00c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.15.0-202505140935.p0.g0af06c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7b6e00f5135658c77e96a0ab925c103e9b598143cef4158c5cba6e6627554556_amd64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7b6e00f5135658c77e96a0ab925c103e9b598143cef4158c5cba6e6627554556_amd64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7b6e00f5135658c77e96a0ab925c103e9b598143cef4158c5cba6e6627554556_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7b6e00f5135658c77e96a0ab925c103e9b598143cef4158c5cba6e6627554556?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.15.0-202505132237.p0.gcfa4f97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:8c23e45cbf130887723ce08fac491f05d343062dabaf4341db64c0bc247981a4_amd64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:8c23e45cbf130887723ce08fac491f05d343062dabaf4341db64c0bc247981a4_amd64",
"product_id": "openshift4/network-tools-rhel8@sha256:8c23e45cbf130887723ce08fac491f05d343062dabaf4341db64c0bc247981a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:8c23e45cbf130887723ce08fac491f05d343062dabaf4341db64c0bc247981a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.15.0-202505140343.p0.g17536c8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel9@sha256:9474d7ef24630ce3658b19e0615cdb0becdbfa8a00909f5a316d2fd49c5585ef_amd64",
"product": {
"name": "openshift4/ose-sdn-rhel9@sha256:9474d7ef24630ce3658b19e0615cdb0becdbfa8a00909f5a316d2fd49c5585ef_amd64",
"product_id": "openshift4/ose-sdn-rhel9@sha256:9474d7ef24630ce3658b19e0615cdb0becdbfa8a00909f5a316d2fd49c5585ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256:9474d7ef24630ce3658b19e0615cdb0becdbfa8a00909f5a316d2fd49c5585ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel9\u0026tag=v4.15.0-202505140343.p0.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:1352013d207088689772f53d964389c1758bc1c9e77b98fa5a3ac627a4911e96_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:1352013d207088689772f53d964389c1758bc1c9e77b98fa5a3ac627a4911e96_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:1352013d207088689772f53d964389c1758bc1c9e77b98fa5a3ac627a4911e96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:1352013d207088689772f53d964389c1758bc1c9e77b98fa5a3ac627a4911e96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.15.0-202505140343.p0.g2948026.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:8f796c5fcf27cbf4796bf2bbac322a673535bf73b06e92eb753b82868e864236_amd64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:8f796c5fcf27cbf4796bf2bbac322a673535bf73b06e92eb753b82868e864236_amd64",
"product_id": "openshift4/ose-tools-rhel8@sha256:8f796c5fcf27cbf4796bf2bbac322a673535bf73b06e92eb753b82868e864236_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:8f796c5fcf27cbf4796bf2bbac322a673535bf73b06e92eb753b82868e864236?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.15.0-202505140038.p0.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1f94f8be7704bf1b34a77042ac6c5b1e1189d2e622f49f5feade6211a3914c41_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1f94f8be7704bf1b34a77042ac6c5b1e1189d2e622f49f5feade6211a3914c41_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1f94f8be7704bf1b34a77042ac6c5b1e1189d2e622f49f5feade6211a3914c41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:1f94f8be7704bf1b34a77042ac6c5b1e1189d2e622f49f5feade6211a3914c41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.15.0-202505140343.p0.g2948026.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f67d038be8ad213efc5c862a997208a10f3a53195df4c4ba58a53b61a27619cb_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f67d038be8ad213efc5c862a997208a10f3a53195df4c4ba58a53b61a27619cb_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f67d038be8ad213efc5c862a997208a10f3a53195df4c4ba58a53b61a27619cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:f67d038be8ad213efc5c862a997208a10f3a53195df4c4ba58a53b61a27619cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.15.0-202505140038.p0.ge828bd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:2d47e5754e78aa6ed425e6f3692358e5f8a65b645dad1eafa8ec5b33d6318dee_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:2d47e5754e78aa6ed425e6f3692358e5f8a65b645dad1eafa8ec5b33d6318dee_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:2d47e5754e78aa6ed425e6f3692358e5f8a65b645dad1eafa8ec5b33d6318dee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:2d47e5754e78aa6ed425e6f3692358e5f8a65b645dad1eafa8ec5b33d6318dee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.15.0-202505141508.p0.g7a448c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:de8cb94478fce5b70aa05d270d259a193f7bbf231badf0ce84187f2a1229d30b_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:de8cb94478fce5b70aa05d270d259a193f7bbf231badf0ce84187f2a1229d30b_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:de8cb94478fce5b70aa05d270d259a193f7bbf231badf0ce84187f2a1229d30b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:de8cb94478fce5b70aa05d270d259a193f7bbf231badf0ce84187f2a1229d30b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.15.0-202505141508.p0.gbcbcd95.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:456078ef5c5dd0998f10f558b1b14b6cb4a3d2be2af89e1dc0919d5f84150f64_arm64",
"product": {
"name": "openshift4/ose-console@sha256:456078ef5c5dd0998f10f558b1b14b6cb4a3d2be2af89e1dc0919d5f84150f64_arm64",
"product_id": "openshift4/ose-console@sha256:456078ef5c5dd0998f10f558b1b14b6cb4a3d2be2af89e1dc0919d5f84150f64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:456078ef5c5dd0998f10f558b1b14b6cb4a3d2be2af89e1dc0919d5f84150f64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.15.0-202505140935.p0.gf076553.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:4c0e995f1d32f17d4651f49f7d3c955b1ee1303ae390b9110b506ed69cd26959_arm64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:4c0e995f1d32f17d4651f49f7d3c955b1ee1303ae390b9110b506ed69cd26959_arm64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:4c0e995f1d32f17d4651f49f7d3c955b1ee1303ae390b9110b506ed69cd26959_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:4c0e995f1d32f17d4651f49f7d3c955b1ee1303ae390b9110b506ed69cd26959?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.15.0-202505062151.p0.g1879980.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:c540028138a50fc485a9c69ee55895b8848085ee6bd7cf8c2260d1c61934672e_arm64",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:c540028138a50fc485a9c69ee55895b8848085ee6bd7cf8c2260d1c61934672e_arm64",
"product_id": "openshift4/ose-pod-rhel9@sha256:c540028138a50fc485a9c69ee55895b8848085ee6bd7cf8c2260d1c61934672e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:c540028138a50fc485a9c69ee55895b8848085ee6bd7cf8c2260d1c61934672e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.15.0-202505062151.p0.g1879980.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:75f51253be90aff3710790b9563066812319e8cfbe5811703899d4ceb2952682_arm64",
"product": {
"name": "openshift4/ose-tests@sha256:75f51253be90aff3710790b9563066812319e8cfbe5811703899d4ceb2952682_arm64",
"product_id": "openshift4/ose-tests@sha256:75f51253be90aff3710790b9563066812319e8cfbe5811703899d4ceb2952682_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:75f51253be90aff3710790b9563066812319e8cfbe5811703899d4ceb2952682?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.15.0-202505140038.p0.g5b2582e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:6970447e64cddf99f85e4c9db9519934a8756caad2368266cc482acea2a9d39f_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:6970447e64cddf99f85e4c9db9519934a8756caad2368266cc482acea2a9d39f_arm64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:6970447e64cddf99f85e4c9db9519934a8756caad2368266cc482acea2a9d39f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:6970447e64cddf99f85e4c9db9519934a8756caad2368266cc482acea2a9d39f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.15.0-202505021409.p0.g88a3bc5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:6bdc8705cbe7bab6ff61bf72de635d293258141e364e1126677e390e15b48040_arm64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:6bdc8705cbe7bab6ff61bf72de635d293258141e364e1126677e390e15b48040_arm64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:6bdc8705cbe7bab6ff61bf72de635d293258141e364e1126677e390e15b48040_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:6bdc8705cbe7bab6ff61bf72de635d293258141e364e1126677e390e15b48040?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.15.0-202505121536.p0.gbf16e4c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:71c6f0bd06dd6424cb16ca8f7f29d32fcc3be49953a90341572d5a9c940e68a9_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:71c6f0bd06dd6424cb16ca8f7f29d32fcc3be49953a90341572d5a9c940e68a9_arm64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:71c6f0bd06dd6424cb16ca8f7f29d32fcc3be49953a90341572d5a9c940e68a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:71c6f0bd06dd6424cb16ca8f7f29d32fcc3be49953a90341572d5a9c940e68a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.15.0-202505072110.p0.ge887b7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:38d5caf877c5a392e5387649762173d750a331ffd3aba7f703234b5d167e6719_arm64",
"product": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:38d5caf877c5a392e5387649762173d750a331ffd3aba7f703234b5d167e6719_arm64",
"product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:38d5caf877c5a392e5387649762173d750a331ffd3aba7f703234b5d167e6719_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:38d5caf877c5a392e5387649762173d750a331ffd3aba7f703234b5d167e6719?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.15.0-202505071344.p0.g166c46a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:49dc1c6ff9994a39cb936960fc3a9c27286201ae1a5f294ab2a71ff4eed23f78_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:49dc1c6ff9994a39cb936960fc3a9c27286201ae1a5f294ab2a71ff4eed23f78_arm64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:49dc1c6ff9994a39cb936960fc3a9c27286201ae1a5f294ab2a71ff4eed23f78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:49dc1c6ff9994a39cb936960fc3a9c27286201ae1a5f294ab2a71ff4eed23f78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.15.0-202505140935.p0.g0af06c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:e31f1f87bdda54dc6ab41e435d7b5b9b101d879fd32e514dd8861bde17455f86_arm64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:e31f1f87bdda54dc6ab41e435d7b5b9b101d879fd32e514dd8861bde17455f86_arm64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:e31f1f87bdda54dc6ab41e435d7b5b9b101d879fd32e514dd8861bde17455f86_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:e31f1f87bdda54dc6ab41e435d7b5b9b101d879fd32e514dd8861bde17455f86?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.15.0-202505132237.p0.gcfa4f97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:aaa719b86294bb0f9d53eead93de2f516ec9cce65f8848838d8ee72b277edd00_arm64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:aaa719b86294bb0f9d53eead93de2f516ec9cce65f8848838d8ee72b277edd00_arm64",
"product_id": "openshift4/network-tools-rhel8@sha256:aaa719b86294bb0f9d53eead93de2f516ec9cce65f8848838d8ee72b277edd00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:aaa719b86294bb0f9d53eead93de2f516ec9cce65f8848838d8ee72b277edd00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.15.0-202505140343.p0.g17536c8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel9@sha256:10fb6067be65e40802cca3df655c80dc5c467023380cce8ba2bbd466118249aa_arm64",
"product": {
"name": "openshift4/ose-sdn-rhel9@sha256:10fb6067be65e40802cca3df655c80dc5c467023380cce8ba2bbd466118249aa_arm64",
"product_id": "openshift4/ose-sdn-rhel9@sha256:10fb6067be65e40802cca3df655c80dc5c467023380cce8ba2bbd466118249aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256:10fb6067be65e40802cca3df655c80dc5c467023380cce8ba2bbd466118249aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel9\u0026tag=v4.15.0-202505140343.p0.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:dbcdc635afcdf0aa85f2c256cebafa30b3a7ccbf91717efd9750f361c7032b14_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:dbcdc635afcdf0aa85f2c256cebafa30b3a7ccbf91717efd9750f361c7032b14_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:dbcdc635afcdf0aa85f2c256cebafa30b3a7ccbf91717efd9750f361c7032b14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:dbcdc635afcdf0aa85f2c256cebafa30b3a7ccbf91717efd9750f361c7032b14?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.15.0-202505140343.p0.g2948026.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:96728a01ef6e8906316e5afebebc254f38ec9a7825069715a7a1bf553f563b46_arm64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:96728a01ef6e8906316e5afebebc254f38ec9a7825069715a7a1bf553f563b46_arm64",
"product_id": "openshift4/ose-tools-rhel8@sha256:96728a01ef6e8906316e5afebebc254f38ec9a7825069715a7a1bf553f563b46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:96728a01ef6e8906316e5afebebc254f38ec9a7825069715a7a1bf553f563b46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.15.0-202505140038.p0.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:78443828ef0e6ccb1a90cf90fbc191de34afcddc4782be2c55cff6da8176a92e_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:78443828ef0e6ccb1a90cf90fbc191de34afcddc4782be2c55cff6da8176a92e_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:78443828ef0e6ccb1a90cf90fbc191de34afcddc4782be2c55cff6da8176a92e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:78443828ef0e6ccb1a90cf90fbc191de34afcddc4782be2c55cff6da8176a92e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.15.0-202505140343.p0.g2948026.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9e4f0e822c8ade723e5f7918b630563f492389c14abe7683d980eb0de712fcb4_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9e4f0e822c8ade723e5f7918b630563f492389c14abe7683d980eb0de712fcb4_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9e4f0e822c8ade723e5f7918b630563f492389c14abe7683d980eb0de712fcb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:9e4f0e822c8ade723e5f7918b630563f492389c14abe7683d980eb0de712fcb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.15.0-202505140038.p0.ge828bd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:342c3f60af1fb76d755e7212826b310b4df141f1c592bb2cd9c81f057397231c_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:342c3f60af1fb76d755e7212826b310b4df141f1c592bb2cd9c81f057397231c_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:342c3f60af1fb76d755e7212826b310b4df141f1c592bb2cd9c81f057397231c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:342c3f60af1fb76d755e7212826b310b4df141f1c592bb2cd9c81f057397231c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.15.0-202505141508.p0.g7a448c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:77df0adb69e4641be0f699aa4ea706da80fba3e97d2d95c4e598c0b6837fb043_s390x",
"product": {
"name": "openshift4/ose-console@sha256:77df0adb69e4641be0f699aa4ea706da80fba3e97d2d95c4e598c0b6837fb043_s390x",
"product_id": "openshift4/ose-console@sha256:77df0adb69e4641be0f699aa4ea706da80fba3e97d2d95c4e598c0b6837fb043_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:77df0adb69e4641be0f699aa4ea706da80fba3e97d2d95c4e598c0b6837fb043?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.15.0-202505140935.p0.gf076553.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:12ad855533aa129c0368cbfebe5d6f5077708cc181af10e70a7603cff2faa17c_s390x",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:12ad855533aa129c0368cbfebe5d6f5077708cc181af10e70a7603cff2faa17c_s390x",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:12ad855533aa129c0368cbfebe5d6f5077708cc181af10e70a7603cff2faa17c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:12ad855533aa129c0368cbfebe5d6f5077708cc181af10e70a7603cff2faa17c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.15.0-202505062151.p0.g1879980.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:82e9477900aae1cd05c44b5e69dae0586286fed233644696bc216c9a96e6a7ec_s390x",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:82e9477900aae1cd05c44b5e69dae0586286fed233644696bc216c9a96e6a7ec_s390x",
"product_id": "openshift4/ose-pod-rhel9@sha256:82e9477900aae1cd05c44b5e69dae0586286fed233644696bc216c9a96e6a7ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:82e9477900aae1cd05c44b5e69dae0586286fed233644696bc216c9a96e6a7ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.15.0-202505062151.p0.g1879980.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:078bab212653fa5b19895d2ec6b1c621dbf4735ea0f69a29b8605bef5da473e6_s390x",
"product": {
"name": "openshift4/ose-tests@sha256:078bab212653fa5b19895d2ec6b1c621dbf4735ea0f69a29b8605bef5da473e6_s390x",
"product_id": "openshift4/ose-tests@sha256:078bab212653fa5b19895d2ec6b1c621dbf4735ea0f69a29b8605bef5da473e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:078bab212653fa5b19895d2ec6b1c621dbf4735ea0f69a29b8605bef5da473e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.15.0-202505140038.p0.g5b2582e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:44d61713f92b55453d0e9904f049b87028fa57f7084e62ef081808f306f43d73_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:44d61713f92b55453d0e9904f049b87028fa57f7084e62ef081808f306f43d73_s390x",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:44d61713f92b55453d0e9904f049b87028fa57f7084e62ef081808f306f43d73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:44d61713f92b55453d0e9904f049b87028fa57f7084e62ef081808f306f43d73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.15.0-202505021409.p0.g88a3bc5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5202cf0b783fba0837de98ad94cc47cfbd9b7a21c93f1d1b6599ec3d8933b19e_s390x",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5202cf0b783fba0837de98ad94cc47cfbd9b7a21c93f1d1b6599ec3d8933b19e_s390x",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:5202cf0b783fba0837de98ad94cc47cfbd9b7a21c93f1d1b6599ec3d8933b19e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:5202cf0b783fba0837de98ad94cc47cfbd9b7a21c93f1d1b6599ec3d8933b19e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.15.0-202505121536.p0.gbf16e4c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:20fa7607c5be8c7b111c843d15f86ad68802d4d6062c14a219037a220ce73c83_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:20fa7607c5be8c7b111c843d15f86ad68802d4d6062c14a219037a220ce73c83_s390x",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:20fa7607c5be8c7b111c843d15f86ad68802d4d6062c14a219037a220ce73c83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:20fa7607c5be8c7b111c843d15f86ad68802d4d6062c14a219037a220ce73c83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.15.0-202505072110.p0.ge887b7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:f8e01ee1299bd1e76cd3ad8c612aa2867b6a94191594a0fbfa51016f0d975088_s390x",
"product": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:f8e01ee1299bd1e76cd3ad8c612aa2867b6a94191594a0fbfa51016f0d975088_s390x",
"product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:f8e01ee1299bd1e76cd3ad8c612aa2867b6a94191594a0fbfa51016f0d975088_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:f8e01ee1299bd1e76cd3ad8c612aa2867b6a94191594a0fbfa51016f0d975088?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.15.0-202505071344.p0.g166c46a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:914c110aafa5632e4ff3540e74a8ce45e7d45d3f08311835c10fa982b0f9f3e1_s390x",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:914c110aafa5632e4ff3540e74a8ce45e7d45d3f08311835c10fa982b0f9f3e1_s390x",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:914c110aafa5632e4ff3540e74a8ce45e7d45d3f08311835c10fa982b0f9f3e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:914c110aafa5632e4ff3540e74a8ce45e7d45d3f08311835c10fa982b0f9f3e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.15.0-202505132237.p0.gcfa4f97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:e31b219cf9fab08e064baf65343c0d9fa2d595520e20e35eb40d143aea24c1d9_s390x",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:e31b219cf9fab08e064baf65343c0d9fa2d595520e20e35eb40d143aea24c1d9_s390x",
"product_id": "openshift4/network-tools-rhel8@sha256:e31b219cf9fab08e064baf65343c0d9fa2d595520e20e35eb40d143aea24c1d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:e31b219cf9fab08e064baf65343c0d9fa2d595520e20e35eb40d143aea24c1d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.15.0-202505140343.p0.g17536c8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel9@sha256:b2f4159d15c53d9ccb383599b70bcbdc68651b968b2197f80f7d1218a815f40c_s390x",
"product": {
"name": "openshift4/ose-sdn-rhel9@sha256:b2f4159d15c53d9ccb383599b70bcbdc68651b968b2197f80f7d1218a815f40c_s390x",
"product_id": "openshift4/ose-sdn-rhel9@sha256:b2f4159d15c53d9ccb383599b70bcbdc68651b968b2197f80f7d1218a815f40c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256:b2f4159d15c53d9ccb383599b70bcbdc68651b968b2197f80f7d1218a815f40c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel9\u0026tag=v4.15.0-202505140343.p0.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:5ed879f9e7ca7dcbea402405e729b5aa6c6f1e7a4f14f2e504708e2de6133da8_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:5ed879f9e7ca7dcbea402405e729b5aa6c6f1e7a4f14f2e504708e2de6133da8_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:5ed879f9e7ca7dcbea402405e729b5aa6c6f1e7a4f14f2e504708e2de6133da8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:5ed879f9e7ca7dcbea402405e729b5aa6c6f1e7a4f14f2e504708e2de6133da8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.15.0-202505140343.p0.g2948026.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:e46a8d2dbaeaf03e1a6d332681355708a965110d9b2e7b9a9030a88ab5ab867b_s390x",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:e46a8d2dbaeaf03e1a6d332681355708a965110d9b2e7b9a9030a88ab5ab867b_s390x",
"product_id": "openshift4/ose-tools-rhel8@sha256:e46a8d2dbaeaf03e1a6d332681355708a965110d9b2e7b9a9030a88ab5ab867b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:e46a8d2dbaeaf03e1a6d332681355708a965110d9b2e7b9a9030a88ab5ab867b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.15.0-202505140038.p0.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7e0ad5ab6a10119f6c877d80c1e9b9d39d29ead9671f5ed6914372faf66a58cb_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7e0ad5ab6a10119f6c877d80c1e9b9d39d29ead9671f5ed6914372faf66a58cb_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7e0ad5ab6a10119f6c877d80c1e9b9d39d29ead9671f5ed6914372faf66a58cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:7e0ad5ab6a10119f6c877d80c1e9b9d39d29ead9671f5ed6914372faf66a58cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.15.0-202505140343.p0.g2948026.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_s390x",
"product": {
"name": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_s390x",
"product_id": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=415.92.202505141451-0"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_aarch64",
"product": {
"name": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_aarch64",
"product_id": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=415.92.202505141451-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_x86_64",
"product": {
"name": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_x86_64",
"product_id": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=415.92.202505141451-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:8c23e45cbf130887723ce08fac491f05d343062dabaf4341db64c0bc247981a4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8c23e45cbf130887723ce08fac491f05d343062dabaf4341db64c0bc247981a4_amd64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:8c23e45cbf130887723ce08fac491f05d343062dabaf4341db64c0bc247981a4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:9494008d128347ef2c86f47e1ddc6f86071e3a358bc760470fab80091174461e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:9494008d128347ef2c86f47e1ddc6f86071e3a358bc760470fab80091174461e_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:9494008d128347ef2c86f47e1ddc6f86071e3a358bc760470fab80091174461e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:aaa719b86294bb0f9d53eead93de2f516ec9cce65f8848838d8ee72b277edd00_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:aaa719b86294bb0f9d53eead93de2f516ec9cce65f8848838d8ee72b277edd00_arm64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:aaa719b86294bb0f9d53eead93de2f516ec9cce65f8848838d8ee72b277edd00_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:e31b219cf9fab08e064baf65343c0d9fa2d595520e20e35eb40d143aea24c1d9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e31b219cf9fab08e064baf65343c0d9fa2d595520e20e35eb40d143aea24c1d9_s390x"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:e31b219cf9fab08e064baf65343c0d9fa2d595520e20e35eb40d143aea24c1d9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:456078ef5c5dd0998f10f558b1b14b6cb4a3d2be2af89e1dc0919d5f84150f64_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-console@sha256:456078ef5c5dd0998f10f558b1b14b6cb4a3d2be2af89e1dc0919d5f84150f64_arm64"
},
"product_reference": "openshift4/ose-console@sha256:456078ef5c5dd0998f10f558b1b14b6cb4a3d2be2af89e1dc0919d5f84150f64_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:77df0adb69e4641be0f699aa4ea706da80fba3e97d2d95c4e598c0b6837fb043_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-console@sha256:77df0adb69e4641be0f699aa4ea706da80fba3e97d2d95c4e598c0b6837fb043_s390x"
},
"product_reference": "openshift4/ose-console@sha256:77df0adb69e4641be0f699aa4ea706da80fba3e97d2d95c4e598c0b6837fb043_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:88c38fd78eeec320ca89be9af11622d1743311432bdaf74555b13019b6a7e3e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-console@sha256:88c38fd78eeec320ca89be9af11622d1743311432bdaf74555b13019b6a7e3e7_ppc64le"
},
"product_reference": "openshift4/ose-console@sha256:88c38fd78eeec320ca89be9af11622d1743311432bdaf74555b13019b6a7e3e7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:95174be1a328c1e9ac315207032f1f6bb27fcae58d90fb9419f9586697e01e11_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-console@sha256:95174be1a328c1e9ac315207032f1f6bb27fcae58d90fb9419f9586697e01e11_amd64"
},
"product_reference": "openshift4/ose-console@sha256:95174be1a328c1e9ac315207032f1f6bb27fcae58d90fb9419f9586697e01e11_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:345b76a90de2c13e0245963d88cc574f81a3551ba03dde725cc071301e2fc076_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:345b76a90de2c13e0245963d88cc574f81a3551ba03dde725cc071301e2fc076_amd64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:345b76a90de2c13e0245963d88cc574f81a3551ba03dde725cc071301e2fc076_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5202cf0b783fba0837de98ad94cc47cfbd9b7a21c93f1d1b6599ec3d8933b19e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:5202cf0b783fba0837de98ad94cc47cfbd9b7a21c93f1d1b6599ec3d8933b19e_s390x"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:5202cf0b783fba0837de98ad94cc47cfbd9b7a21c93f1d1b6599ec3d8933b19e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:6bdc8705cbe7bab6ff61bf72de635d293258141e364e1126677e390e15b48040_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:6bdc8705cbe7bab6ff61bf72de635d293258141e364e1126677e390e15b48040_arm64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:6bdc8705cbe7bab6ff61bf72de635d293258141e364e1126677e390e15b48040_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:f8d39175a3a6f4d011429d0951fa4a24eac892050f41c3730671bb893d8fbaa1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f8d39175a3a6f4d011429d0951fa4a24eac892050f41c3730671bb893d8fbaa1_ppc64le"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:f8d39175a3a6f4d011429d0951fa4a24eac892050f41c3730671bb893d8fbaa1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7b6e00f5135658c77e96a0ab925c103e9b598143cef4158c5cba6e6627554556_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7b6e00f5135658c77e96a0ab925c103e9b598143cef4158c5cba6e6627554556_amd64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7b6e00f5135658c77e96a0ab925c103e9b598143cef4158c5cba6e6627554556_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:914c110aafa5632e4ff3540e74a8ce45e7d45d3f08311835c10fa982b0f9f3e1_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:914c110aafa5632e4ff3540e74a8ce45e7d45d3f08311835c10fa982b0f9f3e1_s390x"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:914c110aafa5632e4ff3540e74a8ce45e7d45d3f08311835c10fa982b0f9f3e1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a886e4720a9fbcc560e08e7c440dedddc7b0d10c83252ac369e78c1211c32c39_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a886e4720a9fbcc560e08e7c440dedddc7b0d10c83252ac369e78c1211c32c39_ppc64le"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a886e4720a9fbcc560e08e7c440dedddc7b0d10c83252ac369e78c1211c32c39_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:e31f1f87bdda54dc6ab41e435d7b5b9b101d879fd32e514dd8861bde17455f86_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:e31f1f87bdda54dc6ab41e435d7b5b9b101d879fd32e514dd8861bde17455f86_arm64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:e31f1f87bdda54dc6ab41e435d7b5b9b101d879fd32e514dd8861bde17455f86_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:078bab212653fa5b19895d2ec6b1c621dbf4735ea0f69a29b8605bef5da473e6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:078bab212653fa5b19895d2ec6b1c621dbf4735ea0f69a29b8605bef5da473e6_s390x"
},
"product_reference": "openshift4/ose-tests@sha256:078bab212653fa5b19895d2ec6b1c621dbf4735ea0f69a29b8605bef5da473e6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:75f51253be90aff3710790b9563066812319e8cfbe5811703899d4ceb2952682_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:75f51253be90aff3710790b9563066812319e8cfbe5811703899d4ceb2952682_arm64"
},
"product_reference": "openshift4/ose-tests@sha256:75f51253be90aff3710790b9563066812319e8cfbe5811703899d4ceb2952682_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:c42a5e8a6008350adfb3edcfce99078dfd3ba4c989844ff98954d41a9d3f84b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:c42a5e8a6008350adfb3edcfce99078dfd3ba4c989844ff98954d41a9d3f84b6_ppc64le"
},
"product_reference": "openshift4/ose-tests@sha256:c42a5e8a6008350adfb3edcfce99078dfd3ba4c989844ff98954d41a9d3f84b6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:d237ecf26656e5c05ed96f652fd9cd14b45842795539d86925af7f963458dced_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-tests@sha256:d237ecf26656e5c05ed96f652fd9cd14b45842795539d86925af7f963458dced_amd64"
},
"product_reference": "openshift4/ose-tests@sha256:d237ecf26656e5c05ed96f652fd9cd14b45842795539d86925af7f963458dced_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:8f796c5fcf27cbf4796bf2bbac322a673535bf73b06e92eb753b82868e864236_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:8f796c5fcf27cbf4796bf2bbac322a673535bf73b06e92eb753b82868e864236_amd64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:8f796c5fcf27cbf4796bf2bbac322a673535bf73b06e92eb753b82868e864236_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:96728a01ef6e8906316e5afebebc254f38ec9a7825069715a7a1bf553f563b46_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:96728a01ef6e8906316e5afebebc254f38ec9a7825069715a7a1bf553f563b46_arm64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:96728a01ef6e8906316e5afebebc254f38ec9a7825069715a7a1bf553f563b46_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:bfe3c6fabb8d74c289d4469785f5be1c6688403b89c458edd404792c96dcca34_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:bfe3c6fabb8d74c289d4469785f5be1c6688403b89c458edd404792c96dcca34_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:bfe3c6fabb8d74c289d4469785f5be1c6688403b89c458edd404792c96dcca34_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:e46a8d2dbaeaf03e1a6d332681355708a965110d9b2e7b9a9030a88ab5ab867b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:e46a8d2dbaeaf03e1a6d332681355708a965110d9b2e7b9a9030a88ab5ab867b_s390x"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:e46a8d2dbaeaf03e1a6d332681355708a965110d9b2e7b9a9030a88ab5ab867b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:2d47e5754e78aa6ed425e6f3692358e5f8a65b645dad1eafa8ec5b33d6318dee_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:2d47e5754e78aa6ed425e6f3692358e5f8a65b645dad1eafa8ec5b33d6318dee_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:2d47e5754e78aa6ed425e6f3692358e5f8a65b645dad1eafa8ec5b33d6318dee_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:342c3f60af1fb76d755e7212826b310b4df141f1c592bb2cd9c81f057397231c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:342c3f60af1fb76d755e7212826b310b4df141f1c592bb2cd9c81f057397231c_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:342c3f60af1fb76d755e7212826b310b4df141f1c592bb2cd9c81f057397231c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:ab2397f3cd3d0e608d7ac532639680b3887c1bfd378d2890900f17983c726940_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:ab2397f3cd3d0e608d7ac532639680b3887c1bfd378d2890900f17983c726940_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:ab2397f3cd3d0e608d7ac532639680b3887c1bfd378d2890900f17983c726940_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:aec454f92990c246f8f8319d58dc92db147f00b376fc2c6f325afe5d01cc4330_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:aec454f92990c246f8f8319d58dc92db147f00b376fc2c6f325afe5d01cc4330_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:aec454f92990c246f8f8319d58dc92db147f00b376fc2c6f325afe5d01cc4330_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:756682cba6ca8f0f54506a65b48c2ec77639c33f8948de3b7b464e31a1268731_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:756682cba6ca8f0f54506a65b48c2ec77639c33f8948de3b7b464e31a1268731_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:756682cba6ca8f0f54506a65b48c2ec77639c33f8948de3b7b464e31a1268731_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:85df64309c247233fa400f2ac953635f3cf3a50bab1da791bb4fbd0523be4c88_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:85df64309c247233fa400f2ac953635f3cf3a50bab1da791bb4fbd0523be4c88_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:85df64309c247233fa400f2ac953635f3cf3a50bab1da791bb4fbd0523be4c88_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9e4f0e822c8ade723e5f7918b630563f492389c14abe7683d980eb0de712fcb4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9e4f0e822c8ade723e5f7918b630563f492389c14abe7683d980eb0de712fcb4_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9e4f0e822c8ade723e5f7918b630563f492389c14abe7683d980eb0de712fcb4_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f67d038be8ad213efc5c862a997208a10f3a53195df4c4ba58a53b61a27619cb_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f67d038be8ad213efc5c862a997208a10f3a53195df4c4ba58a53b61a27619cb_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f67d038be8ad213efc5c862a997208a10f3a53195df4c4ba58a53b61a27619cb_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:115b7cb545f45408f3808cc47cc0139d891ec8dc3063788c83f7115bef7de7e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:115b7cb545f45408f3808cc47cc0139d891ec8dc3063788c83f7115bef7de7e3_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:115b7cb545f45408f3808cc47cc0139d891ec8dc3063788c83f7115bef7de7e3_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:44d61713f92b55453d0e9904f049b87028fa57f7084e62ef081808f306f43d73_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:44d61713f92b55453d0e9904f049b87028fa57f7084e62ef081808f306f43d73_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:44d61713f92b55453d0e9904f049b87028fa57f7084e62ef081808f306f43d73_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:6970447e64cddf99f85e4c9db9519934a8756caad2368266cc482acea2a9d39f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:6970447e64cddf99f85e4c9db9519934a8756caad2368266cc482acea2a9d39f_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:6970447e64cddf99f85e4c9db9519934a8756caad2368266cc482acea2a9d39f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:86c7353e52357ed2cfd1f723b2312d45062bb301263bb148ebbf5e845b9029a3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:86c7353e52357ed2cfd1f723b2312d45062bb301263bb148ebbf5e845b9029a3_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:86c7353e52357ed2cfd1f723b2312d45062bb301263bb148ebbf5e845b9029a3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:12ad855533aa129c0368cbfebe5d6f5077708cc181af10e70a7603cff2faa17c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:12ad855533aa129c0368cbfebe5d6f5077708cc181af10e70a7603cff2faa17c_s390x"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:12ad855533aa129c0368cbfebe5d6f5077708cc181af10e70a7603cff2faa17c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:1cd545f4107d7008800d0e3e25189faf8cb01a3355437ff63cd18d677fd3765f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:1cd545f4107d7008800d0e3e25189faf8cb01a3355437ff63cd18d677fd3765f_ppc64le"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:1cd545f4107d7008800d0e3e25189faf8cb01a3355437ff63cd18d677fd3765f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:4c0e995f1d32f17d4651f49f7d3c955b1ee1303ae390b9110b506ed69cd26959_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:4c0e995f1d32f17d4651f49f7d3c955b1ee1303ae390b9110b506ed69cd26959_arm64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:4c0e995f1d32f17d4651f49f7d3c955b1ee1303ae390b9110b506ed69cd26959_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:636f152fff201ea60382b0184b779ecb0034823d5dbdb52795f42d372edc04e6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:636f152fff201ea60382b0184b779ecb0034823d5dbdb52795f42d372edc04e6_amd64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:636f152fff201ea60382b0184b779ecb0034823d5dbdb52795f42d372edc04e6_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:20fa7607c5be8c7b111c843d15f86ad68802d4d6062c14a219037a220ce73c83_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:20fa7607c5be8c7b111c843d15f86ad68802d4d6062c14a219037a220ce73c83_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:20fa7607c5be8c7b111c843d15f86ad68802d4d6062c14a219037a220ce73c83_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:71c6f0bd06dd6424cb16ca8f7f29d32fcc3be49953a90341572d5a9c940e68a9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:71c6f0bd06dd6424cb16ca8f7f29d32fcc3be49953a90341572d5a9c940e68a9_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:71c6f0bd06dd6424cb16ca8f7f29d32fcc3be49953a90341572d5a9c940e68a9_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:b62b832b2dbcf2e78106719b7528fd8d20dd9802cfd55e62f260f88869ea9944_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:b62b832b2dbcf2e78106719b7528fd8d20dd9802cfd55e62f260f88869ea9944_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:b62b832b2dbcf2e78106719b7528fd8d20dd9802cfd55e62f260f88869ea9944_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:f4cd6578606fb7377893186cccdb81d9f3412c3caa237cb0cbf9ceaef21f2d94_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:f4cd6578606fb7377893186cccdb81d9f3412c3caa237cb0cbf9ceaef21f2d94_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:f4cd6578606fb7377893186cccdb81d9f3412c3caa237cb0cbf9ceaef21f2d94_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3b74a9a9edb542fdc39610f4ffc046e3bd56305df8300bd70cedc4f63bc0283f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3b74a9a9edb542fdc39610f4ffc046e3bd56305df8300bd70cedc4f63bc0283f_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3b74a9a9edb542fdc39610f4ffc046e3bd56305df8300bd70cedc4f63bc0283f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:de8cb94478fce5b70aa05d270d259a193f7bbf231badf0ce84187f2a1229d30b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:de8cb94478fce5b70aa05d270d259a193f7bbf231badf0ce84187f2a1229d30b_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:de8cb94478fce5b70aa05d270d259a193f7bbf231badf0ce84187f2a1229d30b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:49dc1c6ff9994a39cb936960fc3a9c27286201ae1a5f294ab2a71ff4eed23f78_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:49dc1c6ff9994a39cb936960fc3a9c27286201ae1a5f294ab2a71ff4eed23f78_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:49dc1c6ff9994a39cb936960fc3a9c27286201ae1a5f294ab2a71ff4eed23f78_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b22b9dbfa7fa62569fbcbac72e70582c6ad058a5b7c372396d7fc3e4b93a00c4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b22b9dbfa7fa62569fbcbac72e70582c6ad058a5b7c372396d7fc3e4b93a00c4_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b22b9dbfa7fa62569fbcbac72e70582c6ad058a5b7c372396d7fc3e4b93a00c4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fdf524135665dd7b45c583b99a3ef9c2b80d5a5bccc84e50d359df7cb7e0302f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fdf524135665dd7b45c583b99a3ef9c2b80d5a5bccc84e50d359df7cb7e0302f_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fdf524135665dd7b45c583b99a3ef9c2b80d5a5bccc84e50d359df7cb7e0302f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:38d5caf877c5a392e5387649762173d750a331ffd3aba7f703234b5d167e6719_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:38d5caf877c5a392e5387649762173d750a331ffd3aba7f703234b5d167e6719_arm64"
},
"product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:38d5caf877c5a392e5387649762173d750a331ffd3aba7f703234b5d167e6719_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:dafb0c950389c75ad3b70cdaa316312db3ecee091208540109d3eb3b325e58bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:dafb0c950389c75ad3b70cdaa316312db3ecee091208540109d3eb3b325e58bd_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:dafb0c950389c75ad3b70cdaa316312db3ecee091208540109d3eb3b325e58bd_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:f8e01ee1299bd1e76cd3ad8c612aa2867b6a94191594a0fbfa51016f0d975088_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:f8e01ee1299bd1e76cd3ad8c612aa2867b6a94191594a0fbfa51016f0d975088_s390x"
},
"product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:f8e01ee1299bd1e76cd3ad8c612aa2867b6a94191594a0fbfa51016f0d975088_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:fa3b57f3f666ce12f4dd36cd06976f4864d29220c8d4d6f837dde8689105c03c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:fa3b57f3f666ce12f4dd36cd06976f4864d29220c8d4d6f837dde8689105c03c_amd64"
},
"product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:fa3b57f3f666ce12f4dd36cd06976f4864d29220c8d4d6f837dde8689105c03c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1f94f8be7704bf1b34a77042ac6c5b1e1189d2e622f49f5feade6211a3914c41_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1f94f8be7704bf1b34a77042ac6c5b1e1189d2e622f49f5feade6211a3914c41_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1f94f8be7704bf1b34a77042ac6c5b1e1189d2e622f49f5feade6211a3914c41_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51eff4220c19638c143ec6ae872093bec46cd1b4d217a47f9d5d62f3d437804c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51eff4220c19638c143ec6ae872093bec46cd1b4d217a47f9d5d62f3d437804c_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51eff4220c19638c143ec6ae872093bec46cd1b4d217a47f9d5d62f3d437804c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:78443828ef0e6ccb1a90cf90fbc191de34afcddc4782be2c55cff6da8176a92e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:78443828ef0e6ccb1a90cf90fbc191de34afcddc4782be2c55cff6da8176a92e_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:78443828ef0e6ccb1a90cf90fbc191de34afcddc4782be2c55cff6da8176a92e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7e0ad5ab6a10119f6c877d80c1e9b9d39d29ead9671f5ed6914372faf66a58cb_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7e0ad5ab6a10119f6c877d80c1e9b9d39d29ead9671f5ed6914372faf66a58cb_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7e0ad5ab6a10119f6c877d80c1e9b9d39d29ead9671f5ed6914372faf66a58cb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:1352013d207088689772f53d964389c1758bc1c9e77b98fa5a3ac627a4911e96_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:1352013d207088689772f53d964389c1758bc1c9e77b98fa5a3ac627a4911e96_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:1352013d207088689772f53d964389c1758bc1c9e77b98fa5a3ac627a4911e96_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:5ed879f9e7ca7dcbea402405e729b5aa6c6f1e7a4f14f2e504708e2de6133da8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:5ed879f9e7ca7dcbea402405e729b5aa6c6f1e7a4f14f2e504708e2de6133da8_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:5ed879f9e7ca7dcbea402405e729b5aa6c6f1e7a4f14f2e504708e2de6133da8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:bcdf8620a7e09a4a01bba7c533df9b9192a233b23a344b84d8429827cbc0080b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:bcdf8620a7e09a4a01bba7c533df9b9192a233b23a344b84d8429827cbc0080b_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:bcdf8620a7e09a4a01bba7c533df9b9192a233b23a344b84d8429827cbc0080b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:dbcdc635afcdf0aa85f2c256cebafa30b3a7ccbf91717efd9750f361c7032b14_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:dbcdc635afcdf0aa85f2c256cebafa30b3a7ccbf91717efd9750f361c7032b14_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:dbcdc635afcdf0aa85f2c256cebafa30b3a7ccbf91717efd9750f361c7032b14_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:6aea0a9891cf9b1673bb6645d4edd1ece0a9a4035bfccf8de68db87fb30f60a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:6aea0a9891cf9b1673bb6645d4edd1ece0a9a4035bfccf8de68db87fb30f60a7_ppc64le"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:6aea0a9891cf9b1673bb6645d4edd1ece0a9a4035bfccf8de68db87fb30f60a7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:82e9477900aae1cd05c44b5e69dae0586286fed233644696bc216c9a96e6a7ec_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:82e9477900aae1cd05c44b5e69dae0586286fed233644696bc216c9a96e6a7ec_s390x"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:82e9477900aae1cd05c44b5e69dae0586286fed233644696bc216c9a96e6a7ec_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:a7047505a082fe28643355c7354bcbb8ce849d0c84b6da996dbd49739a33b548_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:a7047505a082fe28643355c7354bcbb8ce849d0c84b6da996dbd49739a33b548_amd64"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:a7047505a082fe28643355c7354bcbb8ce849d0c84b6da996dbd49739a33b548_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:c540028138a50fc485a9c69ee55895b8848085ee6bd7cf8c2260d1c61934672e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:c540028138a50fc485a9c69ee55895b8848085ee6bd7cf8c2260d1c61934672e_arm64"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:c540028138a50fc485a9c69ee55895b8848085ee6bd7cf8c2260d1c61934672e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel9@sha256:10fb6067be65e40802cca3df655c80dc5c467023380cce8ba2bbd466118249aa_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:10fb6067be65e40802cca3df655c80dc5c467023380cce8ba2bbd466118249aa_arm64"
},
"product_reference": "openshift4/ose-sdn-rhel9@sha256:10fb6067be65e40802cca3df655c80dc5c467023380cce8ba2bbd466118249aa_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel9@sha256:9474d7ef24630ce3658b19e0615cdb0becdbfa8a00909f5a316d2fd49c5585ef_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:9474d7ef24630ce3658b19e0615cdb0becdbfa8a00909f5a316d2fd49c5585ef_amd64"
},
"product_reference": "openshift4/ose-sdn-rhel9@sha256:9474d7ef24630ce3658b19e0615cdb0becdbfa8a00909f5a316d2fd49c5585ef_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel9@sha256:b2f4159d15c53d9ccb383599b70bcbdc68651b968b2197f80f7d1218a815f40c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:b2f4159d15c53d9ccb383599b70bcbdc68651b968b2197f80f7d1218a815f40c_s390x"
},
"product_reference": "openshift4/ose-sdn-rhel9@sha256:b2f4159d15c53d9ccb383599b70bcbdc68651b968b2197f80f7d1218a815f40c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel9@sha256:edb90e2fbdcf1d20c8f9486239278adeca86458c9d53e36a05096431cdb94e4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:edb90e2fbdcf1d20c8f9486239278adeca86458c9d53e36a05096431cdb94e4c_ppc64le"
},
"product_reference": "openshift4/ose-sdn-rhel9@sha256:edb90e2fbdcf1d20c8f9486239278adeca86458c9d53e36a05096431cdb94e4c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_aarch64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_aarch64"
},
"product_reference": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_ppc64le"
},
"product_reference": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_s390x"
},
"product_reference": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_x86_64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_x86_64"
},
"product_reference": "rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8c23e45cbf130887723ce08fac491f05d343062dabaf4341db64c0bc247981a4_amd64",
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:9494008d128347ef2c86f47e1ddc6f86071e3a358bc760470fab80091174461e_ppc64le",
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:aaa719b86294bb0f9d53eead93de2f516ec9cce65f8848838d8ee72b277edd00_arm64",
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e31b219cf9fab08e064baf65343c0d9fa2d595520e20e35eb40d143aea24c1d9_s390x",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:456078ef5c5dd0998f10f558b1b14b6cb4a3d2be2af89e1dc0919d5f84150f64_arm64",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:77df0adb69e4641be0f699aa4ea706da80fba3e97d2d95c4e598c0b6837fb043_s390x",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:88c38fd78eeec320ca89be9af11622d1743311432bdaf74555b13019b6a7e3e7_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:95174be1a328c1e9ac315207032f1f6bb27fcae58d90fb9419f9586697e01e11_amd64",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:345b76a90de2c13e0245963d88cc574f81a3551ba03dde725cc071301e2fc076_amd64",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:5202cf0b783fba0837de98ad94cc47cfbd9b7a21c93f1d1b6599ec3d8933b19e_s390x",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:6bdc8705cbe7bab6ff61bf72de635d293258141e364e1126677e390e15b48040_arm64",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f8d39175a3a6f4d011429d0951fa4a24eac892050f41c3730671bb893d8fbaa1_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7b6e00f5135658c77e96a0ab925c103e9b598143cef4158c5cba6e6627554556_amd64",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:914c110aafa5632e4ff3540e74a8ce45e7d45d3f08311835c10fa982b0f9f3e1_s390x",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a886e4720a9fbcc560e08e7c440dedddc7b0d10c83252ac369e78c1211c32c39_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:e31f1f87bdda54dc6ab41e435d7b5b9b101d879fd32e514dd8861bde17455f86_arm64",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:078bab212653fa5b19895d2ec6b1c621dbf4735ea0f69a29b8605bef5da473e6_s390x",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:75f51253be90aff3710790b9563066812319e8cfbe5811703899d4ceb2952682_arm64",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:c42a5e8a6008350adfb3edcfce99078dfd3ba4c989844ff98954d41a9d3f84b6_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:d237ecf26656e5c05ed96f652fd9cd14b45842795539d86925af7f963458dced_amd64",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:8f796c5fcf27cbf4796bf2bbac322a673535bf73b06e92eb753b82868e864236_amd64",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:96728a01ef6e8906316e5afebebc254f38ec9a7825069715a7a1bf553f563b46_arm64",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:bfe3c6fabb8d74c289d4469785f5be1c6688403b89c458edd404792c96dcca34_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:e46a8d2dbaeaf03e1a6d332681355708a965110d9b2e7b9a9030a88ab5ab867b_s390x",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:2d47e5754e78aa6ed425e6f3692358e5f8a65b645dad1eafa8ec5b33d6318dee_arm64",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:342c3f60af1fb76d755e7212826b310b4df141f1c592bb2cd9c81f057397231c_s390x",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:ab2397f3cd3d0e608d7ac532639680b3887c1bfd378d2890900f17983c726940_ppc64le",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:aec454f92990c246f8f8319d58dc92db147f00b376fc2c6f325afe5d01cc4330_amd64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:756682cba6ca8f0f54506a65b48c2ec77639c33f8948de3b7b464e31a1268731_amd64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:85df64309c247233fa400f2ac953635f3cf3a50bab1da791bb4fbd0523be4c88_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9e4f0e822c8ade723e5f7918b630563f492389c14abe7683d980eb0de712fcb4_s390x",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f67d038be8ad213efc5c862a997208a10f3a53195df4c4ba58a53b61a27619cb_arm64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:115b7cb545f45408f3808cc47cc0139d891ec8dc3063788c83f7115bef7de7e3_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:44d61713f92b55453d0e9904f049b87028fa57f7084e62ef081808f306f43d73_s390x",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:6970447e64cddf99f85e4c9db9519934a8756caad2368266cc482acea2a9d39f_arm64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:86c7353e52357ed2cfd1f723b2312d45062bb301263bb148ebbf5e845b9029a3_amd64",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:12ad855533aa129c0368cbfebe5d6f5077708cc181af10e70a7603cff2faa17c_s390x",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:1cd545f4107d7008800d0e3e25189faf8cb01a3355437ff63cd18d677fd3765f_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:4c0e995f1d32f17d4651f49f7d3c955b1ee1303ae390b9110b506ed69cd26959_arm64",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:636f152fff201ea60382b0184b779ecb0034823d5dbdb52795f42d372edc04e6_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3b74a9a9edb542fdc39610f4ffc046e3bd56305df8300bd70cedc4f63bc0283f_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:de8cb94478fce5b70aa05d270d259a193f7bbf231badf0ce84187f2a1229d30b_arm64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:49dc1c6ff9994a39cb936960fc3a9c27286201ae1a5f294ab2a71ff4eed23f78_arm64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b22b9dbfa7fa62569fbcbac72e70582c6ad058a5b7c372396d7fc3e4b93a00c4_amd64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fdf524135665dd7b45c583b99a3ef9c2b80d5a5bccc84e50d359df7cb7e0302f_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:38d5caf877c5a392e5387649762173d750a331ffd3aba7f703234b5d167e6719_arm64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:dafb0c950389c75ad3b70cdaa316312db3ecee091208540109d3eb3b325e58bd_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:f8e01ee1299bd1e76cd3ad8c612aa2867b6a94191594a0fbfa51016f0d975088_s390x",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:fa3b57f3f666ce12f4dd36cd06976f4864d29220c8d4d6f837dde8689105c03c_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1f94f8be7704bf1b34a77042ac6c5b1e1189d2e622f49f5feade6211a3914c41_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51eff4220c19638c143ec6ae872093bec46cd1b4d217a47f9d5d62f3d437804c_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:78443828ef0e6ccb1a90cf90fbc191de34afcddc4782be2c55cff6da8176a92e_arm64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7e0ad5ab6a10119f6c877d80c1e9b9d39d29ead9671f5ed6914372faf66a58cb_s390x",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:1352013d207088689772f53d964389c1758bc1c9e77b98fa5a3ac627a4911e96_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:5ed879f9e7ca7dcbea402405e729b5aa6c6f1e7a4f14f2e504708e2de6133da8_s390x",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:bcdf8620a7e09a4a01bba7c533df9b9192a233b23a344b84d8429827cbc0080b_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:dbcdc635afcdf0aa85f2c256cebafa30b3a7ccbf91717efd9750f361c7032b14_arm64",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:6aea0a9891cf9b1673bb6645d4edd1ece0a9a4035bfccf8de68db87fb30f60a7_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:82e9477900aae1cd05c44b5e69dae0586286fed233644696bc216c9a96e6a7ec_s390x",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:a7047505a082fe28643355c7354bcbb8ce849d0c84b6da996dbd49739a33b548_amd64",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:c540028138a50fc485a9c69ee55895b8848085ee6bd7cf8c2260d1c61934672e_arm64",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:10fb6067be65e40802cca3df655c80dc5c467023380cce8ba2bbd466118249aa_arm64",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:9474d7ef24630ce3658b19e0615cdb0becdbfa8a00909f5a316d2fd49c5585ef_amd64",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:b2f4159d15c53d9ccb383599b70bcbdc68651b968b2197f80f7d1218a815f40c_s390x",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:edb90e2fbdcf1d20c8f9486239278adeca86458c9d53e36a05096431cdb94e4c_ppc64le",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_aarch64",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_ppc64le",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_s390x",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:20fa7607c5be8c7b111c843d15f86ad68802d4d6062c14a219037a220ce73c83_s390x",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:71c6f0bd06dd6424cb16ca8f7f29d32fcc3be49953a90341572d5a9c940e68a9_arm64",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:b62b832b2dbcf2e78106719b7528fd8d20dd9802cfd55e62f260f88869ea9944_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:f4cd6578606fb7377893186cccdb81d9f3412c3caa237cb0cbf9ceaef21f2d94_amd64"
],
"known_not_affected": [
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8c23e45cbf130887723ce08fac491f05d343062dabaf4341db64c0bc247981a4_amd64",
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:9494008d128347ef2c86f47e1ddc6f86071e3a358bc760470fab80091174461e_ppc64le",
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:aaa719b86294bb0f9d53eead93de2f516ec9cce65f8848838d8ee72b277edd00_arm64",
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e31b219cf9fab08e064baf65343c0d9fa2d595520e20e35eb40d143aea24c1d9_s390x",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:456078ef5c5dd0998f10f558b1b14b6cb4a3d2be2af89e1dc0919d5f84150f64_arm64",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:77df0adb69e4641be0f699aa4ea706da80fba3e97d2d95c4e598c0b6837fb043_s390x",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:88c38fd78eeec320ca89be9af11622d1743311432bdaf74555b13019b6a7e3e7_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:95174be1a328c1e9ac315207032f1f6bb27fcae58d90fb9419f9586697e01e11_amd64",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:345b76a90de2c13e0245963d88cc574f81a3551ba03dde725cc071301e2fc076_amd64",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:5202cf0b783fba0837de98ad94cc47cfbd9b7a21c93f1d1b6599ec3d8933b19e_s390x",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:6bdc8705cbe7bab6ff61bf72de635d293258141e364e1126677e390e15b48040_arm64",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f8d39175a3a6f4d011429d0951fa4a24eac892050f41c3730671bb893d8fbaa1_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7b6e00f5135658c77e96a0ab925c103e9b598143cef4158c5cba6e6627554556_amd64",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:914c110aafa5632e4ff3540e74a8ce45e7d45d3f08311835c10fa982b0f9f3e1_s390x",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a886e4720a9fbcc560e08e7c440dedddc7b0d10c83252ac369e78c1211c32c39_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:e31f1f87bdda54dc6ab41e435d7b5b9b101d879fd32e514dd8861bde17455f86_arm64",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:078bab212653fa5b19895d2ec6b1c621dbf4735ea0f69a29b8605bef5da473e6_s390x",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:75f51253be90aff3710790b9563066812319e8cfbe5811703899d4ceb2952682_arm64",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:c42a5e8a6008350adfb3edcfce99078dfd3ba4c989844ff98954d41a9d3f84b6_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:d237ecf26656e5c05ed96f652fd9cd14b45842795539d86925af7f963458dced_amd64",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:8f796c5fcf27cbf4796bf2bbac322a673535bf73b06e92eb753b82868e864236_amd64",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:96728a01ef6e8906316e5afebebc254f38ec9a7825069715a7a1bf553f563b46_arm64",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:bfe3c6fabb8d74c289d4469785f5be1c6688403b89c458edd404792c96dcca34_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:e46a8d2dbaeaf03e1a6d332681355708a965110d9b2e7b9a9030a88ab5ab867b_s390x",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:2d47e5754e78aa6ed425e6f3692358e5f8a65b645dad1eafa8ec5b33d6318dee_arm64",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:342c3f60af1fb76d755e7212826b310b4df141f1c592bb2cd9c81f057397231c_s390x",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:ab2397f3cd3d0e608d7ac532639680b3887c1bfd378d2890900f17983c726940_ppc64le",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:aec454f92990c246f8f8319d58dc92db147f00b376fc2c6f325afe5d01cc4330_amd64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:756682cba6ca8f0f54506a65b48c2ec77639c33f8948de3b7b464e31a1268731_amd64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:85df64309c247233fa400f2ac953635f3cf3a50bab1da791bb4fbd0523be4c88_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9e4f0e822c8ade723e5f7918b630563f492389c14abe7683d980eb0de712fcb4_s390x",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f67d038be8ad213efc5c862a997208a10f3a53195df4c4ba58a53b61a27619cb_arm64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:115b7cb545f45408f3808cc47cc0139d891ec8dc3063788c83f7115bef7de7e3_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:44d61713f92b55453d0e9904f049b87028fa57f7084e62ef081808f306f43d73_s390x",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:6970447e64cddf99f85e4c9db9519934a8756caad2368266cc482acea2a9d39f_arm64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:86c7353e52357ed2cfd1f723b2312d45062bb301263bb148ebbf5e845b9029a3_amd64",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:12ad855533aa129c0368cbfebe5d6f5077708cc181af10e70a7603cff2faa17c_s390x",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:1cd545f4107d7008800d0e3e25189faf8cb01a3355437ff63cd18d677fd3765f_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:4c0e995f1d32f17d4651f49f7d3c955b1ee1303ae390b9110b506ed69cd26959_arm64",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:636f152fff201ea60382b0184b779ecb0034823d5dbdb52795f42d372edc04e6_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3b74a9a9edb542fdc39610f4ffc046e3bd56305df8300bd70cedc4f63bc0283f_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:de8cb94478fce5b70aa05d270d259a193f7bbf231badf0ce84187f2a1229d30b_arm64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:49dc1c6ff9994a39cb936960fc3a9c27286201ae1a5f294ab2a71ff4eed23f78_arm64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b22b9dbfa7fa62569fbcbac72e70582c6ad058a5b7c372396d7fc3e4b93a00c4_amd64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fdf524135665dd7b45c583b99a3ef9c2b80d5a5bccc84e50d359df7cb7e0302f_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:38d5caf877c5a392e5387649762173d750a331ffd3aba7f703234b5d167e6719_arm64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:dafb0c950389c75ad3b70cdaa316312db3ecee091208540109d3eb3b325e58bd_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:f8e01ee1299bd1e76cd3ad8c612aa2867b6a94191594a0fbfa51016f0d975088_s390x",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:fa3b57f3f666ce12f4dd36cd06976f4864d29220c8d4d6f837dde8689105c03c_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1f94f8be7704bf1b34a77042ac6c5b1e1189d2e622f49f5feade6211a3914c41_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51eff4220c19638c143ec6ae872093bec46cd1b4d217a47f9d5d62f3d437804c_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:78443828ef0e6ccb1a90cf90fbc191de34afcddc4782be2c55cff6da8176a92e_arm64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7e0ad5ab6a10119f6c877d80c1e9b9d39d29ead9671f5ed6914372faf66a58cb_s390x",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:1352013d207088689772f53d964389c1758bc1c9e77b98fa5a3ac627a4911e96_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:5ed879f9e7ca7dcbea402405e729b5aa6c6f1e7a4f14f2e504708e2de6133da8_s390x",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:bcdf8620a7e09a4a01bba7c533df9b9192a233b23a344b84d8429827cbc0080b_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:dbcdc635afcdf0aa85f2c256cebafa30b3a7ccbf91717efd9750f361c7032b14_arm64",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:6aea0a9891cf9b1673bb6645d4edd1ece0a9a4035bfccf8de68db87fb30f60a7_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:82e9477900aae1cd05c44b5e69dae0586286fed233644696bc216c9a96e6a7ec_s390x",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:a7047505a082fe28643355c7354bcbb8ce849d0c84b6da996dbd49739a33b548_amd64",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:c540028138a50fc485a9c69ee55895b8848085ee6bd7cf8c2260d1c61934672e_arm64",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:10fb6067be65e40802cca3df655c80dc5c467023380cce8ba2bbd466118249aa_arm64",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:9474d7ef24630ce3658b19e0615cdb0becdbfa8a00909f5a316d2fd49c5585ef_amd64",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:b2f4159d15c53d9ccb383599b70bcbdc68651b968b2197f80f7d1218a815f40c_s390x",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:edb90e2fbdcf1d20c8f9486239278adeca86458c9d53e36a05096431cdb94e4c_ppc64le",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_aarch64",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_ppc64le",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_s390x",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-21T14:00:14+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\nYou can download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests can be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n(For x86_64 architecture)\nThe image digest is sha256:9fdf7a2305973c26b4075ce1a16b295dbe25092b8ed0ae21506d93cafb6dd9a9\n\n(For s390x architecture)\nThe image digest is sha256:061e78269860d8237515ab8ba70411655158844fbe3f824927b86bba67e04766\n\n(For ppc64le architecture)\nThe image digest is sha256:d681578824d4c415402798788bcd0f1bde249ea0608d520cdae79513a333150c\n\n(For aarch64 architecture)\nThe image digest is sha256:ec919619c51dad303a00f7d4c5607e91d4f22a723460776593984501fc4623a8\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:20fa7607c5be8c7b111c843d15f86ad68802d4d6062c14a219037a220ce73c83_s390x",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:71c6f0bd06dd6424cb16ca8f7f29d32fcc3be49953a90341572d5a9c940e68a9_arm64",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:b62b832b2dbcf2e78106719b7528fd8d20dd9802cfd55e62f260f88869ea9944_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:f4cd6578606fb7377893186cccdb81d9f3412c3caa237cb0cbf9ceaef21f2d94_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7698"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8c23e45cbf130887723ce08fac491f05d343062dabaf4341db64c0bc247981a4_amd64",
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:9494008d128347ef2c86f47e1ddc6f86071e3a358bc760470fab80091174461e_ppc64le",
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:aaa719b86294bb0f9d53eead93de2f516ec9cce65f8848838d8ee72b277edd00_arm64",
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e31b219cf9fab08e064baf65343c0d9fa2d595520e20e35eb40d143aea24c1d9_s390x",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:456078ef5c5dd0998f10f558b1b14b6cb4a3d2be2af89e1dc0919d5f84150f64_arm64",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:77df0adb69e4641be0f699aa4ea706da80fba3e97d2d95c4e598c0b6837fb043_s390x",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:88c38fd78eeec320ca89be9af11622d1743311432bdaf74555b13019b6a7e3e7_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:95174be1a328c1e9ac315207032f1f6bb27fcae58d90fb9419f9586697e01e11_amd64",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:345b76a90de2c13e0245963d88cc574f81a3551ba03dde725cc071301e2fc076_amd64",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:5202cf0b783fba0837de98ad94cc47cfbd9b7a21c93f1d1b6599ec3d8933b19e_s390x",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:6bdc8705cbe7bab6ff61bf72de635d293258141e364e1126677e390e15b48040_arm64",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f8d39175a3a6f4d011429d0951fa4a24eac892050f41c3730671bb893d8fbaa1_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7b6e00f5135658c77e96a0ab925c103e9b598143cef4158c5cba6e6627554556_amd64",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:914c110aafa5632e4ff3540e74a8ce45e7d45d3f08311835c10fa982b0f9f3e1_s390x",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a886e4720a9fbcc560e08e7c440dedddc7b0d10c83252ac369e78c1211c32c39_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:e31f1f87bdda54dc6ab41e435d7b5b9b101d879fd32e514dd8861bde17455f86_arm64",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:078bab212653fa5b19895d2ec6b1c621dbf4735ea0f69a29b8605bef5da473e6_s390x",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:75f51253be90aff3710790b9563066812319e8cfbe5811703899d4ceb2952682_arm64",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:c42a5e8a6008350adfb3edcfce99078dfd3ba4c989844ff98954d41a9d3f84b6_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:d237ecf26656e5c05ed96f652fd9cd14b45842795539d86925af7f963458dced_amd64",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:8f796c5fcf27cbf4796bf2bbac322a673535bf73b06e92eb753b82868e864236_amd64",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:96728a01ef6e8906316e5afebebc254f38ec9a7825069715a7a1bf553f563b46_arm64",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:bfe3c6fabb8d74c289d4469785f5be1c6688403b89c458edd404792c96dcca34_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:e46a8d2dbaeaf03e1a6d332681355708a965110d9b2e7b9a9030a88ab5ab867b_s390x",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:2d47e5754e78aa6ed425e6f3692358e5f8a65b645dad1eafa8ec5b33d6318dee_arm64",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:342c3f60af1fb76d755e7212826b310b4df141f1c592bb2cd9c81f057397231c_s390x",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:ab2397f3cd3d0e608d7ac532639680b3887c1bfd378d2890900f17983c726940_ppc64le",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:aec454f92990c246f8f8319d58dc92db147f00b376fc2c6f325afe5d01cc4330_amd64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:756682cba6ca8f0f54506a65b48c2ec77639c33f8948de3b7b464e31a1268731_amd64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:85df64309c247233fa400f2ac953635f3cf3a50bab1da791bb4fbd0523be4c88_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9e4f0e822c8ade723e5f7918b630563f492389c14abe7683d980eb0de712fcb4_s390x",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f67d038be8ad213efc5c862a997208a10f3a53195df4c4ba58a53b61a27619cb_arm64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:115b7cb545f45408f3808cc47cc0139d891ec8dc3063788c83f7115bef7de7e3_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:44d61713f92b55453d0e9904f049b87028fa57f7084e62ef081808f306f43d73_s390x",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:6970447e64cddf99f85e4c9db9519934a8756caad2368266cc482acea2a9d39f_arm64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:86c7353e52357ed2cfd1f723b2312d45062bb301263bb148ebbf5e845b9029a3_amd64",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:12ad855533aa129c0368cbfebe5d6f5077708cc181af10e70a7603cff2faa17c_s390x",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:1cd545f4107d7008800d0e3e25189faf8cb01a3355437ff63cd18d677fd3765f_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:4c0e995f1d32f17d4651f49f7d3c955b1ee1303ae390b9110b506ed69cd26959_arm64",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:636f152fff201ea60382b0184b779ecb0034823d5dbdb52795f42d372edc04e6_amd64",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:20fa7607c5be8c7b111c843d15f86ad68802d4d6062c14a219037a220ce73c83_s390x",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:71c6f0bd06dd6424cb16ca8f7f29d32fcc3be49953a90341572d5a9c940e68a9_arm64",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:b62b832b2dbcf2e78106719b7528fd8d20dd9802cfd55e62f260f88869ea9944_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:f4cd6578606fb7377893186cccdb81d9f3412c3caa237cb0cbf9ceaef21f2d94_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3b74a9a9edb542fdc39610f4ffc046e3bd56305df8300bd70cedc4f63bc0283f_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:de8cb94478fce5b70aa05d270d259a193f7bbf231badf0ce84187f2a1229d30b_arm64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:49dc1c6ff9994a39cb936960fc3a9c27286201ae1a5f294ab2a71ff4eed23f78_arm64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b22b9dbfa7fa62569fbcbac72e70582c6ad058a5b7c372396d7fc3e4b93a00c4_amd64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fdf524135665dd7b45c583b99a3ef9c2b80d5a5bccc84e50d359df7cb7e0302f_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:38d5caf877c5a392e5387649762173d750a331ffd3aba7f703234b5d167e6719_arm64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:dafb0c950389c75ad3b70cdaa316312db3ecee091208540109d3eb3b325e58bd_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:f8e01ee1299bd1e76cd3ad8c612aa2867b6a94191594a0fbfa51016f0d975088_s390x",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:fa3b57f3f666ce12f4dd36cd06976f4864d29220c8d4d6f837dde8689105c03c_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1f94f8be7704bf1b34a77042ac6c5b1e1189d2e622f49f5feade6211a3914c41_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51eff4220c19638c143ec6ae872093bec46cd1b4d217a47f9d5d62f3d437804c_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:78443828ef0e6ccb1a90cf90fbc191de34afcddc4782be2c55cff6da8176a92e_arm64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7e0ad5ab6a10119f6c877d80c1e9b9d39d29ead9671f5ed6914372faf66a58cb_s390x",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:1352013d207088689772f53d964389c1758bc1c9e77b98fa5a3ac627a4911e96_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:5ed879f9e7ca7dcbea402405e729b5aa6c6f1e7a4f14f2e504708e2de6133da8_s390x",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:bcdf8620a7e09a4a01bba7c533df9b9192a233b23a344b84d8429827cbc0080b_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:dbcdc635afcdf0aa85f2c256cebafa30b3a7ccbf91717efd9750f361c7032b14_arm64",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:6aea0a9891cf9b1673bb6645d4edd1ece0a9a4035bfccf8de68db87fb30f60a7_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:82e9477900aae1cd05c44b5e69dae0586286fed233644696bc216c9a96e6a7ec_s390x",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:a7047505a082fe28643355c7354bcbb8ce849d0c84b6da996dbd49739a33b548_amd64",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:c540028138a50fc485a9c69ee55895b8848085ee6bd7cf8c2260d1c61934672e_arm64",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:10fb6067be65e40802cca3df655c80dc5c467023380cce8ba2bbd466118249aa_arm64",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:9474d7ef24630ce3658b19e0615cdb0becdbfa8a00909f5a316d2fd49c5585ef_amd64",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:b2f4159d15c53d9ccb383599b70bcbdc68651b968b2197f80f7d1218a815f40c_s390x",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:edb90e2fbdcf1d20c8f9486239278adeca86458c9d53e36a05096431cdb94e4c_ppc64le",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_aarch64",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_ppc64le",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_s390x",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_x86_64"
]
}
],
"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-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:8c23e45cbf130887723ce08fac491f05d343062dabaf4341db64c0bc247981a4_amd64",
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:9494008d128347ef2c86f47e1ddc6f86071e3a358bc760470fab80091174461e_ppc64le",
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:aaa719b86294bb0f9d53eead93de2f516ec9cce65f8848838d8ee72b277edd00_arm64",
"8Base-RHOSE-4.15:openshift4/network-tools-rhel8@sha256:e31b219cf9fab08e064baf65343c0d9fa2d595520e20e35eb40d143aea24c1d9_s390x",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:456078ef5c5dd0998f10f558b1b14b6cb4a3d2be2af89e1dc0919d5f84150f64_arm64",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:77df0adb69e4641be0f699aa4ea706da80fba3e97d2d95c4e598c0b6837fb043_s390x",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:88c38fd78eeec320ca89be9af11622d1743311432bdaf74555b13019b6a7e3e7_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-console@sha256:95174be1a328c1e9ac315207032f1f6bb27fcae58d90fb9419f9586697e01e11_amd64",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:345b76a90de2c13e0245963d88cc574f81a3551ba03dde725cc071301e2fc076_amd64",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:5202cf0b783fba0837de98ad94cc47cfbd9b7a21c93f1d1b6599ec3d8933b19e_s390x",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:6bdc8705cbe7bab6ff61bf72de635d293258141e364e1126677e390e15b48040_arm64",
"8Base-RHOSE-4.15:openshift4/ose-container-networking-plugins-rhel8@sha256:f8d39175a3a6f4d011429d0951fa4a24eac892050f41c3730671bb893d8fbaa1_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7b6e00f5135658c77e96a0ab925c103e9b598143cef4158c5cba6e6627554556_amd64",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:914c110aafa5632e4ff3540e74a8ce45e7d45d3f08311835c10fa982b0f9f3e1_s390x",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a886e4720a9fbcc560e08e7c440dedddc7b0d10c83252ac369e78c1211c32c39_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:e31f1f87bdda54dc6ab41e435d7b5b9b101d879fd32e514dd8861bde17455f86_arm64",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:078bab212653fa5b19895d2ec6b1c621dbf4735ea0f69a29b8605bef5da473e6_s390x",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:75f51253be90aff3710790b9563066812319e8cfbe5811703899d4ceb2952682_arm64",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:c42a5e8a6008350adfb3edcfce99078dfd3ba4c989844ff98954d41a9d3f84b6_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-tests@sha256:d237ecf26656e5c05ed96f652fd9cd14b45842795539d86925af7f963458dced_amd64",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:8f796c5fcf27cbf4796bf2bbac322a673535bf73b06e92eb753b82868e864236_amd64",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:96728a01ef6e8906316e5afebebc254f38ec9a7825069715a7a1bf553f563b46_arm64",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:bfe3c6fabb8d74c289d4469785f5be1c6688403b89c458edd404792c96dcca34_ppc64le",
"8Base-RHOSE-4.15:openshift4/ose-tools-rhel8@sha256:e46a8d2dbaeaf03e1a6d332681355708a965110d9b2e7b9a9030a88ab5ab867b_s390x",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:2d47e5754e78aa6ed425e6f3692358e5f8a65b645dad1eafa8ec5b33d6318dee_arm64",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:342c3f60af1fb76d755e7212826b310b4df141f1c592bb2cd9c81f057397231c_s390x",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:ab2397f3cd3d0e608d7ac532639680b3887c1bfd378d2890900f17983c726940_ppc64le",
"9Base-RHOSE-4.15:openshift4/driver-toolkit-rhel9@sha256:aec454f92990c246f8f8319d58dc92db147f00b376fc2c6f325afe5d01cc4330_amd64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:756682cba6ca8f0f54506a65b48c2ec77639c33f8948de3b7b464e31a1268731_amd64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:85df64309c247233fa400f2ac953635f3cf3a50bab1da791bb4fbd0523be4c88_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9e4f0e822c8ade723e5f7918b630563f492389c14abe7683d980eb0de712fcb4_s390x",
"9Base-RHOSE-4.15:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f67d038be8ad213efc5c862a997208a10f3a53195df4c4ba58a53b61a27619cb_arm64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:115b7cb545f45408f3808cc47cc0139d891ec8dc3063788c83f7115bef7de7e3_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:44d61713f92b55453d0e9904f049b87028fa57f7084e62ef081808f306f43d73_s390x",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:6970447e64cddf99f85e4c9db9519934a8756caad2368266cc482acea2a9d39f_arm64",
"9Base-RHOSE-4.15:openshift4/ose-cluster-samples-rhel9-operator@sha256:86c7353e52357ed2cfd1f723b2312d45062bb301263bb148ebbf5e845b9029a3_amd64",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:12ad855533aa129c0368cbfebe5d6f5077708cc181af10e70a7603cff2faa17c_s390x",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:1cd545f4107d7008800d0e3e25189faf8cb01a3355437ff63cd18d677fd3765f_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:4c0e995f1d32f17d4651f49f7d3c955b1ee1303ae390b9110b506ed69cd26959_arm64",
"9Base-RHOSE-4.15:openshift4/ose-hyperkube-rhel9@sha256:636f152fff201ea60382b0184b779ecb0034823d5dbdb52795f42d372edc04e6_amd64",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:20fa7607c5be8c7b111c843d15f86ad68802d4d6062c14a219037a220ce73c83_s390x",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:71c6f0bd06dd6424cb16ca8f7f29d32fcc3be49953a90341572d5a9c940e68a9_arm64",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:b62b832b2dbcf2e78106719b7528fd8d20dd9802cfd55e62f260f88869ea9944_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-hypershift-rhel9@sha256:f4cd6578606fb7377893186cccdb81d9f3412c3caa237cb0cbf9ceaef21f2d94_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3b74a9a9edb542fdc39610f4ffc046e3bd56305df8300bd70cedc4f63bc0283f_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:de8cb94478fce5b70aa05d270d259a193f7bbf231badf0ce84187f2a1229d30b_arm64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:49dc1c6ff9994a39cb936960fc3a9c27286201ae1a5f294ab2a71ff4eed23f78_arm64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b22b9dbfa7fa62569fbcbac72e70582c6ad058a5b7c372396d7fc3e4b93a00c4_amd64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fdf524135665dd7b45c583b99a3ef9c2b80d5a5bccc84e50d359df7cb7e0302f_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:38d5caf877c5a392e5387649762173d750a331ffd3aba7f703234b5d167e6719_arm64",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:dafb0c950389c75ad3b70cdaa316312db3ecee091208540109d3eb3b325e58bd_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:f8e01ee1299bd1e76cd3ad8c612aa2867b6a94191594a0fbfa51016f0d975088_s390x",
"9Base-RHOSE-4.15:openshift4/ose-machine-api-rhel9-operator@sha256:fa3b57f3f666ce12f4dd36cd06976f4864d29220c8d4d6f837dde8689105c03c_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1f94f8be7704bf1b34a77042ac6c5b1e1189d2e622f49f5feade6211a3914c41_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:51eff4220c19638c143ec6ae872093bec46cd1b4d217a47f9d5d62f3d437804c_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:78443828ef0e6ccb1a90cf90fbc191de34afcddc4782be2c55cff6da8176a92e_arm64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7e0ad5ab6a10119f6c877d80c1e9b9d39d29ead9671f5ed6914372faf66a58cb_s390x",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:1352013d207088689772f53d964389c1758bc1c9e77b98fa5a3ac627a4911e96_amd64",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:5ed879f9e7ca7dcbea402405e729b5aa6c6f1e7a4f14f2e504708e2de6133da8_s390x",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:bcdf8620a7e09a4a01bba7c533df9b9192a233b23a344b84d8429827cbc0080b_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-ovn-kubernetes-rhel9@sha256:dbcdc635afcdf0aa85f2c256cebafa30b3a7ccbf91717efd9750f361c7032b14_arm64",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:6aea0a9891cf9b1673bb6645d4edd1ece0a9a4035bfccf8de68db87fb30f60a7_ppc64le",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:82e9477900aae1cd05c44b5e69dae0586286fed233644696bc216c9a96e6a7ec_s390x",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:a7047505a082fe28643355c7354bcbb8ce849d0c84b6da996dbd49739a33b548_amd64",
"9Base-RHOSE-4.15:openshift4/ose-pod-rhel9@sha256:c540028138a50fc485a9c69ee55895b8848085ee6bd7cf8c2260d1c61934672e_arm64",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:10fb6067be65e40802cca3df655c80dc5c467023380cce8ba2bbd466118249aa_arm64",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:9474d7ef24630ce3658b19e0615cdb0becdbfa8a00909f5a316d2fd49c5585ef_amd64",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:b2f4159d15c53d9ccb383599b70bcbdc68651b968b2197f80f7d1218a815f40c_s390x",
"9Base-RHOSE-4.15:openshift4/ose-sdn-rhel9@sha256:edb90e2fbdcf1d20c8f9486239278adeca86458c9d53e36a05096431cdb94e4c_ppc64le",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_aarch64",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_ppc64le",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_s390x",
"9Base-RHOSE-4.15:rhcos@sha256:ca8f9770592c0045a2048ecfaaef3e231f406bfa039fd2b5b105d823ea0507fd_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:13848
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.19.9 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.19.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.19.9. See the following advisory for the RPM packages for this release:\nhttps://access.redhat.com/errata/RHBA-2025:13827\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\nSecurity Fix(es):\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869) * github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)\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.\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:13848",
"url": "https://access.redhat.com/errata/RHSA-2025:13848"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13848.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.19.9 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:03+00:00",
"generator": {
"date": "2025-11-12T02:30:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:13848",
"initial_release_date": "2025-08-19T18:53:28+00:00",
"revision_history": [
{
"date": "2025-08-19T18:53:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-19T18:53:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.19",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Afbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.19.0-202508120121.p2.gb8e06f4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.19.0-202508120121.p2.g68ae0c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.19.0-202508120121.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.19.0-202508120121.p2.g762a2b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.19.0-202508120121.p2.ge5d8476.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.19.0-202508120121.p2.g20a9ba5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Aff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.19.0-202508130123.p2.gf7a7895.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.19.0-202508130123.p2.g2f969c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.19.0-202508120121.p2.g1d890f9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ae5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.19.0-202508120121.p2.gb9fd02f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.19.0-202508120121.p2.gf17bb7a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.19.0-202508120121.p2.g61b6637.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.19.0-202508120121.p2.g7485247.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ac8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.19.0-202508120121.p2.gc09f715.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.19.0-202508130123.p2.gf165654.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.19.0-202508120121.p2.ga2a48a3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Ab47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ace3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.19.0-202508120121.p2.g74776b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.19.0-202508120121.p2.ga8175e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Acdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.19.0-202508120121.p2.gd9b2461.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.19.0-202508120121.p2.ge5d8476.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.19.0-202508120121.p2.g2eb5c10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.19.0-202508120121.p2.gca51447.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.19.0-202508120121.p2.gd18edb3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Af8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.19.0-202508120121.p2.g9db1cdb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Aa091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.19.0-202508130123.p2.g686fdac.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Aee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.19.0-202508120121.p2.g85353bb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Afd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gfbf4c1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.19.0-202508120121.p2.gf74e8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.ga2346ca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Acad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.19.0-202508130123.p2.g7935bae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.19.0-202508130123.p2.geaa4ab3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Acc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.19.0-202508120121.p2.gfe31e71.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.19.0-202508120121.p2.g5b5afbd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.19.0-202508120121.p2.gdacba7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Ad46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.19.0-202508120121.p2.gfcd9564.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Abc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.19.0-202508120121.p2.g138db52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.19.0-202508120121.p2.g5912775.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Abcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.19.0-202508130123.p2.gc3da3b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.19.0-202508120121.p2.g02d2455.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.19.0-202508130123.p2.g345d64d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Adba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.19.0-202508120121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.19.0-202508120121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Aa2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.19.0-202508120121.p2.g6fffe5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.19.0-202508120121.p2.gf37c618.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Aa753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.19.0-202508120121.p2.g14780f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.19.0-202508130123.p2.ge91ec32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.19.0-202508120121.p2.g28622dd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.19.0-202508120121.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.19.0-202508120121.p2.g8e996e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3861c72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.19.0-202508070607.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ac23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.19.0-202508130123.p2.gb41f9d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.19.0-202508130123.p2.g138db52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.19.0-202508120121.p2.g138db52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.19.0-202508130123.p2.gb1d0976.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.19.0-202508130123.p2.gfcd77b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.19.0-202508120121.p2.gc604f81.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Af1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.19.0-202508120121.p2.g5319094.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.19.0-202508120121.p2.gd00bab2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Aa9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.19.0-202508120121.p2.g8bcf155.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.19.0-202508120121.p2.g8bcf155.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Af8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.19.0-202508120121.p2.gbe6aa91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.19.0-202508130123.p2.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.19.0-202508120121.p2.g1753a85.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Afaaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.19.0-202508120121.p2.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.19.0-202508130123.p2.gf2d7fdb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Abae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.19.0-202508130123.p2.g77213cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.19.0-202508120121.p2.g425c1c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.19.0-202508120121.p2.g778bbd2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.19.0-202508120121.p2.gd686e7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Afc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.19.0-202508120121.p2.ge5d8476.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.19.0-202508120121.p2.gb0a16d5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.19.0-202508120121.p2.g7109d6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.19.0-202508120121.p2.g7109d6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.19.0-202508120121.p2.g2e2909c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.19.0-202508120121.p2.g466334d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Ad0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.19.0-202508120121.p2.ge5d8476.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Ad0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.19.0-202508120121.p2.g0ae129b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.19.0-202508120121.p2.ge5c6c44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g06a66db.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.19.0-202508072354.p2.g249d742.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ab0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.19.0-202508120121.p2.gf4e49d5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.19.0-202508130123.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Ad5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.19.0-202508120121.p2.ga5d6267.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.19.0-202508120121.p2.g98ae311.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.19.0-202508120121.p2.g479f0c4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.19.0-202508130123.p2.gceeb021.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Aa7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.19.0-202508120121.p2.g227f753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Aaad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.19.0-202508120121.p2.g0c3beae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ad3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.19.0-202508120121.p2.g8fde9c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.19.0-202508120121.p2.gcf9e6e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g5a484a0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.19.0-202508120121.p2.g9781237.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ad337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.19.0-202508120121.p2.g96607b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g1dbf0c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gcf99de9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.19.0-202508120121.p2.g6598130.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Affe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.19.0-202508120121.p2.g328419e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.19.0-202508130123.p2.gddd7873.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.19.0-202508130123.p2.ge2ad6c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Accfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3dfbb67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.19.0-202508120121.p2.g8740a60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g4e51404.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Abca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.19.0-202508120121.p2.ga52da47.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ab79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.19.0-202508120121.p2.gefb9139.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g5f66a3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Adbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g0ab3099.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.19.0-202508120121.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.19.0-202508120121.p2.g4cb2919.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.19.0-202508120121.p2.gc1c56b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.19.0-202508130123.p2.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Ac5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.19.0-202508120121.p2.gcca04e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Aa91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.19.0-202508120121.p2.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Aaaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.19.0-202508120121.p2.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Adbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.19.0-202508120121.p2.ga5421df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Abf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.19.0-202508120121.p2.g5076dbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Aa5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.19.0-202508120121.p2.gd8d3aeb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.19.0-202508120121.p2.gc8b865a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.19.0-202508130123.p2.g063b256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Aa627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.19.0-202508120121.p2.g44c74f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ab772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.19.0-202508120121.p2.g7422aab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Af14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.19.0-202508120121.p2.g176b6ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Af198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3dfcfa1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.19.0-202508120121.p2.g940ac1c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ad7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.19.0-202508120121.p2.g989bd87.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Aaadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.19.0-202508120121.p2.g7d06674.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.19.0-202508120121.p2.g77d5c72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.19.0-202508130123.p2.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Aa101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.19.0-202508120121.p2.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.19.0-202508130123.p2.g249d742.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.19.0-202508130123.p2.g249d742.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.19.0-202508120121.p2.g037a0e7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.19.0-202508120121.p2.gfdef30c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.19.0-202508130123.p2.gf535e9a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Aa81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.19.0-202508120121.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.19.0-202508120121.p2.g7cf7a44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.19.0-202508120121.p2.g84fbc02.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.19.0-202508120121.p2.g04987a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.19.0-202508120121.p2.g4fd69cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aaa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.19.0-202508120121.p2.g848bf65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Aaef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.19.0-202508130123.p2.g103a451.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Af6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.19.0-202508130123.p2.g32b5f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.19.0-202508120121.p2.g381c36b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.19.0-202508120121.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.19.0-202508130123.p2.g0e1112c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ade905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.19.0-202508130123.p2.g463c03c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.19.0-202508120121.p2.g9788e75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.19.0-202508120121.p2.g89e4882.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.19.0-202508130123.p2.g81f7aeb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Ad9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.19.0-202508120121.p2.gdb1f264.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.19.0-202508120121.p2.ga26db5a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.19.0-202508130123.p2.g7591406.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Aaa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.19.0-202508120121.p2.g8f42f09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.19.0-202508120121.p2.g8f42f09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.19.0-202508120121.p2.g7fe5736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Aca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.19.0-202508120121.p2.ga672407.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Adc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.19.0-202508120121.p2.gd9b2461.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.ge5d8476.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Abe7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gd9b2461.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.19.0-202508120121.p2.g8bcf155.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Abd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.19.0-202508130123.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.19.0-202508130123.p2.ge243894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.19.0-202508120121.p2.gf681413.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g059d95c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.19.0-202508120121.p2.gef83f3f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Ad9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.19.0-202508130123.p2.g87f8e30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.19.0-202508120121.p2.gbc97534.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.19.0-202508120121.p2.g4dfa691.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ae064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.19.0-202508120121.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Abb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.19.0-202508120121.p2.g1513403.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3Abb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.19.0-202508120121.p2.g1513403.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gc2b41c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3A262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gc2b41c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.19.0-202508120121.p2.g2c21c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.19.0-202508120121.p2.g55cce62.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.19.0-202508130123.p2.ge243894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.19.0-202508120121.p2.g1366646.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.19.0-202508120121.p2.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Af45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.19.0-202508120121.p2.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Adb4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.19.0-202508120121.p2.gd72f157.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.19.0-202508130123.p2.g95f7bb2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.19.0-202508120121.p2.g1513403.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.19.0-202508120121.p2.g32b15d8.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.19.0-202508120121.p2.gb8e06f4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.19.0-202508120121.p2.g68ae0c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ae9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.19.0-202508120121.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.19.0-202508120121.p2.g762a2b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.19.0-202508120121.p2.ge5d8476.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.19.0-202508120121.p2.g20a9ba5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.19.0-202508130123.p2.gf7a7895.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ae759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.19.0-202508130123.p2.g2f969c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.19.0-202508120121.p2.g1d890f9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.19.0-202508120121.p2.gb9fd02f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Abe3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.19.0-202508120121.p2.gf17bb7a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.19.0-202508120121.p2.g61b6637.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.19.0-202508120121.p2.g7485247.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ae9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.19.0-202508120121.p2.gc09f715.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.19.0-202508130123.p2.gf165654.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.19.0-202508120121.p2.ga2a48a3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.19.0-202508120121.p2.g74776b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ac21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.19.0-202508120121.p2.ga8175e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Aad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.19.0-202508120121.p2.gca51447.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ae68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.19.0-202508120121.p2.gd18edb3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Acff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.19.0-202508120121.p2.g9db1cdb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.19.0-202508130123.p2.g686fdac.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Afb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.19.0-202508120121.p2.g85353bb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gfbf4c1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ad7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.19.0-202508120121.p2.gf74e8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Ac21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.ga2346ca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ad951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.19.0-202508130123.p2.g7935bae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.19.0-202508130123.p2.geaa4ab3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Acff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.19.0-202508120121.p2.gfe31e71.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.19.0-202508120121.p2.g5b5afbd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Aa13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.19.0-202508120121.p2.gdacba7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Abd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.19.0-202508120121.p2.gfcd9564.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ae24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.19.0-202508120121.p2.g138db52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.19.0-202508120121.p2.g5912775.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.19.0-202508130123.p2.gc3da3b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ab1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.19.0-202508120121.p2.g02d2455.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ae310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.19.0-202508130123.p2.g345d64d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.19.0-202508120121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.19.0-202508120121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Adff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.19.0-202508120121.p2.g6fffe5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.19.0-202508120121.p2.gf37c618.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.19.0-202508120121.p2.g14780f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ac3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.19.0-202508130123.p2.ge91ec32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.19.0-202508120121.p2.g28622dd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.19.0-202508120121.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Aae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.19.0-202508120121.p2.g8e996e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3861c72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.19.0-202508070607.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Adcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.19.0-202508130123.p2.gb41f9d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.19.0-202508130123.p2.g138db52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Ade82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.19.0-202508120121.p2.g138db52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Aafd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.19.0-202508130123.p2.gb1d0976.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ae824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.19.0-202508130123.p2.gfcd77b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.19.0-202508120121.p2.gc604f81.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.19.0-202508120121.p2.g5319094.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3Af789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.19.0-202508120121.p2.gd00bab2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ae0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.19.0-202508120121.p2.g8bcf155.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.19.0-202508120121.p2.g8bcf155.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.19.0-202508120121.p2.gbe6aa91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.19.0-202508130123.p2.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.19.0-202508120121.p2.g1753a85.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ae890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.19.0-202508120121.p2.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.19.0-202508130123.p2.gf2d7fdb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.19.0-202508130123.p2.g77213cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.19.0-202508120121.p2.g425c1c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.19.0-202508120121.p2.g778bbd2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.19.0-202508120121.p2.gd686e7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.19.0-202508120121.p2.ge5d8476.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.19.0-202508120121.p2.gb0a16d5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Ad6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.19.0-202508120121.p2.g7109d6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Ac0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.19.0-202508120121.p2.g7109d6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.19.0-202508120121.p2.g2e2909c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Ac2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.19.0-202508120121.p2.g466334d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Ae611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.19.0-202508120121.p2.ge5d8476.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.19.0-202508120121.p2.g0ae129b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Ae8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.19.0-202508120121.p2.ge5c6c44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Aba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g06a66db.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.19.0-202508072354.p2.g249d742.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.19.0-202508120121.p2.gf4e49d5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ad9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.19.0-202508130123.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.19.0-202508120121.p2.ga5d6267.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.19.0-202508120121.p2.g98ae311.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Aca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.19.0-202508120121.p2.g479f0c4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.19.0-202508130123.p2.gceeb021.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.19.0-202508120121.p2.g227f753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.19.0-202508120121.p2.g0c3beae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Af7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.19.0-202508120121.p2.g8fde9c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.19.0-202508120121.p2.gcf9e6e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g5a484a0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.19.0-202508120121.p2.g9781237.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ab92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.19.0-202508120121.p2.g96607b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g1dbf0c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gcf99de9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.19.0-202508120121.p2.g6598130.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Aee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.19.0-202508120121.p2.g328419e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.19.0-202508130123.p2.gddd7873.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.19.0-202508130123.p2.ge2ad6c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3dfbb67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.19.0-202508120121.p2.g8740a60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g4e51404.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Ac0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.19.0-202508120121.p2.ga52da47.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Add780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.19.0-202508120121.p2.gefb9139.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g5f66a3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g0ab3099.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.19.0-202508120121.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.19.0-202508120121.p2.g4cb2919.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.19.0-202508120121.p2.gc1c56b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.19.0-202508130123.p2.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.19.0-202508120121.p2.gcca04e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Af7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.19.0-202508120121.p2.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Afe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.19.0-202508120121.p2.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.19.0-202508120121.p2.ga5421df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.19.0-202508120121.p2.g5076dbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ac67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.19.0-202508120121.p2.gd8d3aeb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ac5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.19.0-202508120121.p2.gc8b865a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Ae38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.19.0-202508130123.p2.g063b256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.19.0-202508120121.p2.g44c74f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Ad178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.19.0-202508120121.p2.g7d06674.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.19.0-202508120121.p2.g77d5c72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Ae41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.19.0-202508130123.p2.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.19.0-202508120121.p2.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Aef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.19.0-202508130123.p2.g249d742.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.19.0-202508130123.p2.g249d742.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ae7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.19.0-202508120121.p2.g037a0e7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.19.0-202508120121.p2.gfdef30c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ab8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.19.0-202508130123.p2.gf535e9a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.19.0-202508120121.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.19.0-202508120121.p2.g7cf7a44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.19.0-202508120121.p2.g84fbc02.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.19.0-202508120121.p2.g04987a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.19.0-202508120121.p2.g4fd69cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.19.0-202508120121.p2.g848bf65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.19.0-202508130123.p2.g103a451.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Acd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.19.0-202508130123.p2.g32b5f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.19.0-202508120121.p2.g381c36b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.19.0-202508120121.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.19.0-202508130123.p2.g0e1112c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.19.0-202508130123.p2.g463c03c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.19.0-202508120121.p2.g9788e75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.19.0-202508120121.p2.g89e4882.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.19.0-202508130123.p2.g81f7aeb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Acdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.19.0-202508130123.p2.g7591406.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Aab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.19.0-202508120121.p2.g8f42f09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Aeabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.19.0-202508120121.p2.g8f42f09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Af5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.19.0-202508120121.p2.g7fe5736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Aafeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.19.0-202508120121.p2.ga672407.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.19.0-202508120121.p2.gd9b2461.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Af6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.ge5d8476.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gd9b2461.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Aefe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.19.0-202508120121.p2.g8bcf155.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.19.0-202508130123.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.19.0-202508130123.p2.ge243894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Acbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.19.0-202508120121.p2.gbc97534.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Aa86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.19.0-202508120121.p2.g4dfa691.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ac61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.19.0-202508120121.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.19.0-202508130123.p2.ge243894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.19.0-202508120121.p2.g1366646.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.19.0-202508120121.p2.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Ab40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.19.0-202508120121.p2.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.19.0-202508120121.p2.gd72f157.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.19.0-202508130123.p2.g95f7bb2.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ae984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.19.0-202508120121.p2.gb8e06f4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3Ae105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.19.0-202508120121.p2.g68ae0c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ab6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.19.0-202508120121.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Aff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.19.0-202508120121.p2.g20a9ba5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.19.0-202508130123.p2.gf7a7895.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.19.0-202508130123.p2.g2f969c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Af1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.19.0-202508120121.p2.g1d890f9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.19.0-202508120121.p2.gb9fd02f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.19.0-202508120121.p2.gf17bb7a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.19.0-202508120121.p2.g61b6637.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ab85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.19.0-202508120121.p2.g7485247.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.19.0-202508120121.p2.gc09f715.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Aed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.19.0-202508130123.p2.gf165654.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ad0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.19.0-202508120121.p2.ga2a48a3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Acc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Acf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.19.0-202508120121.p2.g74776b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Afc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.19.0-202508120121.p2.ga8175e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ad8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.19.0-202508120121.p2.gd9b2461.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.19.0-202508120121.p2.ge5d8476.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Aeb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.19.0-202508120121.p2.g2eb5c10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ad45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.19.0-202508120121.p2.gca51447.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.19.0-202508120121.p2.gd18edb3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Ae0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.19.0-202508120121.p2.g9db1cdb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.19.0-202508130123.p2.g686fdac.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Af092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.19.0-202508120121.p2.g85353bb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gfbf4c1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Aa8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.19.0-202508120121.p2.gf74e8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.ga2346ca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.19.0-202508130123.p2.g7935bae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Af388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.19.0-202508130123.p2.geaa4ab3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.19.0-202508120121.p2.g138db52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.19.0-202508120121.p2.g5912775.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.19.0-202508130123.p2.gc3da3b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.19.0-202508120121.p2.g02d2455.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.19.0-202508130123.p2.g345d64d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ac0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.19.0-202508120121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ac22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.19.0-202508120121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.19.0-202508120121.p2.g6fffe5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.19.0-202508120121.p2.gf37c618.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.19.0-202508120121.p2.g14780f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.19.0-202508130123.p2.ge91ec32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.19.0-202508120121.p2.g28622dd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.19.0-202508120121.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Aefbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.19.0-202508120121.p2.g8e996e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3861c72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.19.0-202508070607.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ac3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.19.0-202508130123.p2.gb41f9d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ab6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.19.0-202508130123.p2.g138db52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.19.0-202508120121.p2.g138db52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ae039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.19.0-202508130123.p2.gb1d0976.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.19.0-202508130123.p2.gfcd77b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Aafcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.19.0-202508120121.p2.gc604f81.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ada558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.19.0-202508120121.p2.g5319094.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.19.0-202508120121.p2.gd00bab2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.19.0-202508120121.p2.g8bcf155.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.19.0-202508120121.p2.g8bcf155.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.19.0-202508120121.p2.gbe6aa91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.19.0-202508130123.p2.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Ab6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.19.0-202508120121.p2.g1753a85.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.19.0-202508120121.p2.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.19.0-202508130123.p2.gf2d7fdb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Af01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.19.0-202508130123.p2.g77213cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.19.0-202508120121.p2.g0ae129b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g06a66db.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Af19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.19.0-202508072354.p2.g249d742.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Afee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.19.0-202508120121.p2.gf4e49d5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.19.0-202508130123.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.19.0-202508120121.p2.ga5d6267.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.19.0-202508120121.p2.g98ae311.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.19.0-202508120121.p2.g479f0c4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.19.0-202508130123.p2.gceeb021.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.19.0-202508120121.p2.g227f753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Aa23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.19.0-202508120121.p2.g0c3beae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.19.0-202508120121.p2.g8fde9c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.19.0-202508120121.p2.gcf9e6e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g5a484a0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.19.0-202508120121.p2.g9781237.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.19.0-202508120121.p2.g96607b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Af568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g1dbf0c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ab9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gcf99de9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.19.0-202508120121.p2.g6598130.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Abe55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.19.0-202508120121.p2.g328419e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Af4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.19.0-202508130123.p2.gddd7873.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aa1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.19.0-202508130123.p2.ge2ad6c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3dfbb67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.19.0-202508120121.p2.g8740a60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g4e51404.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Abb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.19.0-202508120121.p2.ga52da47.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ab76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.19.0-202508120121.p2.gefb9139.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g5f66a3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Addfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g0ab3099.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.19.0-202508120121.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ab0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.19.0-202508120121.p2.g4cb2919.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Addc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.19.0-202508120121.p2.gc1c56b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.19.0-202508130123.p2.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.19.0-202508120121.p2.gcca04e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.19.0-202508120121.p2.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Af8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.19.0-202508120121.p2.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.19.0-202508120121.p2.ga5421df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Aef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.19.0-202508120121.p2.g5076dbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ab555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.19.0-202508120121.p2.gd8d3aeb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Aebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.19.0-202508120121.p2.gc8b865a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.19.0-202508130123.p2.g063b256.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.19.0-202508120121.p2.g44c74f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.19.0-202508120121.p2.g940ac1c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.19.0-202508120121.p2.g77d5c72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.19.0-202508130123.p2.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ab4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.19.0-202508120121.p2.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Abd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.19.0-202508130123.p2.g249d742.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.19.0-202508130123.p2.g249d742.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.19.0-202508120121.p2.g037a0e7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.19.0-202508120121.p2.gfdef30c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.19.0-202508130123.p2.gf535e9a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Ac60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.19.0-202508120121.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.19.0-202508120121.p2.g7cf7a44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.19.0-202508120121.p2.g4fd69cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.19.0-202508120121.p2.g848bf65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.19.0-202508130123.p2.g103a451.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.19.0-202508130123.p2.g32b5f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ae9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.19.0-202508120121.p2.g381c36b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ae26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.19.0-202508120121.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Afad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.19.0-202508130123.p2.g0e1112c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.19.0-202508130123.p2.g463c03c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.19.0-202508120121.p2.g9788e75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.19.0-202508120121.p2.g89e4882.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.19.0-202508130123.p2.g81f7aeb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Af81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.19.0-202508130123.p2.g7591406.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.19.0-202508120121.p2.g8f42f09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Aa8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.19.0-202508120121.p2.g8f42f09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.19.0-202508120121.p2.g7fe5736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ab23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.19.0-202508120121.p2.ga672407.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.19.0-202508120121.p2.gd9b2461.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.ge5d8476.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aa0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gd9b2461.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Af326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.19.0-202508120121.p2.g8bcf155.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Aa9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.19.0-202508130123.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Ac48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.19.0-202508130123.p2.ge243894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Ab09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.19.0-202508120121.p2.gf681413.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Aa4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g059d95c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aa5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.19.0-202508120121.p2.gef83f3f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.19.0-202508130123.p2.g87f8e30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.19.0-202508120121.p2.gbc97534.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.19.0-202508120121.p2.g4dfa691.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.19.0-202508120121.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Afd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.19.0-202508130123.p2.ge243894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.19.0-202508120121.p2.g1366646.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ae849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.19.0-202508120121.p2.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.19.0-202508120121.p2.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.19.0-202508120121.p2.gd72f157.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.19.0-202508130123.p2.g95f7bb2.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.19.0-202508120121.p2.gb8e06f4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3Abf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.19.0-202508120121.p2.g68ae0c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.19.0-202508120121.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.19.0-202508120121.p2.g20a9ba5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ac9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.19.0-202508130123.p2.gf7a7895.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.19.0-202508130123.p2.g2f969c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Aa525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.19.0-202508120121.p2.g1d890f9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Abfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.19.0-202508120121.p2.gb9fd02f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.19.0-202508120121.p2.gf17bb7a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.19.0-202508120121.p2.g61b6637.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.19.0-202508120121.p2.g7485247.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.19.0-202508120121.p2.gc09f715.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.19.0-202508130123.p2.gf165654.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.19.0-202508120121.p2.ga2a48a3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.19.0-202508120121.p2.g74776b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.19.0-202508120121.p2.ga8175e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ae013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.19.0-202508120121.p2.gca51447.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Afae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.19.0-202508120121.p2.gd18edb3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.19.0-202508120121.p2.g9db1cdb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.19.0-202508130123.p2.g686fdac.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Aaf1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.19.0-202508120121.p2.g85353bb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gfbf4c1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.19.0-202508120121.p2.gf74e8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Ad78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.ga2346ca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ab87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.19.0-202508130123.p2.g7935bae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Aef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.19.0-202508130123.p2.geaa4ab3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.19.0-202508120121.p2.g138db52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.19.0-202508120121.p2.g5912775.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Aaea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.19.0-202508130123.p2.gc3da3b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.19.0-202508120121.p2.g02d2455.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.19.0-202508130123.p2.g345d64d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Afd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.19.0-202508120121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.19.0-202508120121.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ac34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.19.0-202508120121.p2.g6fffe5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Ab620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.19.0-202508120121.p2.gf37c618.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.19.0-202508120121.p2.g14780f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.19.0-202508130123.p2.ge91ec32.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.19.0-202508120121.p2.g28622dd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.19.0-202508120121.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.19.0-202508120121.p2.g8e996e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Aa69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3861c72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.19.0-202508070607.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Adbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.19.0-202508130123.p2.gb41f9d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.19.0-202508130123.p2.g138db52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ad6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Ad8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.19.0-202508120121.p2.g138db52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.19.0-202508130123.p2.gb1d0976.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.19.0-202508130123.p2.gfcd77b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ad2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.19.0-202508120121.p2.gc604f81.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.19.0-202508120121.p2.g5319094.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.19.0-202508120121.p2.gd00bab2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.19.0-202508120121.p2.g8bcf155.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.19.0-202508120121.p2.g8bcf155.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.19.0-202508120121.p2.gbe6aa91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.19.0-202508130123.p2.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Aed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.19.0-202508120121.p2.g1753a85.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Abe24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.19.0-202508120121.p2.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ad64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.19.0-202508130123.p2.gf2d7fdb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.19.0-202508130123.p2.g77213cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.19.0-202508120121.p2.g0ae129b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Aa37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g06a66db.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Ada4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.19.0-202508072354.p2.g249d742.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.19.0-202508120121.p2.gf4e49d5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Abd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.19.0-202508130123.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.19.0-202508120121.p2.ga5d6267.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Aa210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.19.0-202508120121.p2.g98ae311.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Aec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.19.0-202508120121.p2.g479f0c4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.19.0-202508130123.p2.gceeb021.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.19.0-202508120121.p2.g227f753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.19.0-202508120121.p2.g0c3beae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Aea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.19.0-202508120121.p2.g8fde9c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Ac2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.19.0-202508120121.p2.gcf9e6e9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g5a484a0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Aed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.19.0-202508120121.p2.g9781237.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.19.0-202508120121.p2.g96607b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g1dbf0c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gcf99de9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.19.0-202508120121.p2.g6598130.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.19.0-202508120121.p2.g328419e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.19.0-202508130123.p2.gddd7873.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.19.0-202508130123.p2.ge2ad6c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Afbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3dfbb67.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.19.0-202508120121.p2.g8740a60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g4e51404.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.19.0-202508120121.p2.ga52da47.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.19.0-202508120121.p2.gefb9139.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g5f66a3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508130123.p2.g0ab3099.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.19.0-202508120121.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ad8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.19.0-202508120121.p2.g4cb2919.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.19.0-202508120121.p2.gc1c56b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Aed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.19.0-202508130123.p2.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.19.0-202508120121.p2.gcca04e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Ae4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.19.0-202508120121.p2.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Aa1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.19.0-202508120121.p2.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Aaae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.19.0-202508120121.p2.ga5421df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Adcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.19.0-202508120121.p2.g5076dbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.19.0-202508120121.p2.g7422aab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.19.0-202508120121.p2.g176b6ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Aef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3dfcfa1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ac20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.19.0-202508120121.p2.g940ac1c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ad0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.19.0-202508120121.p2.g989bd87.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.19.0-202508120121.p2.g77d5c72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.19.0-202508130123.p2.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Aeb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.19.0-202508120121.p2.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Ab532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.19.0-202508130123.p2.g249d742.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ab096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.19.0-202508130123.p2.g249d742.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ad4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.19.0-202508120121.p2.g037a0e7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Af8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.19.0-202508120121.p2.gfdef30c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aaa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.19.0-202508130123.p2.gf535e9a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.19.0-202508120121.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.19.0-202508120121.p2.g7cf7a44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Af857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.19.0-202508120121.p2.g848bf65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Abe0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.19.0-202508130123.p2.g103a451.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.19.0-202508130123.p2.g32b5f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ac3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.19.0-202508120121.p2.g381c36b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.19.0-202508120121.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.19.0-202508130123.p2.g0e1112c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.19.0-202508130123.p2.g463c03c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.19.0-202508120121.p2.g9788e75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Aa25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.19.0-202508120121.p2.g89e4882.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.19.0-202508130123.p2.g81f7aeb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.19.0-202508130123.p2.g7591406.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ad041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.19.0-202508120121.p2.g8f42f09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.19.0-202508120121.p2.g8f42f09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Adb1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.19.0-202508120121.p2.g7fe5736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.19.0-202508120121.p2.ga672407.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.19.0-202508120121.p2.gd9b2461.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.ge5d8476.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Afeb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gd9b2461.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.19.0-202508120121.p2.g8bcf155.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Add39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.19.0-202508130123.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Abfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.19.0-202508130123.p2.ge243894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Ac71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.19.0-202508120121.p2.gbc97534.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.19.0-202508120121.p2.g4dfa691.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Aa1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.19.0-202508120121.p2.g298429b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.19.0-202508130123.p2.ge243894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Ada813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.19.0-202508120121.p2.g1366646.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.19.0-202508120121.p2.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.19.0-202508120121.p2.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.19.0-202508120121.p2.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ae43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.19.0-202508120121.p2.gd72f157.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.19.0-202508130123.p2.g95f7bb2.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45339",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-01-28T02:00:48.029971+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342463"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "RHBZ#2342463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74",
"url": "https://github.com/golang/glog/pull/74"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2",
"url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs",
"url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs"
},
{
"category": "external",
"summary": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File",
"url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3372",
"url": "https://pkg.go.dev/vuln/GO-2025-3372"
}
],
"release_date": "2025-01-28T01:03:24.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-19T18:53:28+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:b6f3a6e7cab0bb6e2590f6e6612a3edec75e3b28d32a4e55325bdeeb7d836662\n\n (For s390x architecture)\n The image digest is sha256:334e26b0b7452b060884217e3c5e43e81c8c491cf3bafbe1da49e10dd08fdc6e\n\n (For ppc64le architecture)\n The image digest is sha256:b211f12212c30703f1e50c2275fc65e7e0b8e1d2f9470e41531b289bd99ef1f4\n\n (For aarch64 architecture)\n The image digest is sha256:87a33ae5b04b02f73de246d388a3468d844010a75ac40c21bd3d72dc1745a046\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13848"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-19T18:53:28+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:b6f3a6e7cab0bb6e2590f6e6612a3edec75e3b28d32a4e55325bdeeb7d836662\n\n (For s390x architecture)\n The image digest is sha256:334e26b0b7452b060884217e3c5e43e81c8c491cf3bafbe1da49e10dd08fdc6e\n\n (For ppc64le architecture)\n The image digest is sha256:b211f12212c30703f1e50c2275fc65e7e0b8e1d2f9470e41531b289bd99ef1f4\n\n (For aarch64 architecture)\n The image digest is sha256:87a33ae5b04b02f73de246d388a3468d844010a75ac40c21bd3d72dc1745a046\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13848"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:27c1de9bd8723be96737598bb5c599f7a17c9775c4c153366e89b98880444491_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:371740a5232a35c0ef1e1c9a5a1866590f8e95be117b4c88082f4214430eea4e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:bf9dd65562f24fc99b5bdb3f51091367c41f507299e6ffc1960291ce559ed793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e105f6bb4055c1522a35d28a0e4da6d15ea5bf3e19d29a71ea218a884b2cc2da_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7c59f65e105e9b982a3fbe277e1178114b5f4aa59259b19aa8da630184edbacc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:846f9dcc9c9c38450965c9e5fa50f958474a4c2f941efe17547987973298ec17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b6a77c9c6445f64599dac832d413f1a6cb9b56e118213615a9f4163f4cf3445e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e9379a581bd8913518d3e5c490576295944b81e5cb28f407063e0fb430979918_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26af4378248673950bd07cf81823a8ce3a6c9b05f8c567cea210724bc9724d13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:485a214ba9c36e89c1ae7bea8804724015843fce68bf389ca975a5332bb48f99_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fc5a56e626cd6d2a6ffce65a29c9e987cd89081afcfb060070572c8a5b219e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ff57e5a125ac75596297556f3c4369b766b29034eb1fbd6df83cab67b714dc58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:15b1adb5918beec0e06b0ba9f753100ddc732b97c493a8146afcd114c2a0bc60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5f9c154a549e2c00115ab2f389a705d88ff4b44c64ab213113dc98477613d187_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:60f894116bd197f9795633178f8ce3836e69cde2ca8e1b4da3d41efc5649e24e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d0beee00c165ffd504560da1297a26f7b476ea3c2d45b3a028d1e925a036b5b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67b75d0174dd2eb0a9506a97f0ae9ab438436fabcb133ed5b38314ba8e4bd644_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:78b5ba11e880f890ea9a4b321ee2da94947ca14cb5aaaf142e9c04b56f8f66de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:85232eb77ed370720e32048d95ed1a5fb2bd04a2a23f5dcf4eef6f5682f6308a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a210b966b1053aa3d737c16a994272b08b0cea295d45bd3ee2e410c6dca7c8db_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:43bb193b94927bff58398651428b090bc9cd53ea6c7055e9946b6a7fd48aa730_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:881900ea9fc4802e9a3e4c289e9a577def637b87ed6e257899a71ed9dc2d2ce0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b47d1a251e2f8e82f9c09ac3406b44a2e3e065ddf3ac97a06de9a1e23055b234_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:cc7b9a5fb830ee65ac6e9ed79ee39a922e2c102f36fb13bc0d78fbe4d3bcfb78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1cb82593758e8187e13036cd130b39ef538157e012fedd8359a9f64cda2bec19_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50aed16b19f6b60e9b7e725a92446a7c3b7c9f79449b7cbd06a5c0932fd4a321_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:53792e7abd1e258f1e055b56c58603540bd8ae40b8788325ee5f7332c4b00c0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a091556f611ae46916dc04ccc419d45a0c09cc1d43230bdbc52fe789bae82812_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af1890680bba55460f1c1bd2f7a832c904160a997e24176bfb4f9523656d6192_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ee5d13379cc95f8ec02e70e9cc43153ac93a977676287b3459923284cbe926ef_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f092d533e6b3f073f4f7a4e4286da513c1cd4763f6cb97fb9bb634518129195f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fb0f691d59ad525a8dde21b05dba8278d7dbee7c55ef9d6f3722436d5fc8b4cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:30990af1bd55106faf2f5b24f8a09eaf350497b9f7abaa19674829b7e59ce2fb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:bf009af87b227a304d3032fd3ca92d6951cd937769986ff3fdf81b4125d6ddad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:dcfd37fc9bf6a75b1991799cc156f7d32e3407ad14429e9dcd35de78c65bac05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:ef74a6f99a815e2a3cfdd0b2f0555435ab120f14ca6a9bf360c686e1e8c84c57_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:33e422161f4038a1c731c70dfe901ada0b6822f036ac72fc11d3ecd4fd6a8574_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51abef5519fc47502431411d68d27ec0909e678e3e340fe717ee75d1e7a10496_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5cba745f09f3bd6b8028c6773597cbb30bf3639a84f2b4b6493fe20642339a2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e41e2bcc0237572de7d2ee7f8f285ea6bc8258b41983730358cce4c9ea0d94b0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3b82dcd8138716023110808748ceb74e4503bc18200a40b2b37aa9dd6759d027_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a101d0181a6762eec1b4c98f0e4efd497a9c2d7cbc8405d6773a002da3132045_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b4c61eba28c737f75f5d5fff2ddb0d56b347a97cab668be418094e35d89ce8b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:eb0cf28415802d40c4de0dca4da1e120f6ebe1f26f9c2a7a9ebcad033f17558e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:85bf7c46f7e95179b5d5b8e026dcde53ad69fbe3623ab71c0029e58c76db982d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:929a4a9c96a08b57fe4c315deca55c30d1990c83e34b8b5692f7646d29f715c8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d4229e4e1514f48ff347d460e42881d28c465ddf37759bca280c93cb24732c1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e7d64a650c9af674a3380194c5bd432f855f30e8bc59b22b17bd1c723ed77a6d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4c83c68e8a756091131bb470a4488a63338cc07438817a7177a1a98dfad98ea0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:63efeb74d0236fdab18c465ffe8b23fc61bca9d2fc2d4108cd87b80c011755b0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6a849c26dcef617334d9be5c640a634036665f6eb97bdaa8e24bc1a349751c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:993e2f3461a95c280d5fc8c915e1cf046010df4e12ab08904af3522bd624fda1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:065827a327073b8774eb73d55702fa72dacc8f38d2f406370d47c94928cdfa8d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:77a796dc66f2f059168e7c6a533255ad81e67232e374d3d27bb9e6ad1fac9a7a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8756e4d69a16e3b37c6fd5467ea9adc5ff3d5095eed52f962b668f73dd440d15_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9ed2d09a4bd48bad99f11bae4bd7f373e5b16563ab7c157ace08aae09ec12f13_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:05fc4b716433815c10652c7842f818009fc763c4f229646302932a1dda25f93b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:38530fd3dcad320b59cc1f755a1bf501647b2188c6177106940290328c5a9fed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44d92d0588c40d6059cf1335b86c4d9099ba816677042a604b6d6ae6e44792aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c3a572a2a61d7aed01445338b732ab5aa208f9b701dedd1e3d4ae7f92c35bfc5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2bc4862d908366b5a26dc892dbd68c4224003461f48f4612ea2ac83d6f31e86d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3a5b99c0a32df4849b7f1326dfa15a582cf308522aeaad3daf0b5882b6c58727_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c71249584f9eccafdd09bd2ace60084ccc0f627555b0ce429636591fd50bb4dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:cbbe9e3c5b374c6ef6808e1d5fbfa0352dc0a17327548f0cace17a55ac2cb81f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:025cdf49c462b7815f8e0882c3a931663da8c8ea5e3b465c153a220c64fe2b7d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:32338ebd8317eea9105f219870dc27e742e8534a2cabdc5210b2cddf51f43bcf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6069013890ecc2cf91f8573f92075a7f7e34af1c94a1b580cd62da19c6f5f099_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f789a14b7ec1a95704069c13519f820dfc2b8e1aee17c3eb33e2925ea87b1cf7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:32256b0469b4879a7e03a1f70a7734fd171bd645ea0ceeefc6e3d2f1ed0cbc2a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:671290fdc9bc2df7c485b60aec239c9418f218838d26f092551f6aba00be2c58_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ccaa50d1b8159c62bfe88ff283593c5cd5faa24cc3608181d3386bff9cf1373_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f8d05316e041d37181c14c95b5f53e52ee1f44531d82e6ce51b36d2b40ed14ae_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:088154f10fe362dc5ab4a5a4ae0f5d7decc4823d8d0b3bb08d9e9f984d916bb2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1701d9d3774553f09acf2c7bc9171799a0da21065116dba7a9ef5b48482f0954_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:274aaaf2f16a0e47f5c90a8dae2da594975f800d830b6ea4ae5751e4848be056_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:81a26c4a4ca9a3928be5f260f079c132e9fd1b157f382a5e83235cf8346b4d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5ee95dcdd569d20639c6d6a683f4e4bb9e57eb73d1b20301e0045f546f2eb94d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:655dc12eb12097b50fa21a234631585c37a40e9c6167d0b57f0cda388d747f48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b6f8274b05fc2e4194cfe2dbbde88adf26a1afcb79a49953846f1487a098aacd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ed19170e2e727d38873c26f57e174dfe58fdeb4991022dbd9d95b342def8a159_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:9f241ba654e6bbb7c8de59dcd383849ad97588bbe8872fc3c1b6fade05f2cabe_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:be24d41b1aff1a24d447b4d53e941101bfc93579b17ca22a336b185e0f4fdffd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e890b6f96732469b2ff4f0cc2c961d86c7425216eaa4198890420e009de054bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:faaaed6adff75399138496067b2f25ec28d5f3393ad34564b294df2df2645f23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ecf2c7ba1faf8601f136f7046533b2e77314fd3ca7014c0569c169ad3270d01_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:656b4cd637426d6c83a00a3ae5785b2b2f3f8030d80b8b40eea0b8ee897a3c9e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:892e0c42f336e87516f3cd2786c7341669e6b6fff57574765136d6eb113323c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d64a76061cdd30055a479cfbbad10dec1b900071ae975390dcca0d04c1cbb895_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3ce086be19f08ddf0289d327e20138696dd55a55aae0c40649825cbbbab1f311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:641a98231752b357111f61c256542cf6568b6f6534f90fa3ffe56f4eb434804a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bae7a33f8db8a3d4b3c4c05498aba85a0ce463f85322067c48e79663710e616e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f01e71534fb0a72ac01b129d3c25d1c1d4bf305ed8d76b5d01a57b7e8030614a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:535edf224b466658032d4c6c50906ca2235e4a24b994c0432c948362df0d27e5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:84bc5649b305c3f87ec9429069afe941cf014f310743ef7cbcb5f7e13fb38198_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ba7ca5f611e198525714ff84a1c1f4b8d37374c1a9513d82973f98e2c48c133_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3ca2c65fd90f18e20a86ea58c784d9af5381d82f61d1b5f65a03950bf1094ed1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1df96ac13ae66963ffe5fe94b4fee3dec2b8118363f8ce0835b2f64c30ab4378_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:fc2144cdcb530e7a3ae1f6a9caf55f8b3ba70379088b42f4e7e2a73404519c24_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:361d54df06f6f78838181645f71125aa6a11c689e81774cc8b49bd5e5806bf02_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:420c12f61c53e54eab2d99476759c0de339fca98ce0a3a782bc6545cc0e97a9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:37129ee769253d3b028328a714d6671ed53e1e17dd919a44a4333eeaf2f30d3a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4d6ff383eeffe6195b4621346e2dece416df0de8e2698497677e4b6e992773b8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7c1b814330991c9576a62d974bd1adb12e9aecc85cb388fe403d4cbaf1237310_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d6d8c151d689679c62fccd1b86842149ecb481137e07a561b363d9e1c501e07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:74495b78af3e2c9d58b8aa932bd579824ca7aa838d40b787d0fdd19b1be5bb4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c0fae882c7e2f7d09431f552db5d79d4f92dcf904166cf29a02dc00e7cf2bf73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1ff844643ff6a56c9d557589b8bd2872f5f6f3f55445304b3cb26fbac0c5a7fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:63cd497843715c479b029156e54071aa31001be82a8d3e521aed62c2e4c372df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:d0e62d7b46c30deb11a4c7529173ee4fe9a36c2834a2be92f8c0fd446c216253_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e611b6763b7a5a01ea68410d5ec0b2d554bdaa13a57a39312fd5daa014532610_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3c477ff4544224b75134ebed5f78f1d3254fdb47e9523e214eb30c715adf45ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:c2837e440151085b2efd6745553ce2f301f75e88a8316f016b8e56363c64d2f7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2760ac36f99daf4c7085afd7c300f4fd771e9b3421fe3112dcab6ef571109cd9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2dcd2973481a339415e81b1314bb5501866ce46e037022bbe416add8b3be7635_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0540e2036b05c8ca9ed57f57be05bca18088aa6598b7fa4688fe40333a9562a7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:91dd7adcf34d1a7a6e295ba4fed51968a7538ee7d4b46ddfa091aaccce9c059f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3774a6705af8df9fdec885811b526686e4fc45cd8d166e14594b93caec2ca893_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:e8a1c6d3b06068029f460d970339f0d3635d35523b35fc7231fe8e6bad1d6230_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:514406f78dc338ca93f80a7e5cd47750a7e1d2627557fc91f25edc070e328138_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:823c850767a3d1a4a4be60c78fa2a96a6922b85c3be297f5ca17ab2762d50d10_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a37d58a6b82d3805f887728df9ac344a45e1b31c3427ba594b0d6d2caeea5734_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:ba7ab863dce6154968c477ec2338721d2b11f7bf5665f2d665a814071576f02b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bb0885966e25e770b917709e774b03e136195ff38ca5cd5fc5a08be4b0c8360_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:559dd55ccf9a1d88c20bd409112059c8bee1aca08549eeed467b9da2db92a6fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:da4bdcc48d05a85c6d9ed8d0694ae4d6615177b1f62213101ef5b085883b971e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f19fb6e4787fae880337397d8bdd61f0f692b7354f5fabbcb26ab389fe59f37b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1ce171caebe7dd40121e782588cdb9d935c21b7b6d654396774e527b249ca69f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:570cd71b66021857236caa3bdbeb76bee7be7eb86b86a61c991bbf3c33e70d5d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c9a23a43e89072655db7d4552cf05b56f58500f4519b7c009f03aa40f7eba3dd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff3df4385985ecd795a2a3f630d4e9f05e9e1721ec81af79e01e6bad3b6d23c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6e28ab6b9793141fdaa233d933fc74357be36a7aba70dd3adf2b4e05cc00cc18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:846c19bf9d409fae7cc5bbcbd7da689e51adbe7cdc9921ca92da15850de2aaa2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b0c73cc6ba08d67c6ac05a2fa566d79fa87ff57a7ab43c2364ae185c95ec3401_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fee761ad9bb40fd0b1975c09512889d1f15b8f2ea0331a1886db10fa30ffa01f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:17c09e2dd9357893e1432fe73d7e74f10b86a8334f53f28060d1620ef7f7594f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:309cc69f2ce57234a2f1148820e843a71afee09bff8325f984f636fba0a49092_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d3ca415e8ad60bfd240875766f0d19957750ae596c28ec3eddd3334177e6846_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e759ae5810d0a95e50a22df7bd4206e62b607f0b77d0bf38e33847e3d1deda8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59db91eadf1e1e5343777be43ff25fb712f300f9341be48ba05f45270944536f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9f603421dc6702a6b3c118d445736784c24978fc32762a390ad2c369749fd83b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd6755d2567e1dd08bc0e5e0791fdf6c987dfe2b9f96c8b79c3532e6fd9981ee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d9930fdbe118e98375cc7d99bb06dba963c2fdd907eb0ee64f798b6f0244aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:431eaf01f365a9f05e0feb4393aae89a6e044dcd5b8c782f5cb8967b84075d03_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4d86c119e5701a3649f87d2967c4d799bafb537ff0dc9bfaf378b0502c04b135_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8af857fa348fb2a03268090bb76829a9f8f57c351d07014d619b633a6b0550f6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bcf32897644ae23400c90008562874f9f182ae551c1a7e30caa2f5868546454_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5b2fdaa6b1b8d07071e8aace6e31019ba5e4b6e5af3794b505dc1974039c88e0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:73f15a6e6708585f464639bc7da19a4b95e167eb9b4790fafc11b2b9a364b3cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:858723d36537d5e87cb67bd516cd8e6166c7e2f87b57f5a73e43405db808750d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d5a18a7ce2734154f93135cf97c87df863396b90235e8b9b7f4d078da81b958a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1755e40a20338692ce6861f2ca99e5a8fb93bd592422702c9aa9bc29a60a4a9f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:84831b8b0898774d7af5c17e37dbc85352c17f603154ae147c9f1d034b39cffc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ca73476c1185fb2a66f88e65ad1d8444e4b984f05448ca2fdc88484e715f9926_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ec8d03c165f6fc1ec3b24010f562d07ae58fc78ef1fea55944e840272d70d3a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1247db972acc151336447ad04d938675e85532d6260fd2021fa9e505c55afb94_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2372a2bf8771434b4e2fd6464fff45ecce6aaf0c7e2ae6a8d15c932363314ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:37c96d3db74ad4148005adb2b39cbb2fc1a530cc257257939ca77b7fd484be1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4edf398bae60bf0f5cf109ec6fd45f5ce88b85316c430362999f025df53b6f7d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4eb716b0439738e114943e5596a7e53957b6cfbefb78a814a348d39fccd95e6d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58b922f514fb7ebd0aa1f1e8322c30e3521fe9b03fa6cb2d79ba9aa6e8dcb8d3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6051ca1ed44645876383706c2469b88595dce3935b13d0551dd99bd342687a56_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7b3c0c5bddc3d5598b97b39f9a65e8fea0455a58ca76fd1b1cc6d820d043323_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8fb903a7a41d0ed3ef7510d84f59ac8fe121daf3a259adcaa8569f980c2f0138_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9cc9b33005d08d8a61a7792cbffe839e4bf7ec7cd9b1c7b449f2bb536c84fc85_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e984b67d012461c4fde83f7e4b689f4811d10625d8b6d4bd8139321b9a948f8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:fbd9d5d870df6ca95974081b50fa8f8b787f2e8bece7d9c9b14626fdaefea50f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:16d1b7d93110417b33516a8b140662684bc442cd518f754829adb79e6981b543_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1f862b5843fa2ff7895472faca5f077b39c7a3bec3e7c6140267e8d0093f7da9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a23756554c7a42e88f24a286a44d009f38f5101d461c24f512e6cdc2f7ac0b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:aad98e602fc7c74b4fa1cf8ce2905e620550b84e51340f880276b5702caa963c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1be27656b47e2016f664bd987f76745deb5a3b6aa9fba531ce03e06c861bb880_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d3e6d1af692ca04fedd3795827832d568aea4f0e077e7de6c100b19db375fc25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ea65535f45747d8032b598efe227b23bd090925317be1565d2949206f2c70a37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f7750af0ee5aa6a3a880282205b0045a8e3e0394983617d331bd6f081ec012b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:40d99987d8f65957f6493bd47ef5d952f413d8f086557a1be8ac98e1da0f1ca1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b7891c3e326496b28a1ddf28470c4e75c2d5cd6b74bb93e5e78f4fe74fc5013_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c527096e0414f5719d0715e92a64ac6a2e3625a3fccf74be5c5be2da120f31e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c2adcb822b043012e9f83bc5a6445826986e0edac5bca4628a9c23b82bccc906_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0958402c10b24bd680e866edcfae3773511626c157b349a5f25a8eb38e544309_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0f1f12df8c9df808e03c9edf6aba7e618c2144a9ab202bed34b3705d4fb77f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:17f9f36936cb4ca742d9a187d119fd5114d00bdcb395698967c9576762cc420a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4b0e2b59c83be1cb1ea523912bfea1e8346fedcd6d288bc7d2efcdf850388041_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5240dcde9cb82f10ec8e183f0e8be11d6ea242ac099cf9d247ac74d5d4c90d20_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5664bee1482cb2137f5fe2731f98ff97d9dc680d254767e6d8f547f5dbdd3b18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7406e864a51c4ee732455a86dc248db45cd7c6c7572abe06948167a727c555fc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed0ef260da4b260b4313bea1092c8221caa218290dc91412ecd9f6788d2179ba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d3135733d0ad336d8aa0033e7f85078cc3cda54badaf921bfd196e3013770a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:980bbe8ad120cb4464101270c36e3daac09df60870e49fade8a6639bbb940913_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b92d924cea4fdb2b6025e74f48acac261f62d86f5ae5de9f91af75768405d115_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d337a42ec33fba7ef0689492470e676988379ad36ea612983a1da6d94280a6a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5f4d0e05f6ad50d2f91f7f3521d196966af1ff844e9b7a13bbf799c37ec2c372_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7eb61f895a764c6c7b719b1db5f4c3d06bad80c0c425c5b5c4be4601b5189272_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ae0c8c2942f80b35c9556adf238e3f47393eae12c4fafe934f128eda1bec9200_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f568ed44e6b3feedae3403d3a7a3d6ba1ac14021846e6930c785ca7dd2de05ec_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fa7690487e9697b3c1ae187ed0273f8bb205d33738966e7c239092067656daf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91ecd1c544dbb13444e548ac01cb12d54878c183fb24b0aa192d5f81a558958b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b9a59e575ee37fc3e7df9c89b0a6a8d2d2521ed658c579e1d7d4c7e7c5081b89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ec4a10e8df28a6f5f5d3d09cbabdde4cc4635b7f62714244975bdf06554942ad_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:12ab4e70e3ce383a68ac7f5023740794c3c08b2c65d3a11d305151cc341dc6c9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:43feae0c9a70831bf146dc448dbeb8dbbf50f0d602430f662ddc36d0eb70478d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b7a33723079067267013addbe71dd0357899679eb3ea6ebdb7d0ddb64d716c2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:81c72c09f01db255a66eb2381183ef1397b9ca2d8c1b18df700361b3d1282956_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:07cacaee7d270d2f10e17bb84521d3049ee2ee5d267b3c73f00b1d00383f94fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8be5583b32e816493b2d2a0851233cbf7c799f0448698c660974252137ce1031_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a525aa9142521b2312fa0a4d5b1da00ca80f99d806a1f1516246957d605a41f4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f1117b98b070cab87bb928e0dd6af96b868c6030d52a7188109a2b6d0648522f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8490c0b65e33b7340c09b989b8e27d9910596447b08c139c80d4899bf1cf00bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:be55b15ca0bad8dc27145d913b595095cf2453e1267dd91f6b92faa8d4513b78_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ee18fde873411c73c4a22bed260549d0f54da6f8c6e39c90e3a3840c8ce379e9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ffe1e859238c4261a3f9488f4e0aeb740cd8c8361621d5705bcc4240a7fdad04_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:24c863b1cd77c3d34568be966e7b6bfda75c20a3ea3f4f703b17fe815cdad209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:799f5628c18e77a49c08645c03179046b5200c8cbcfd65737fb59668132f393e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7d568fd238140dee5147ddc16fb5bfad31191b6211d63959561195c364ad272b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f4d34842ba667ef72d8c74e322d49900351b90906ba020e2d2430e95ec3afe94_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f92fc75a730fd7692a14f7bcab55c5c90b706ceebfd2b8235660785c9a2aada_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:83d47937797e88a0fd681005cbf43a1ea3435e74e98ae0d17833b02e51baa870_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:94f4505b8f76cd20fe9687600259457bd8a463ff61682c33cae85eb793909f41_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1fb65c59297f7da99b38f934ae875db79b61c82eb05f795087f1bc67767e339_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1ef6e328e0b7d645d623c342a53f6cc71cc7670a1ccc259755ef02aa957439f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3083d38fa1ad20012b38202ed16993f8edbd8c866ee8f48d1b24af09ae677458_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:469666652d32a6d117acc1bd43bc741c09c6a0e6ede1d6ad3a6bcc5574440414_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:fbcfaaaabe2e687f45466faf45e1fd64070ae703637d08bc20d6bf5649cb9bab_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6bdcc1f7e6e50262cffe8fcd897ca21ec56aa413c569f831854b2c1626b350fc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:84cb1ae482b9f0749e117bb0d862787c4ad82a10c2aeb09e2336a784bbdf2a8f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8bd32a78028fba3ec58c8e06002175e743134a268b212e7ff476e7aa295cb26c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccfe4fd1efb8596e01674b6678e721d0275ad5248aca910f558040639f5ea1e8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3ade0f6475226cbd62be3c1394d8f6ab9ac1a73eb61f2155b8e324ac99fe6a54_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6fc058174a1f77314740cbaae2cf005fec6e0ba6b5cb697833bca34c56cbd2bc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8cb5676417840787e1d89702576a5cec656a16377f6ec7e0ed70436fa75ac250_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f907c377d864743285c7c07a0988bb9e2839261cee5c323d02920da13b4f3bde_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:060302b9848161471e3862568e618d17964c6113ba1c5b4da5a05eca97496b82_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:117e4509b4ef20647dbcce8f87752b9950a490971baa08ccd1f75c1cf4de0df6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:432c9593a40a98eaf05603cd693b8086804ca2f7672e496c87023d9454b46d55_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b06f32d3d5accc9dd3835fd154b6737ad8499b7dfc7f70d60aca4859bdd7f18_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2efa89a76af7c589b3d2861172180109f07d8d75ddc21e91b8e90a7e1f9f936c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bb17d0e7c649edd01db0ac4cb5c2ba3f9a89fcce62e140084d1432b12f30e676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bca23cbfe55a049f35a97a498b7ae8d6dd37287bc167a7d9a622a6184f64c54e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c0803a6a6ab99fe404eb7d8d1be43f6576c620fd8f477a4e9b2f348f9005b55c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f927bfc2c4d6a41e620dfb5ee9b4d7951d33b0ec82a4af41df4c16bb98ac641_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4af99f1bb4b32c64490a71db410538982a4d718c32ebd80be5d501f2c372c178_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bfa50a5317db7e06a68d525945e7b1c04ae663e5bae85077b8e07527506a0863_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e5d2f6a49cfad66dfbff997d0b689707cef03745e6a0206e9b9342b1ad5b6fda_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:47b1be90a6fd038e39076ee7703a3f0dbfa3cba2ace5fa5c9ea5f16963f6db05_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:590103735fb62fc1238906d5fc34f0e1184adf07c80921a3d69072537a22bd77_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:87efe06afd1f04426fca7f86c0f74c4ee75c311ba199ddabd5b849b877bc59fa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be3cab3b659100a79fe87f5dab5be554d59072216cb222c47ca34e9b75fdfda0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f19d7037397aa8b2cdcb57b72b7be7214aac9790e955765b8be0c3b47187c35_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:140c1aafe7afe18237bc2ad5d38ce26d03d9ae1b02424cb6b0e79eebab68a497_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:36a701f7b854af49f0df3235385228cdca7de01182ff6064a8a2b5364e7285a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f175ee49f51dc4379e9993fecd1657c7a9c4c3dc096772cb198d0212b9eea47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a5c58f7d2010cb9371338e3563d068d5198a9742ca92286318bab5f40179a4d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b76adedf5b6a95f4f46909c14ae3d2be758dc143932334574df874627da54805_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b79765077dac8f0c05618a04db437905e1b999690911bcf42a997499a78261a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dd780a675573228a02daf32cde8e4ad0d2b6fa111f8994f525a7ddf1fe619b04_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089903cac74280f3547fce8fb816e9e941290be17b4fe2e81bd611c440785c1e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4957c9222afae8eab6e704e8b71596dbdcc18e6facd14207593322cb6730fe1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5754adfccd1fd6e7a9c57c7bbd68b1d60f765988a944a6749843e7e60973b00e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f95ea5efa6e8fbd39bdd015be7f05e3c19d78866ff22ce456493e8f79139c03_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50185b17c35ad98a6e2187eab58964ebfd13682a6bd949832f66422dca20e14d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5bf4c55854e1540cf2cce19487fa1af2b8025e2d886ddc311cc28d1f6e468584_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dbf61de7de5053378e48383e37cb80ccda5a015bee6b8c27367cf578381f8cb0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ddfe1c55a682c579812f523604adbe84040f8f7318bd3aafb5bef9a9795ee1aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:59a0f0b59b9a8f359e7c3dea0909ad905c20b83159075709247361193a600679_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6fc65cabd9135bd19561f40c35fbc917abd7ab51683fef41f9171b75d9efb411_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:7e63349095c3391a6d2a6116aebd7a972c62b91bda8791c8f3d9cff8b5675b23_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b85024e097f045173e6982539a1317d68c47657980fe92dc99e8d7cd07f4e6a5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2f6e5df85e92f2ab2552091462caafe187d5ec33026ddea20d09ee45f87cdb90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:596f56527a797d8a89d561dab62d4d7e3fd67e3f22fe59ae3cd88ddc24e1d101_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b0090baab502357f68f2c1a8ea9f3de28b7b5a900e9255d9e2d157b90379a0ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d8567272141a9c11d57d1d455c47ac07ba03a7c6e5c003ddc8c5acfbcafaec2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4a610b3ec2300f5dc79329f33841615d5014fd8658256cb76cebfa5c031a98b1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6b1e35a37767796817950981982a60a6e64fe3b500771184b19c8b8de639c678_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c8c1df613795d2d1d6ab52b601ae2517f76d4e46138372d9213fe6f8c7d8407c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e9d7d4c54af718a1bfef79a3c9541dd9df499813e4ae4b451cdbcbd24e17a3fa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1167189ce8fa9c6b3b8bcfde78a88b100e6cd9ad9ab7a58e61565fbab8203311_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:36c3f0c07dda370b8512d4e2794907b70e49a6a11b1eed150a7f3a7a2a71b2e1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8d3eb608aaaf948d91af3551e9601abeb5475fc0f4877e5d9bb1b14c7998e31e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ddc75447cb146be8a299c0ca9661ff0aaf2ebf4e88e03c9657da8d861faceb9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3f2198279c7ea0299296ae5dc0ab1a2f2a2c06efcab2d1d727c8e128cade72c8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:7d40775900414fd224f43161883dc40d279e5e2088c388f269ab6c2ea64e6622_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:98358108171f95a1399c0fb0d5dd1ae290ff97828442d128e4f104bf247ab16d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed1f74dc699913dcc8f50e71fc6b5f4b6347dfd38dbe03966c98727ac1a0d14e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40ea764c3891aea1bb2db463a0294fbd6167c47f673bba7128afec6f282596c0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5983d15332eb4a92faa0ce75d09115e685ad34eed6fb4745d2a692b4355609e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6da41913aa8a780af599672cd910f02abfe996ce4ac76ac42c08847ab9eba2d1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d0aa38cb37b05159ba47077704772bd81c71e5b4a7b982dcb8d28cf965091da4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:77b0ee0b599a34f8af5bac4b3cb6ff43e0c4f24ac68a6378ca5b7cc4d1a05169_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:79a25d8c8df1d7660a1aa64a75106e01e0334a2415077ced0c7b7128b5ecad2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9f5e68880f00b4a2ddef1f00f294e5426b35e4e5f435e7666ccaf4ae08d361bd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a69daa4dcec193da2e97a23f137e7c54c716d0d032de61e2721dbe1f82b14055_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7b8460f11e636fedd7fde31d319009de671549444ed1701aae63f9d08cff3ec7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:7f74621313ceecb77ab7c1b02954516a26193d5111bb0078f2c8d60af34b474e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ae7a9291e301a3e50c0d7e2623f8353dc8f48363a0b2bbf9866bcfeb667b62a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:efbfe662fe0ea0261964a40a32793d8d1a1eef6b9b11373ba2d99e999e527676_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:074a4b6de35b6ee58486b6dd8f70a182e1e497017fa3211e378a73f8295e5b97_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:2fac754deaeade3456361eed52e344318ff16d04819384432759f0ea35530114_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4f40c0033fa3e71c09b1cbea3ebfbaa0248d631bcebdcffccc4e9ac5322a1c73_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:ed691dbfedc4a52e5c5c1e767c29124e1a29e33d10281b86b5a1782d81b565d6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6367a3973def5fbf191e73eb115cfa6f16e02200f6d1485a457a9e3d969258cc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:95603444c132d5847d54d9f1c69b4a9e01421444639adca68e91ffbe11347866_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ce3d8211c0bde5788a4fd04c3eff31ae591437ceab2b3168dbbdfe408673c8b1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cf97c83ba080f28ab4a1a0be726b70acca30f0bc1c1565c8265d573c7fa87b67_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:118c3f7cf165e0fbc3bd9d3715b7aa4eafb80993875c47f80cdb7f395f792f00_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:371181e060414072c348d83f351d98afdad17f7c089e8c8fb836ab3b55456a4b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:cdf44883241db883f4f9f22fdc8d5f360e117eb76ac357f79014e274ab8dd22f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d8cbd6906d201c4707507510a925090602b906c2b05ebba442139a22f46eaab8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:941beeda972b3b5ff06e59a34c59fa94db26ec3738c2a1a08e8dcb56d5b61c9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:eb6effe5683f260d1f0feb37543ec0aab1cb5aa48a7c2d174555267722e2da61_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2fd3833835ce61744114539f3fb33146bc8047cd9d04ad12c5c2bf61c560db75_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5b89396c3bed57975eba5788baa035233d388aa1c6862dd8ef650bc360d79baa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c21be0fb03ed23b0a069fadb57b1af27e199aa4607be270c11569c65215c633d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fc6f351cef63f20d32cda67662ad9837d3db6ed12e5e479d04fe0e11a160246d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:276931386057263bb2628e9b731e96848c7ef24f6c852ac2d8cd155fd1e852b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cff65c80db1e2b67cd7b15d778fd046619a2d0071394a021d8c2ad15dd2c7ffb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e0ad248fbe02df9bd48897f6e94418abcb9df1be44fe8c64fc2c4959926bea28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8b501b90e1b8b850350533f6ba608f442ba13f09684364a0f63d8f30eef53e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1c36a6c4b354514d28733930bb90aaaacc42c0a70fd70e9b8b1459d180705984_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3aea662f36dcdbe263c177bf71fb8d34e50d0bf730b10ec8d918785633e11036_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7fba13bdf94e7d122793e1a4bbb7bfbafbb91ad6d003cc448dee0e1fde32a5b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c5c5ebef231e73ee73bef4887e06b36b4cef72933f71c186db4520ea0997b809_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:97dbb4c44d97921e58eb6e51ad31b818afebe58ba041add277b1f2edcddf8bf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a91941308b521c08bf30d0843f5ebaa8eb8d40c7802066206e91620c240f6a53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e4c131f8190c3a5ca0f1bd795aa8a00e02bc035e39f2a3c3889d0fe81e7546fc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f7510c00ca193d65312288b1f09b9518364465f12a82379cd9a0957bbaace52d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:824a3b8f78e19aa21a9f6444aefe8e0b624886cca18fe828b13acbab55e6e868_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:ad8b5d31ca78fa1b35ed39466bd9efc6ada94ff7466ef9f842faa969322fd103_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d45ec7f9e3373a08770db469466b5f0c528d027a2bb4a9d2e93e2e858777a126_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e013792d849694df4a354798ba79ced4a6edf2fb9cb42049d0f7f416e0ecc88e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0a92dd43975f972e3dc707fb37854e046813531553038147e9c90d54a8d9df73_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3edb883ecece54679d48fb9305c4a82d96381e084dbf23f5d9df3757d8f1f6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e68e31b58a07716f6ccaa53f5bfeab24968ac241c706f96e6db6bf28690fd1a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:fae080f39053d44c4aea7b03c7dd3f97c8b75e0ba35e2eabe189db48314bebd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a1377a0eb9a65a5f52dcbe11af2df83d0e619362fc0e7eb0df4b5fa2c32c2793_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:aaf1c85d2f5128a141c6a30ae1daccf33a5ed06915b6c1e41b0f598cef403460_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8b435287bd95d60c4a3afdfbf6e0de331beccc178081d6cc306811a551cf673_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:fe39cefea9d66af44a396fb81383616b791a9bbda57eb3ee7a554cbe9cf6aef5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:01b99ab882db15b0ec5099287870b8bb3be970bd1160700a4ab509a36c8f32a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:47b853663286d46037bf74bfbfa64df2db98dd57bbdcb86d9e7e2ac5908a5636_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4992626b5bb8414aa9542893d97076359656ed487ddca15fb0e5f94449ba53bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55cee07fe7a9472e007d092ff9b70a1f1c2c3b4c32d6304c404c93a4f47e61a6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:0107133afa4f7fc6e386f45a4e144d7f565a9dcbecfc3ad8b1780d44558bcb22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:294d5b877e9f9f1bad4a98be0743223a44b552860c82905ee5470978eec568ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2f0f92f91c5946b0730e8f15aa05da4b2746b0c50939063145f40c336ec38f39_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:985c22b0168c5101cb2d46fc6da59f34dc36620dcca1b7d961ad2ce2079b3cbc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:10eafd06ba81d9125d5114bd573bceab7550673a7b4b5628bf14d692c6e59321_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:944d9261ba7a143131fe8267c172defc5f37acc1cea3d4d373ec6fc5d8bfcc31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:afd72daf1618e8225e857ae8766fbf2fd4280fb9c90b4f1ee642d6cf2232ccc7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e039afc0240846ff3427be381f2a5f281e9bd44fe9ccb0689932122063db3b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:13848e3113470077f4413f86dd5994ec66fe14676a996baf75a18fb30c347186_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1d6893e0b2caf742ac56552c365d1d9ab2e1115271017919137f2b72de7fa3a2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:aae8603f8422e6be08256976a32e1f466561a8cee26705b83c6b444a6270b195_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:dbeb8529e0aad7e208b0f034f71441b8b12324d0c008f5d7006e7dc3af557773_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5e9c8c5a1a6205833e79e16379dd8d5c6a8b879ff8004658a3045ebeface36d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b555644d8b31c67d15c4c83f6d57b6d19fe73125f72337d27cc7b4e24e233aaa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c67a635e68738c628f6c31f3a3ead69baaf275dc9c183f762a7838a82260ea2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0848d726ef55bb116ff7f7649a473492c78039e25df834832d18c200f5d4d3a8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c5e130e860d3eb21e78297276c4f9a88f13e0408c2f3dbef95ef7d945b47dca6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ebcc632f4cb9f614b68e954f8f41c468372e83c42f74351ad483ef8dc88e56ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1820281a8fd0139e99b4c564a6fc1f2731268dd32f395baee5f0f888126f3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:47594e806f742ecae658fc4767c0bc364b7afb08ffa5076e010be0b295df998f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a627ee317a0903720e943140274a97a8d5b6def357a7cefad697a4ebcb8dd110_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2aaf16c9f548176c4582298439a636b5b502d072a70d30978dc69f923f0f9e87_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:887c3625f9f58b745d31589da4fcc7c9555c31a67d49b125149d5d4bb8c0f2df_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e38ffaf7b97155c51e69c285d0eb46d8f0b60c1af1af4dfe43cc628334f6c309_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1b1825909c37e3bf29720d68c1286b6a1014bb9fe9e1c45d3138a193cebb2124_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:6875c06afe4f3a27d46c95096561dfed3af3f3d4c85697feb2cbbe20f4e80fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9b327d6a03e7f8f18a6d1ab0b21a6ab5cc9c64c52bf8d251f045624430cda285_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fd241d000539e3498715e9e20841d0fc456bf7cef15baa76f178fbaa8ba4e141_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c23836bb4382ed2102ed130e7c0ea18d645a3c3b43c08e8553f1b35a32dc07d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3c39d66d4d567202555e1133d3f37d22bb5395ff70f41152073219bd69394e1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dbefd9b6146c61c71a3bd73be8d74586dc10fba8ea92959bba59ba6714d14553_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dcc34e2f9907c5b0908c1f27c7ab32f7d55cb2a635afd2aa0087e252bdc70cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:17af478a38e47bc5100df4c3b82e7714876a8b2ebb3709d4fb776feeec083943_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4007fe06c9740f01b8693211f63dfcaff9b32159ec9aeb8315ee5332a34f1e04_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:963a117bb0cea9b94a1f5bb8800c292dedef01736289f6b7022865b8f90e78a4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b6a0444cd6576f48abb789054447d6505b7f657e0dc7d854d1e823b682fd2d5b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64fe559c56226d584b1b798585ad0cf2a586390442677cb4ff58e86638b569f2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:771810287721c0f26837903df28fdecae5c47532b847ceb71d7d7b5b7604938c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ef12d07ac7337e8e04bdcdb3ab9d8cde07666ffdf20f7975a8ca4c897a41ace2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f388ce45f25179605f1ea79786aa409fb634a92e3825e1e93b82a386dfbeb92c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6ae19aa7d20fbb435b013cf8f9848b1f77967bfb9fdca598f4e07772694f3676_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b772b4fae807b46a44a1c8fd8b9e061f289eaab91f8234b398609373ed632368_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ef909e8f37cb828e4b98182dff57e462185bc221f01b44a4074c1dfb6d291b39_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f198461cc3f95a36685571e777377b3566624f5d8fc3611b06031d31fd66c385_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2f17c66f14fb1b182b1c652288fee6503ea23227cda2be36b38a2ddd96e9e197_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f14d51f4fab86a01fcfd3c671a8b524a2056ae1af2fcad7420084a0cb0fcb9ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4606b323e58aebee09a47816aab885d0e9db983c79f94d76c07d7bbcb63c3bc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:64f7c71096d7781d49a1afd096e5779ca1c8d299989951efc72c2d3dc8a703c3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c20cbb52ca85891fe62f651e8f91b7e37e0ccc8f8c79f20d906a1ff545a56bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d0102452b943ddbd719808a94791008802e3f00291c105cace8de4f84042eea9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d7821b333fd4b03c158fd07de5d76713770ec0897d0a9006b22dbd8804fd720d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:aadd67f387dde9e6ee88d507756d3646d8466f0af4894c12fba78788d8b834af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:d178d5a98a1178fb880dab58c0def6005892cb8999093af5afadd0c8efcdcea6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4d97bc1b93b735e3e7566dac86c49ab23018c4d12c0c2ee6c741dccbf09108aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:57d5900853bac643c6a8b33d324ff5adafe79d5b871bd899b0dce5c3bf07c5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:67bae54016c8c0d537cd977bd7fbedfdc0851828dcf66e810217584728722c8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9dea32aabcad70372e52c547bc10d7dac31e2e82c7680cff1026cbeb795b7773_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:469a7138cf347a19d0dd30fc8b74833c83ecba83c3d81b17c48aefa840b80f58_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:504b2eb7dd5b85bb0e9a76c56ea8cad2cf0072f09ef492923ef46f5a8a60a63a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9b03c02885c406471ffc7fdb4ae7fe31ae123f579a9bfc6bfaefd6ffdda91425_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b096dc1fd684c82441ace04bf7067ae093684fd055f45ac49f57267989975079_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8305385542a008a120317aecb98e84accd9a68c4d21502eab8e067d79c811db7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b532cefe228e514fa2ef19ca14491fc0186e8852f040d93c80dfd696b3b4dc25_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bd34caed9d7811182e3c821ec1b0c529f98f52125fc55e7b9a24d3803b8f3e20_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:ef210ead52ac262b321e149ee9f105deae1c1163a96dbb09422515acc782054d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:28c74c3914adc968c01d0284ea26cad67ca216539e8d06c8e0f649c482028c6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6bf547be318b166adeb53d89dca25ec925e08ef921a213225f3419bbd90cc1cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b6d23b90b269ac7a80e9058e4a575ea93a989154d93adb1c0dce56111f34b14_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a13d99b070bcc002d58b8d553686ebac987a30bc21a89ec1c95d2e4b4476d0df_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cc8e1708e1760b31e09940cb73c8a539c9c9599784484d3f9dd95d20f108f7ea_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:cff1a39be9ef023e349d034d2c759681bc3a5083a469db00f48098acaa645ee1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bd7a26b210aa0f8cb9f7e075f766dad074d4249a720549d01e3e8acf09a41d72_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d46b9fd8add77d6107c94db49eea011561e732fea7889a7512cb799b7acdb345_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:19f44f440eae0c96c58eeedf5c1c83b72b593c86a3df5b3368e41d807ed3c409_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:47b201e8dfd8ed04a92b793a0aa7df1b5bc9c7f381fd62c1a7988d53b4ada814_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:4c787799428f049c642666b134564d66c437ca145d4d55f0076f69dec905fa53_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d6642b9919c780cd2c58cc5a42dee51697e717e9f1666ace38b3f3bfdff0a7e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:010b74f61a293ef16ba6edd6415f9fe89b2f17d04d0c48d9daa3b05f85612f9a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:598dd451906d18bcca8ed0b95bd55238601b6d8145edd39f2ea121d415d970f3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bc884db50f03040cfdcb4ec9f6b52fa0ffcfef2ae0b781ef10f90e53daa1fa17_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e24d2bc204b6e5d3a515e17170c743e44e3a35f86466019d92fbe33f0042ac0c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:052f6db67d55cde8d871b47fcc4ecc8587220b3908ea2dc44b4d635a57e20cc3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2d97f380a9f5a6d958e55542f36aa288b80b6db6319bae737887b65419bd163f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5be847c40f0dbae41d7fe371028ee7aa00abf930e6067cffecbeddaef667bd8b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8ef4bdf07dda423fab73484dbc66d527ce8ba8cc2d4f99210bc1bc24ea08c0cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6b7b3d973e23c1b5d79639dc1e0a3db5f7373fad376c6d6751516dbd2c64bc08_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:80e124c4eb5b4da2544cebd4d1cb6d0f3fe972b755801abbfde7775ef9904d23_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aea6a0712e15f445e06ac60b8484266c743ff7bac74b4abb87f59bc8f71cb1bb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bcca5c17371caa2dce7e28da4c9fe30163c340fa172187f94db90ea1bd6ab80d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0353f30d78ba53e84dc085e6cc33a177ea937be54cc1bb3249a6c61acd81d680_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d0634fe58641d5242649c44ddba70ed67fdd6d2dcb5c2261df5cee8b33de9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6acf9f3916ca659cae1cfc97ed50ce4190212410dff11e45ec3ba9e67def004b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f8a163c18fb962b0548113eae32b3331748c96a30691dd9f2d49fb58e5d434be_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0df3e4576a1cfe748d024042a0d432d375a4afcc19cd6dd85affeb29c4d3273d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4bea099920d9b2424fa1daa7ac1292c23d77ba840197ac7bacd96171be90496d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:aa4528b593a504a0b64be959cb3d10642690aaad413bf54269db21d17c3d252d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b8da20a84a659164b545949731d60531acaa64f031de70815d77a6b4d970a0b8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0adfb378ca2d5ca0070834d175d59324dd8a7a6eb73c009273b859204c487a5d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65d9070ca83542bda43c3fffe1912c70e67be695c3b640fbef6dba9ad5980d5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a81fc756fe221a05f1dc5b25d0afd61771aa409202c7d484abc10526b514abad_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c60d06a5ced257df53731e136acad0f9d7d0651f77c1c91f65866ef051d5e0e2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:1ea1f03e9c781223168886e4af81a2e166d17a0f933b577e6ae2b476e0752034_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:71523dae2eb18044c0c052fcbc9ff6444ba5f0f5526a958510962f590df9f3aa_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:70c00985c4daa2b084dece14ae2490b83b102ad913f03df00c92bfec5ce6551e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:77d6817ec31a9dc74d69e6374d6cda393a3353dc1c2c4b98184f2b503bad8b09_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2dd7a56f4935b8b5d0ab36cc1b59d6c21f3d67a18227493636096dd2af2173a5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f41de24a1bd79388290fcc1585ae0b08eda5c4b70e23000e9a06a98e08ec3db_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:9bd5b884ae300161b0769de4cf15a8b42a28543068bcd789f4bead7be7aa0108_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2aa8404ef6f5ecbc8eb554f1587ff2c07c52f27f20e31cab58984f0f792775ec_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2f69d4e79b27d3a1a2c7a38e8a2888255e879f4bef395b5f0b10822c57716443_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aa7bb897e6030a4720924cfaf24d41c1c28a39ea82b3a48648506e3bda44e47d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f857a1c3524d96f6092fd1444fcd46b9ac3ddab60cc0759fa2d103f79794ca46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05c107c7b29d03dc5a2434c9e3c376267eb6d1661fa0553133a2157b54d64ce6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:69fd0c34793772ea9e2a00314457003f122d444fc41007ac79d3dc1c8a0761d8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8d679195cb7c5b4bfe54b127fb37714d6154e588bd9583e398c5cfc7568cc1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:927d9bd094c9dc4e86847332cfb285c406e1b8a002dccc889a634aab80ad48c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:29ff8faf52c24d476b71cdfedb85544bb4e267e2ad0029f9974611314a2e798b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f9045f5ba3b8325081d2f2d0211e75396218ec0259459300d399e64cda96c9b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:aef4ab01e40b9f91678fe0b5da2c7465a130deed8f30284d7197541172711a4a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:be0c61eb29d2817d21e505755937a18d6ffeb56b185deb214a5458a694cbdf88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:65c7979b77e51533209f0f7abe1b50cbb4012d4050182b87bc04a23e869bfbc6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9b69ad4407a571833e2f1db5186cbf35a93826024bb0ac655b7829a39bb86ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd8fd75836411684fa8a9522abf433fa49331322e40bd042ce263c8bb3219738_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:f6073d3ffbb497e3610f36c2b0f73a2e53774d6be1bb63875e422e65b0053797_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:00f977c2275f5bf03d423911159a39ca44fabc1862ecb7ae492198ec8c46c6bb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30b169f0b8997d7f59dab21945a782f7e25fab475cb182826f4ea904d8da1185_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6af74dc039635083fbc858d42d67e03171daf6868d5a7f77fbc5b94498061c4f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e310283194fefd4f462fd541be4eaf0c536198f48ab2e4cabf380639fa27eecf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:00896d4576e044bbd84abe9d8f9a50a78f717d3e10f6d843b4bcb564613b4b82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:560d5f860eb8cbf54eb3a6d2230cb1099c7c087769fe39342ecd637bcf711108_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c3595d5f4e45e9efdf990046cdb31fbc165e7d48c300f9604e944b286ddbafb3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e2c5116c39d2acafad3ce82aadcd987f2de71dccb7ce7ae0b5a10202acfba9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0828da90a54d7b044c4aef9636ff54e96b5522c98cb38c6b5eb23b92f5efd215_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0caedd3b5767635f74a6ceb8759605a47ef2ad21a489b22228db64a82225d07a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12aa07a0ca8972285614caa109714a925fab520cd9d65595152f6c8d207141b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22d40675597c7327e1f3856ffd9c7995c2c516531b4a7ed66f0077b2f18fc73_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7c3082b5bafac8aadc9755f30f35ecbaff09c9c7194d2f0c43033e8d026a2609_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c0c28750bbcddc2dc742fb226fdf9ec286d85d3937b07cec43825508019d3b25_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dba44551e82e8301d15d64ed44a0daf1e1784fa7c4124c2151a020c02d30ca8f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fd796b9a8c846f18f54b4d98d53d3350daa59ff1a8e2aa0cfba650f04483bb28_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6120369b975d09c3c98916d9421a4da5617927aefd6d84465f7f8f3263dac93c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a2caf727c9f02b873eb55f73c3c9fc2ee09e7cf858d55fceedefddd78e92b51a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c34b5a245fe1bc5d0e55547af56f0e3ee414f721fe4a49dec3bc43631d9d3cfc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dff40c3f1e79e4d4d52f25f25a4490732e81b89b47b7d30b4c7a5cb33a9a4c29_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:24f6320e78152d765fccc382910058904944789e23ddcc29a584d33d9f03b1a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4d072baa16475986cc69d4b36febb3fcc88bedbc45b0135945252e4ad6c39dbe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7941b5d9a758b8667e99cd9236f7f96ec036af61df5cbc96e16077d36700d7c7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e26db8ddb3cc61c4fb119d78ba6af51b3a591f8d60d36ddbe6b8d8f0b7d70043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:379cfc82eb7d20f1bbf7f1eead898923949ab5db94a1718e6726468ebc009737_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7a62ddd5c610ee2970ef47b41cfe97813be324ccaa38528b4cdaaa893e34b004_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9697bc2258bdfa9ae8c1866cc7eb0b3b46851998db827b121bdf77417a881eb3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fad4e10bf7cc8215f2a3857107529b70d6fc701b821ee748af9daab8a2f030f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:201dc0d4357173dd7bda06af2066f9969fa291cc4a939ed8f18d4a381481e937_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:20d46f0b3ae758d98528097e7c5de0e0a9a3ba22a3053e68436a60e2d45724e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2b2ddafe82db4546f08fe8c76fb3165eafc22ba9c91f44913647b5d18223725b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:de905ed810156abd7d9ae940b50e62b6bc8c48b93cf4ac17370342c1e26f5f5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0fa374d6eaf9217ece3f39852f17afd082353e57d4c0f3652d42de87913a5e86_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2247bc97c54f2b07f53b5a5f8fe433a9ac630861f072115e63a9d207d1926f21_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2525fb910d3f6cd858caa47c5622ce6e1d378e41a8db2d19460909bb8ab659ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8b1e32ce43eb1247b0558230b6e0baa85ac62f1a5e2a2089d40b4fea90538529_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1d471ad866b8564b209214d7dd3a7363c47e9535211d660b63b46abb278af7ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:571be25242b7b52ab6fa32c42d30f033083da2253849a543758b66fe43cea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94ac8604bab97f9f071396373628dcb1fc21e75ede3b0f9da4ef237bac316043_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a25b9df55d70201f8083a0df279c0af6e59be868e889c5e9a4f61720e4bbc001_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:343b8be96d68ef48d05592d0e879d5fefb515ffc309471820a7755d521667e16_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6277dac65decba0ea094146bb99600f479eaf804696842e724de1f1b436f9a38_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:76e0b2c3db3f18fac544fe4a50b99d9a8c395456bfd6d96bc7966be8f9c0270b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b620ef4d601b7eedacfcce4aa6f744f2f4ef7af46931d3c2ac7495ba69f1721a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d9dd6fd9072fbb85fa6f47bd168fff5291a57ffbf0bcd1efda160d30325042ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:154ca732110bd03ba8030635834042cfd5728e5b5d4ce88d637db66d469e0730_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0ae74894715554e7665cbf12b28c8ff93f0d606685ff3e8e8a64b1d431206b59_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0cb220570992631ce578902c9833271afa0ba583d3eeab0f97cdbacd546f4291_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cdb033733772ad877c026a0333f28c4504f588f87d0b2cc7580a7a0c5fe366e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f81eb6347a0bfa910f945390570b5962fbb6ed79c1e1bd4c06018d7261eb13a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:123a1031475c7e03ac1043770acf875c2a2d099e2aa994f02e5d113141c0c390_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8d067b2e3f0d27a0acddbd62b9a374434630bd9d2ccf913478f896e5820f6b99_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a8737960dff1abf85f6a36155a13e9bb4172651eec16fda3e9b75af454cbe411_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d7b063dcf6f76cd0b6a4093d588dac01b99bf5ac3b2a15fb691b752d9a915033_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:08a784b83e6afe54e9412f00eb7746690740fb6452395b5544df06df8e30b66d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2473465ffd5db997738993b7371974a80a364f4a5617bfde17ee09801f8bedad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:98cfbf49412ce9b169f69495da8956091254bbf8033fe14dd74df41ae94fb279_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:a753d374d87ff3d60b465262f1be28f1302a33007693a3c5fb6df371e1834f66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:02dce22e516a411de9a5de707e87f6923ac896b41cebeaa7ef76b4ee4a8c478a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:aa19b84f5b66a4f363224fc8a4285ec5914197d6dd39f6616c38e7aac856def8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ab2ca429f0f363a24c3cb24f7552033a16a23225855e0e0d84485005e89294ea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d041d06ee0151b18c14f3835b7656244f8dde8d420ffd339a1bd288a1ac7eadb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7e6a6a073b843e2f526505809d55cca9afa68613529cabfd11cdf98d581eff53_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:87380097411ba1f010c967357efbe228c26da55fb9a6876f9a123234458e379d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a8a9c5bb027f6429ab5bd9186e08be9671d0459bb1ba7d7de049fc30659aaab9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:eabb1a1d12765fa74f814a096818c8345bc42981e0ebe923430a555405b3779b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2997eb583e0fa7558f8b3c4119e5670d2efd354fd95f849e4feb3e554c08bab2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7dd1b0c840d275d14f0fecf5633e335e4294747d86bbdc7b9cf67edaeb41349f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db1a80f2f4158d82f3d8dcdc62c798cda98d4866e8476c869aef355ef6530c44_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f5592e9795a4e06448f014527ee54505f389cb4147c4aad48c59be8dcdc83704_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:26da48cd1b52a2d4984bb5687e57a962fb137b77c2deeef19cdf295663b9c87c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:afeaf2b8cec8ffccc4101df22300747b3dbcbeadb16c9d7dc9fea31414b893a8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b23c79aa808d28bf7c65077aa858ee252bdb3c729e48d257aaabcae7c8f97263_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ca2a65b32c0ae0feecf6916a25b33b5d7194dd331cc0ca76a38a989c58db5b49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1f2aa1e1026570162984f7fbb634635bcf319e408cafa8f9034ee842a2f193ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:860257be4ecd6b54fa1eaf17baf7108fba4b4b3ee15db0ed258ace78bdf2fc37_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:afcb6ce92e064a8cb6ac1380d784830390921e94673b20f3f4cef39c9c76409d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d2afa99a3dc1bc97fc4671eeba7ec235f8b26ec219564b4c577a11f77a61f2b0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2e55a4156ded72bc9f9b9c047d6c771607365bed326656df4d4bcb9d19848ad1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d1f468937a1fcd3fcaf031cc99266bf7fd1b2241fa48bc2f42e6ba6bb96cb1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f3d1608690d0f49406e5c52d12097c67c44d074a9108ae869938698c9208003_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f6b4aa68eed4529f75f6ca99098676c2b51f15be0f6fa5aabf6d6243db6cdc3e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:17ff2b27fc542cdcb8bc7f84ca5600a3b5676ccd3ee25e3798c7c553616fb41d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4d08f8cc04214dbf841d66eb94ebff894bcf7322a5822aecbe9c8017b2582698_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8a1c1f5890e46a50398cb658f0b3c6f62a4ecf9f33194d55b7fa6e96195060d2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dc293631db93a015bcb978b63eadbddc5f0c53504655c00a1e5c0a0d67f69d7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:3b75c6f4551e7a19d161aa2ea37161b28100cddaf2aec4f48458e1e7b2e8d596_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fcf0db463e4bb5d9e3e829ee770074ca80dc8a14c8880c6bb375f8d70ffa7c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:be7fd6c27ecee48451160e89fbc60fde0500222e7962882c9c22045abd3c5be6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:feb18ce23b2920e06bb461a101dd38728e59bc684562163dcaea7d7b382dba03_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:83dc22b5beea9f74f0f11791f708e47b567f5ea366d87d093c94c6034d331864_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:84fb5d4865eb917cdd76cb1ea02e2dd59056819199d83b6ec5ab721b636ffbb0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:da558297c0fce47d0fe1dcd0b67b81beeab82f8b0e23741a175bd3f6221e0f84_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f1fee1663f3b81f1a9f8190107df67e750ae432be11603da5ab17f799cb9abe7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:44be1eac061cb4178d70c62033edb45befa3490c97fb2e0a2b08d23f5990af06_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:9557ba025d25837802534edb88e12e8bd30cc88a8c92ba00f8f4fc08a7f2d858_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:efe2b0ae02d5b241d0e7e2283d6be35b2111499237d03a2fd51e7bda1c32861d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f326f00c50d058c36dab17d165e5ca52654abc67599f6a574caad6616b3d7231_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1f4dd82e13e779a81a404d739261fdfdb7c007fa24df2ca01c4abac1ac112fa2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:515109f6d52899099221c0503d5889520ca35507a120311272c43c92d4c634f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a9fb0423689f185309640fdc8672a1db7f5e58a92d3dd537c78de0522a3002b7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0b3635419470326c1ecf7ec72d24d3ac24493b3d64f2d7b4b8ffa6299dbcf1c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3d0de67a0454794302104aa15103aa38c7e0a5ac13e0882b239768d5ab1d1d02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:72f775fe378edf7fb360e2c3fda647a269723291104d46ff386d5970fc353aa8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:83132489df0888e6ba58443a802f71ec97180843aac9f9ed7189f8890cb6ca68_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1196133c9ddd54169036ab16d3f6b5b07c43b9249fbdba405823a733eeb4c56_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2f0fddc0276776319488fc9089da51788af47db045c52df90016cc6003422940_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:56312082f44feb8aa699044cf5fae08e00998f1bfe072c2a4c1ddc505fe98107_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:57e0433f702835fc8f702cd448126fe39601b5c88f35050111f4a05e459fa90d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:837a97dece4746658ed1b2da76e58fadb49f93a25ea03f182a2e1f23d947e982_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:44b2ab05be361e6818ee93576ae4572e66fca2e4b7b8251b9c48ff79d2f235c0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f20a63fed85742dfccd31f4a718b229e7b047468af729a210ef76df2c8e409_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:55e69de8d651563091fecb81da4c0c7f7e8d4f971f371a15322a76c9c0baa1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fd412bb3162a3698533cd4f31788ed889b330ddd041e78a91074807eeece6873_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e64892fd4927dd71676d5064c56f694b747ee9714feedf0859cc27161fa5caa_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:76f820bd9bd138d29305d545d7d49bfe63e2923f1fb1ec2e8eac81a388359024_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bfc82dfc7af8c89cfde3c1d28ece2bb747b0d448e2217d8c41b42e588031b3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c48994bf774ed46f7bbc275c124e7039d512fd816b93a108a29e734725a9e3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:279b6a7eccd4d30762e7c2170f97fea102ec0ab56a10ad4a930a85f7ff8cf8bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:87009ed56070addd160705ac2646b7802f41581605058529c6730131b138dfd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d8b3eb931ca26cac4fe6ab0e7e94331aa15fa40ead55145d67f22ef37d9903bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:de82d50cebdec2292fa317a76919991490bce48aed1bac5acac2b8e8835ee844_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0429ace8ba0c10ed1de0c6648f4594e2033b7c2f99bf543e53af13125e6dda2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:a4124f16e31461fd90197ef2162232be7c991c437def8087103763df8d20642e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:278b6e0569c726990d99d1921c0d6aa4bfc2142e6f8b488516685035c44fde71_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b09250cc2138c0b866038e79989d52607946eb5cb3feabb950143d3517552450_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:84a1a3c9fd3cd16d38ccdad72b4be6d1701b0006e6cd5e3b8d8a9c1268413b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5b3fe3a2657ab76926cf542aeaacfbe11e7c7947eaf03f657ae98a0985d4b3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:779756235115dcc1400569a1de0d593625bb7999d87fe0e4978d5ef7f979e1d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d9b7ac715cbc20665861ef79741f0011233dda20a7b13a93ee1cf6c80b655190_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:039479f355d6903e1018abf8427fece3465c4348d4de2144ec38114b51bec27e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33f2fe1b855eb7aa8b6f2fcd78d4919a8234d476b8acdd5e9e224d7a7341f122_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6fa97e6a5b09eb9c548412f84d616624acc59068e6043f9e3b3b81147c4eae6c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:da813da50d3fddc848d20c4d1a50130fd361da89726e39324d4fc4189d64ae1c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4dc9adf326fb54292c618f431412a1fa14157fc24b6183984338fd52ec9a93a9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6c3c7f77d7a3815bbb69cad5f6f1742c17d9597bc135ba3d116c9736d98fae33_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c21c9358d6a28688738f4513423debddec50d662a5a7585652063dc949dc3583_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d78b5282f252eec3cb1303de705788ce5a6649c61fb3bf147a3ccf76f10b32e5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:264b9e938f66edef6d863dbd0f6d46d609efd82c6eabae4cd003bf1283e7f90b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4b1b4bbd21922b2024288ad1026df75c81ea073b3e65fe7ea337934ce0a9ca15_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:527ed405bf66234718321996dacf51f91c64c746de9f1509416ef6ce89c90a50_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e849dd1aee16e48f5bf78ea6e70991bc2cc0d0e23e6ce81ee544108ebe146d3c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2216deb3264436c0b2d2d6e8728803a6b9dd7aed2c7b9cc54357c0d90054ca0b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:84dfeb35a8b8fa2dfe8372c72a49468db708535fc32082926edcd4e33e52a4c1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:db4dda77ac60dfe818cb5d93e140fa08fa334689bf76d0027bec52df9920b2d3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f2131018b6a9c383a68d57fbcc4aa00f4f9cb00be437128a10600b3ec7ab71a3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41153b21b71f4623d25f17631d7cffeb41fadc634c0b9b7b94afe375cca97c14_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6a6f5870fe346bd1fc2084151d0ed3fe6786bdedd14e7ccc117f2913b7b0ae57_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b40a3ea0dbe90685ca2bd17d8013fa543f366ada0cdec2e9f14beaf6532587bb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f45a19ccc9e5f6cca99656b266270fadde45e7a22379e775fb75b1db04ebade3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0d765d7aaeec21f84b67818bb5e254828608a381cf094161214a2fd887cceadd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b87c4041c9ae9adf8de4a7a8ebddf4ffec04ca97db93c6a68a22613fcbe46fb7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cad54683afc5ff26ac63a8a4c1f32c645bed049a552d1f7c1b1917b0cf661aaf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:d951bc4630fafcb60944247fca59d1ad93aafadfa4f4ab3e743b2db68cb7715b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3573ba5085ca4ba4209d81bf5c46f071566645b542303cd7532ebf6558e622ac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5897c5bbed81f3c47a26fb9515963b5842c8a28a4582dc1854d437a10f3da2b5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:820312c5fa489875ccff9fc3aba62e6a537d87360a9c5a33b3cb4d0bac4efa36_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a86ee67e3c484c2b1ba690309590006fc6b1a36bdfc9f0b6d155388b4003ec1b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:56ed5fbaf42cbc6908591899c7e13b849ec7daa25c7ad2c41e4d98fd32110e22_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:66ed1f129d7ef65a8529770e95104874d9b9aea32124c154f823d7677b4e9e7e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8b36b68033866f94a8c8ce54e38dbad91f02c539093d68373c57509f71a19cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e43e071b5c45766d33d108ca29ed76f6a06f54bc01ea000391ea2368b45e87b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:32393ac92c62691c9111fb4fa70db24e028885137f3198f2d1efb101a95d6152_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50e552c97ef2f62c76d9e91209f0f82c43d4e3bbb19c9f29443557fb536c1926_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:98f16814ed43853e3131fe6db1abe64304d48cc7a4b54251fda07d2e14428ae8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e824c815f2308a5d3c5689bfd34a954fe97c764581acbb5440e7c402afa07ed6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2456557195c6a97771ea0632c37e83fd9b8faef4c51355fc702a700cb84167cf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:2c723cc1965675947a2a6e1186662e18e98f9f7b6e6b1071fd0b314d9b907534_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5ffd3051ff3ee96f50fea0fe086835cd17a509a808657becb81c35e11d6b3d63_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7854174b4b98e9b10d9c8e9b43113df1217ab21db4b2395d9399af0c3d7911a3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1f8ed78d2d4021b0fed1e79896d366e59f9d4c388a65567fa76ec3d91518427e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a1feb3ec27377744ff42f6428f655190a4cf146f81a22bdfda950a31508fad2e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c61441a0f023783ca203206e1124d1dad871531696098b5428857ddb7abcad8a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e064ed8ede103f4f8ecf20b8d27e5173daef1d3d377909edd361d54adce95152_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:3195c8c167b52f1cb6bddf0f9ac69beb12b6edd1cb4076d2ba27cc8ab41fdb66_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:104dea5d3fac6b79836b0b6a1469b7b9a757f274301c9e22debb7d2cad6581fc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:262e58d79c644dfd7e459da9cc46b9e497489300268ec8d9a67f31ba18514762_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:bb301ea953f4237b06a3e1dcc532f794b561c46bf05981e79dc10e8f5e80796c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:30127050d691fa1aee6e6856e2963c1c7249ba8bffa316595fff5b3b9791a722_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:10bc7147c85e14fb11d96d6107c005ebbeacc85bdb21dfd0ac9d43f44243b098_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6cab32eaaf977c84a935675bb13a185db885dc83d449241d556ecc2bc25c574f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6fa4b3fc32bdb8f3737c2b08374726e7e5f1f2ca3c22a35d200e5b8a6bff39e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:93af6c4657b7fa1e74bde8c3fa1df85c7ac4d5cfecc59e6b060b42fcf4ff6df3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:993fad899847b80682f8977091936d49beae471281163d1671191869b3f38e4a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2f96733b462c940f5315a1ff98b5dca32dd6b75659b2e7718fceee1137327b27_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a9893c9f06155576c4aa892228b6abf4a6c62dec5ded79b366a855a0ac30e6d4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bd6085cbb6e73b684b9b47a402c895b3a8c6d466d15631c1f4e3979e8d49a742_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dd39b0c7735de29f219b2bb94ad3e89052aa064c59db1937897829c39b39993a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3685
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Edge Manager Version 0.5.1 Technology Preview RPMs and security fixes.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. 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 Edge Manager provides streamlined management of edge devices and\napplications through a declarative approach. By defining the required state of\nyour edge devices, which includes your operating system versions, host\nconfigurations, and application deployments, Red Hat Edge Manager automatically implements and maintains these configurations across your entire device fleet.\n\nYou can use Red Hat Edge Manager with Red Hat Advanced Cluster Management to\nmanage non-Kubernetes workloads and your operating system configuration on a Red Hat Enterprise Linux machine consistently with how you manage it on Red Hat OpenShift Container Platform.\n\nThis advisory contains the RPMs for the Technology Preview version 0.5.1 of Red Hat Edge Manager. See the following Release Notes documentation, which will be available shortly for this release, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/release_notes/index\n\nSecurity fix(es):\n\ngolang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3685",
"url": "https://access.redhat.com/errata/RHSA-2025:3685"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/release_notes/index"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3685.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Edge Manager Version 0.5.1 (Technology Preview) security fixes",
"tracking": {
"current_release_date": "2025-11-12T02:30:23+00:00",
"generator": {
"date": "2025-11-12T02:30:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3685",
"initial_release_date": "2025-04-08T13:01:54+00:00",
"revision_history": [
{
"date": "2025-04-08T13:01:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-08T13:01:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:23+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.13 for RHEL 8",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.src",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.src",
"product_id": "flightctl-0:0.5.1-2.el8fc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=src"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.src",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.src",
"product_id": "flightctl-0:0.5.1-2.el9fc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.x86_64",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.x86_64",
"product_id": "flightctl-0:0.5.1-2.el8fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"product_id": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el8fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el8fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent@0.5.1-2.el9fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el9fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent-debuginfo@0.5.1-2.el9fc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el9fc?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.s390x",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.s390x",
"product_id": "flightctl-0:0.5.1-2.el8fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"product_id": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el8fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el8fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-agent-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent@0.5.1-2.el9fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el9fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent-debuginfo@0.5.1-2.el9fc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el9fc?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.ppc64le",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.ppc64le",
"product_id": "flightctl-0:0.5.1-2.el8fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"product_id": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el8fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el8fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent@0.5.1-2.el9fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el9fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent-debuginfo@0.5.1-2.el9fc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el9fc?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el8fc.aarch64",
"product": {
"name": "flightctl-0:0.5.1-2.el8fc.aarch64",
"product_id": "flightctl-0:0.5.1-2.el8fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el8fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"product_id": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el8fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el8fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl@0.5.1-2.el9fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent@0.5.1-2.el9fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debugsource@0.5.1-2.el9fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-agent-debuginfo@0.5.1-2.el9fc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product_id": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-debuginfo@0.5.1-2.el9fc?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"product": {
"name": "flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"product_id": "flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-selinux@0.5.1-2.el8fc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "flightctl-selinux-0:0.5.1-2.el9fc.noarch",
"product": {
"name": "flightctl-selinux-0:0.5.1-2.el9fc.noarch",
"product_id": "flightctl-selinux-0:0.5.1-2.el9fc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/flightctl-selinux@0.5.1-2.el9fc?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.aarch64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.s390x",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.src as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.src",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el8fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64"
},
"product_reference": "flightctl-0:0.5.1-2.el8fc.x86_64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-selinux-0:0.5.1-2.el8fc.noarch as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 8",
"product_id": "8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch"
},
"product_reference": "flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"relates_to_product_reference": "8Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.src as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.src",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-agent-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64"
},
"product_reference": "flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flightctl-selinux-0:0.5.1-2.el9fc.noarch as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
},
"product_reference": "flightctl-selinux-0:0.5.1-2.el9fc.noarch",
"relates_to_product_reference": "9Base-RHACM-2.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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.13:flightctl-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-08T13:01:54+00:00",
"details": "See the following documentation for details on how to enable Red Hat Edge\nManager and more:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html-single/edge_manager/index#edge-mgr-intro",
"product_ids": [
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3685"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
]
}
],
"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.13:flightctl-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.src",
"8Base-RHACM-2.13:flightctl-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.aarch64",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.ppc64le",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.s390x",
"8Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el8fc.x86_64",
"8Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el8fc.noarch",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.src",
"9Base-RHACM-2.13:flightctl-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-agent-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debuginfo-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.aarch64",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.ppc64le",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.s390x",
"9Base-RHACM-2.13:flightctl-debugsource-0:0.5.1-2.el9fc.x86_64",
"9Base-RHACM-2.13:flightctl-selinux-0:0.5.1-2.el9fc.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3336
Vulnerability from csaf_redhat
Notes
{
"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 for podman is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3336",
"url": "https://access.redhat.com/errata/RHSA-2025:3336"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3336.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:21+00:00",
"generator": {
"date": "2025-11-12T02:30:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3336",
"initial_release_date": "2025-03-27T15:01:22+00:00",
"revision_history": [
{
"date": "2025-03-27T15:01:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-27T15:01:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:21+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:5.2.2-15.el9_5.src",
"product": {
"name": "podman-4:5.2.2-15.el9_5.src",
"product_id": "podman-4:5.2.2-15.el9_5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-15.el9_5?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-plugins-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-plugins-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-remote-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-remote-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-tests-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-tests-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product_id": "podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-15.el9_5?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-remote-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-remote-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-tests-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-tests-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product_id": "podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-15.el9_5?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-plugins-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-plugins-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-remote-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-remote-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-tests-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-tests-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product_id": "podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-15.el9_5?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-plugins-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-plugins-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-remote-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-remote-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-tests-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-tests-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-debugsource-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"product": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"product_id": "podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-15.el9_5?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4:5.2.2-15.el9_5.noarch",
"product": {
"name": "podman-docker-4:5.2.2-15.el9_5.noarch",
"product_id": "podman-docker-4:5.2.2-15.el9_5.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.2.2-15.el9_5?arch=noarch\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:5.2.2-15.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.src"
},
"product_reference": "podman-4:5.2.2-15.el9_5.src",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-debugsource-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:5.2.2-15.el9_5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-docker-4:5.2.2-15.el9_5.noarch"
},
"product_reference": "podman-docker-4:5.2.2-15.el9_5.noarch",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-plugins-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-plugins-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-plugins-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-remote-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-remote-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-remote-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-remote-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:5.2.2-15.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.aarch64"
},
"product_reference": "podman-tests-4:5.2.2-15.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:5.2.2-15.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.ppc64le"
},
"product_reference": "podman-tests-4:5.2.2-15.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:5.2.2-15.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.s390x"
},
"product_reference": "podman-tests-4:5.2.2-15.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:5.2.2-15.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.x86_64"
},
"product_reference": "podman-tests-4:5.2.2-15.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.src",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-docker-4:5.2.2-15.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-27T15:01:22+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": [
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.src",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-docker-4:5.2.2-15.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3336"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.src",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-docker-4:5.2.2-15.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.x86_64"
]
}
],
"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": [
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.src",
"AppStream-9.5.0.Z.MAIN:podman-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-debugsource-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-docker-4:5.2.2-15.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-plugins-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-remote-debuginfo-4:5.2.2-15.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:podman-tests-4:5.2.2-15.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3814
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.1.2 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details see [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1).",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16, 4.17, and 4.18",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3814",
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3814.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2025-11-12T02:30:25+00:00",
"generator": {
"date": "2025-11-12T02:30:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3814",
"initial_release_date": "2025-04-10T15:20:44+00:00",
"revision_history": [
{
"date": "2025-04-10T15:20:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-10T15:20:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-backfill-redis-rhel9@sha256%3A6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743005960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-cli-rhel9@sha256%3A4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743005970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-server-rhel9@sha256%3A3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743005931"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T15:20:44+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T15:20:44+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T15:20:44+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:6131053778ea04e437f3005f90d1138aa11ebc58e3a9295e2a8d8ef6713a52be_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:4bd68a4b63c15e5a09127d93a20e98508ce2ce8e4649bea3ab8e30cd83f235b2_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:3b8f49c41df15022f8ffdf3a8f8605b14c14f4e10eae754a06a86b6585d158b3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:4188
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Builds 1.2 release",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Builds 1.2",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4188",
"url": "https://access.redhat.com/errata/RHSA-2025:4188"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/builds/1.1/about/overview-openshift-builds.html",
"url": "https://docs.openshift.com/builds/1.1/about/overview-openshift-builds.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4188.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Builds 1.2",
"tracking": {
"current_release_date": "2025-11-12T02:30:29+00:00",
"generator": {
"date": "2025-11-12T02:30:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:4188",
"initial_release_date": "2025-04-24T13:21:19+00:00",
"revision_history": [
{
"date": "2025-04-24T13:21:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-20T09:36:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Builds for Red Hat OpenShift 1.2.2",
"product": {
"name": "Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_builds:1.2::el9"
}
}
}
],
"category": "product_family",
"name": "Builds for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744785603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3Aea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744792147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3Aa855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744797289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-operator-bundle@sha256%3A3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744820842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783467"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3Ad6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3Ab1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744785603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3Af0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744792147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3Ad369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3Ab28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Ac3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783467"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3Afedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744785603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744792147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Ad545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3Ac671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783467"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744785603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744792147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744786064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Af0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1.2.2-1744783467"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64 as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le as a component of Builds for Red Hat OpenShift 1.2.2",
"product_id": "Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le",
"relates_to_product_reference": "Builds for Red Hat OpenShift 1.2.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-24T13:21:19+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.1 to 1.2.",
"product_ids": [
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4188"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
]
}
],
"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": [
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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": [
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
],
"known_not_affected": [
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-24T13:21:19+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.1 to 1.2.",
"product_ids": [
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4188"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
]
}
],
"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": [
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:325c3c55e3942fb2e5fb1611366d3c0a82dabaa1017788226fda83eb553ef4e7_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:89daa0c7a7f43d0ca9a2743e625716aa9ce489ff504735587fbc6de157f6a268_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:d6d5119e207a14a8589ca7809f38fd6ee6eb2246ba56202529a03a1e02f9ec64_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:fedace30b6cec84b226c87305fa3512371e1cb59ddc97e31910d79903353de93_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:131b0163d3e7a2ba65562eb62dd6f07a94869d09708bd577accdb4f8f1ed903e_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:96786523361552b285e1be4084f0dbdb24e086f35bdc30579c9418bc81cc6e25_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9eaa6e27e421b0145987fabdc3d32bdb43a3a713d60fadda3afbcac6c1d024b4_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:b1995d479e228b29be66e1e960f201b4abb488863f0068383e525ba555f4cf82_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:0894ba4a046903c7f03ff307624996c73317216180ca42d3a5f16826aa0fbca4_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:3d08beac9f75cc05b14359aa8acd6fb68e175c8e539a6755d0fea924552552ae_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:50c3023904b997bed49adcc61ca74a44a0c602e7c19e500364b70f06df341bca_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:f0c58be4c2604bd7fd22c28e039f1b7002197d3e570bc353e023f7d52fb75373_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:3751f8c6ad63ec46d59d7a47f0060845b247ec8a9bd86670c4826692fe5492c1_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:6189921481dc917254a25f3b811e3d0b890a7aa113ed71ef3072337b72156308_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7d9ff37487905aacab7288df7b9fddbe71f1c1d77d512b2cc4f87b5b4ff86420_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:ea5b5341f0fd2456e3ed37f5bbfb17be62944837e90939fc79b6d413fcd08700_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:3e96792fa9ee9370df71275bb9360a1336f1f53f8cc58c0e610230b55fc01ecd_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a855ed3d7abadd1d9a99a75b899e4c1dd1d4105bb012101dbd6657bbb4088d47_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:14f9d27eeda168cbf17f5433188d140903e498e6620f54904c22fcd9d4505a1a_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:46ba0e48b281533a703bd90db4347ae3d409b6ba0ee9fc351931dbf0eec3e741_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:6f2709a47b14a53b161d27e95a4bb4411b42fc019fb9ea03e195dd6ab5015630_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d369ede4a3c139a8cee55bbbd0f9f313a62e2ca32b9a3edfcd3bfb79b244696e_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:087dd0a265c5b44141ec5c712e001c424243768da2586286422442711f41683d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:4be9e7371120d607f29bd2bb8d318712ef636d33ab0594c093bd3e3c3949c912_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:73ba1b896c4f083c76eddcf40a23c001f56fe6e2b39ecbf54c500160447b1ca9_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b28f52400f5545330dfedeb52adfbaf55d19578f0f6688481e39a9891c2ce415_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:3f20be23175fb7dcb925d05192d6d9ba5ede56812df695c7f821c5607605b727_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:c3c4d2e065f800eabcba36421d413a3e3c6095340a4b8c13fad7aa4a64fc3e88_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:d545a18997dcc8a4ebaf2ad61901b145e9414279e76f830f8b2d66acc9a19c34_ppc64le",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:f0590f34175da6d76f7fa51947790963174c2f4d647a4b2b89b65e09eb77a592_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:50984aa8391e38e57ac82e8d85145f5d16382ba2f24650b03d4b91d2e2a253fa_amd64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:5dadd572b3ffe1f7f07d562b5660c4c77a1b4db2bcee90f00fee5cf0b839d2b6_arm64",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:6a9a51e13a59bd7d4be467aef8fa34ec3f5cd4f41355e50a9e1067a434ff2e0d_s390x",
"Builds for Red Hat OpenShift 1.2.2:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:c671d6ae8aea92e465b48f03887abd1b876a94f64adb0e2cc853015e24a5cf90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:14820
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.18.23 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.18.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.18.23. See the following advisory for the RPM packages for this release:\nhttps://access.redhat.com/errata/RHBA-2025:14816\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\nSecurity Fix(es):\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869) * github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)\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.\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14820",
"url": "https://access.redhat.com/errata/RHSA-2025:14820"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14820.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.23 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:04+00:00",
"generator": {
"date": "2025-11-12T02:30:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:14820",
"initial_release_date": "2025-09-04T14:47:49+00:00",
"revision_history": [
{
"date": "2025-09-04T14:47:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-04T14:48:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.18",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Af287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.18.0-202508201347.p2.ge38eab0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.18.0-202508201347.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.18.0-202508201347.p2.g4b34592.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.18.0-202508201347.p2.gff513d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.18.0-202508201347.p2.gc937080.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ac4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.18.0-202508201347.p2.g1ede6c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.18.0-202508201347.p2.g7145e60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Acbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.18.0-202508201347.p2.g8460bed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Accf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.18.0-202508201347.p2.g7337d93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Af04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.18.0-202508201347.p2.gc1a7028.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.18.0-202508201347.p2.g5932024.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.18.0-202508201347.p2.g5fd8525.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ab20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.18.0-202508201347.p2.g65d0644.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.18.0-202508201347.p2.gb3d78f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.18.0-202508201347.p2.ge2aaf00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gb4e1047.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ad96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.18.0-202508201347.p2.geb75d9b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.18.0-202508201347.p2.g39b37c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.18.0-202508201347.p2.gf03b55e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Ada702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.18.0-202508201347.p2.gff513d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Af45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.18.0-202508201347.p2.g32e7759.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.18.0-202508201347.p2.g3a97784.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ac9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.18.0-202508201347.p2.gc21f5d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.18.0-202508201347.p2.g376f0ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.18.0-202508201347.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.18.0-202508220032.p2.g2e139ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.18.0-202508201347.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Af2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gf0a670c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.18.0-202508201347.p2.g9158250.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Aef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.ga432067.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.18.0-202508201347.p2.gdf5ef25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.18.0-202508201347.p2.ge055b4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.18.0-202508261654.p2.g9161a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Acb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.18.0-202508261654.p2.gb79bdde.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Aa25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.18.0-202508261654.p2.g50ca44f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.18.0-202508201347.p2.gcfbae04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ada37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.18.0-202508262224.p2.g3c7968e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.18.0-202508201347.p2.g526498a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.18.0-202508201347.p2.gcb5a929.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ad8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.18.0-202508201347.p2.gc06a810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.18.0-202508271453.p2.gfafea6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.18.0-202508201347.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Aca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.18.0-202508201347.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.18.0-202508201347.p2.g5f37d0c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.18.0-202508271223.p2.g1553568.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Adf8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.18.0-202508201347.p2.g287caff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.18.0-202508261354.p2.gf0d9279.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.18.0-202508201347.p2.ga5cbc2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Adf2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.18.0-202508201347.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.18.0-202508271223.p2.g9b0a1a1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Acd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508212132.p2.g60dd3f5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.18.0-202508201347.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.18.0-202508201347.p2.gd805894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ae55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.18.0-202508261654.p2.g3c7968e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Adbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g716eb0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.18.0-202508261654.p2.g3c7968e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Abc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.18.0-202508201347.p2.gcfa51ab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Af1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.18.0-202508271223.p2.g4df75d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ac141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.18.0-202508201347.p2.g3cca6fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ac796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.18.0-202508201347.p2.gce2c2d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ab0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.18.0-202508220452.p2.ga62bebb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.18.0-202508220452.p2.ga62bebb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ab678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.18.0-202508201347.p2.gbb74f0a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.18.0-202508201347.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.18.0-202508201347.p2.g32a1f2a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ad4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.18.0-202508201347.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ad1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.18.0-202508201347.p2.g0e41f7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.18.0-202508201347.p2.g2f62712.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.18.0-202508201347.p2.gc395190.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.18.0-202508201347.p2.gd631c22.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Ab97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.18.0-202508201347.p2.gb51cd6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.18.0-202508201347.p2.gff513d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.18.0-202508201347.p2.gf54f9a1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.18.0-202508201347.p2.g9c24d76.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.18.0-202508201347.p2.g9c24d76.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Aca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.18.0-202508201347.p2.gb29c582.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.18.0-202508201347.p2.g6cced66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Acd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.18.0-202508201347.p2.gff513d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.18.0-202508201347.p2.g11ced00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.18.0-202508201347.p2.gf60e402.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g80c3a06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.18.0-202508201347.p2.g45c6255.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.18.0-202508201347.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Ab7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.18.0-202508212132.p2.g225d52e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Aeed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.18.0-202508201347.p2.gbeacfbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.18.0-202508201347.p2.g63df38b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.18.0-202508201347.p2.g882f879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Adb66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.18.0-202508201347.p2.g474ad65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.18.0-202508271453.p2.gd9b102d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.18.0-202508201347.p2.gd1e0195.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.18.0-202508201347.p2.g2f2737e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ae04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g1f8672a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.18.0-202508201347.p2.gc86d806.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Aa4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.18.0-202508201347.p2.g85cb407.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gd17bf3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g6fe7000.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ad4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.18.0-202508201347.p2.g7cafd0c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.18.0-202508201347.p2.g1e3caa4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Af8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.18.0-202508201347.p2.gd967a73.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ae7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.18.0-202508201347.p2.gb46a207.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ab2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g33a1141.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ae0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.ga2cbb57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.18.0-202508201347.p2.g6182930.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ab64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g59ba356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.18.0-202508201347.p2.g01d5fbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.18.0-202508201347.p2.g88088e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g0a6f6eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Acaaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gf1711cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.18.0-202508201347.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.18.0-202508201347.p2.g5cdbe18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ab82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.18.0-202508201347.p2.g8caab45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Ae8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.18.0-202508201347.p2.gb4e1047.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.18.0-202508201347.p2.gcca3837.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Adde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.18.0-202508201347.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.18.0-202508201347.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.18.0-202508201347.p2.gb5a4f8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.18.0-202508201347.p2.g98ccbe6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.18.0-202508201347.p2.g6ea2356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.18.0-202508201347.p2.g1fff690.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.18.0-202508201347.p2.g1b8c94a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.18.0-202508201347.p2.g7cb8b38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.18.0-202508201347.p2.ga33026b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Af7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.18.0-202508201347.p2.gc7d883c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g1c7bc07.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ae4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.18.0-202508201347.p2.g5df1616.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ae58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.18.0-202508212132.p2.ge6eddf8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.18.0-202508201347.p2.gd9a7124.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Abcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.18.0-202508270823.p2.gf6ca835.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.18.0-202508201347.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.18.0-202508201347.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Ac5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.18.0-202508201347.p2.g962ccca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Af03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.18.0-202508201347.p2.gc0f1886.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.18.0-202508201347.p2.g2111495.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.18.0-202508201347.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.18.0-202508201347.p2.g6261ac9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.18.0-202508201347.p2.g53274f1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Ac1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.18.0-202508201347.p2.g457dead.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.18.0-202508201347.p2.gb2f858b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.18.0-202508201347.p2.gd914e77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.18.0-202508261654.p2.g6cabdc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.18.0-202508262224.p2.gab43283.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.18.0-202508201347.p2.g0d7ea6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ae80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.18.0-202508201347.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ac79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.18.0-202508201347.p2.g86191de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.18.0-202508201347.p2.g02e536c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ac42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.18.0-202508201347.p2.ga5e5e80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ad7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.18.0-202508201347.p2.g11e2dec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Aa5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.18.0-202508271223.p2.g47b1354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Aaeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.18.0-202508201347.p2.gd9fe8f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.18.0-202508201347.p2.gafe324b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Af3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.18.0-202508201347.p2.g2575ff4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.18.0-202508201347.p2.g9f981b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Ae5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.18.0-202508201347.p2.g000dd09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Acffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.18.0-202508201347.p2.g5d7a65b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ad52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.18.0-202508201347.p2.gc876718.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.18.0-202508201347.p2.gf03b55e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Abc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gff513d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gf03b55e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ad6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.18.0-202508220452.p2.ga62bebb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ac461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.18.0-202508201347.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.18.0-202508271453.p2.g2cbd05d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.18.0-202508201347.p2.gd36aea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g01fc505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.18.0-202508201347.p2.g17ae6fb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Af1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.18.0-202508201347.p2.g10ac06f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Aa43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.18.0-202508201347.p2.gce6ffa2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.18.0-202508201347.p2.g30efb52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.18.0-202508260754.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Aa2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.18.0-202508201347.p2.gcfcad01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3Aa2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.18.0-202508201347.p2.gcfcad01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Ac1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g2b24141.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3Ac1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g2b24141.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.18.0-202508201347.p2.gc414d1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.18.0-202508201347.p2.g014a2e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.18.0-202508201347.p2.g2cbd05d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Abf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.18.0-202508201347.p2.g35c1136.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.18.0-202508201347.p2.g7498774.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.18.0-202508201347.p2.g7498774.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g7498774.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ac5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.18.0-202508201347.p2.g490612b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.18.0-202508201347.p2.gf1599f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.18.0-202508201347.p2.gcfcad01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3Ac910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.18.0-202508261023.p2.g1a20361.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.18.0-202508201347.p2.ge38eab0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ac3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.18.0-202508201347.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.18.0-202508201347.p2.g4b34592.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3Adf81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.18.0-202508201347.p2.gff513d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.18.0-202508201347.p2.gc937080.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.18.0-202508201347.p2.g1ede6c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Afca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.18.0-202508201347.p2.g7145e60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.18.0-202508201347.p2.g8460bed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.18.0-202508201347.p2.g7337d93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.18.0-202508201347.p2.gc1a7028.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.18.0-202508201347.p2.g5932024.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.18.0-202508201347.p2.g5fd8525.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.18.0-202508201347.p2.g65d0644.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ac5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.18.0-202508201347.p2.gb3d78f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.18.0-202508201347.p2.ge2aaf00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gb4e1047.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.18.0-202508201347.p2.geb75d9b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Aa39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.18.0-202508201347.p2.g39b37c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.18.0-202508201347.p2.g3a97784.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.18.0-202508201347.p2.gc21f5d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.18.0-202508201347.p2.g376f0ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.18.0-202508201347.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.18.0-202508220032.p2.g2e139ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.18.0-202508201347.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gf0a670c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Aeb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.18.0-202508201347.p2.g9158250.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Ac8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.ga432067.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Acaf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.18.0-202508201347.p2.gdf5ef25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.18.0-202508201347.p2.ge055b4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.18.0-202508261654.p2.g9161a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.18.0-202508261654.p2.gb79bdde.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Adcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.18.0-202508261654.p2.g50ca44f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.18.0-202508201347.p2.gcfbae04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.18.0-202508262224.p2.g3c7968e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Ae4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.18.0-202508201347.p2.g526498a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.18.0-202508201347.p2.gcb5a929.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.18.0-202508201347.p2.gc06a810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ade3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.18.0-202508271453.p2.gfafea6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ab50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.18.0-202508201347.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.18.0-202508201347.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Afc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.18.0-202508201347.p2.g5f37d0c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.18.0-202508271223.p2.g1553568.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.18.0-202508201347.p2.g287caff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.18.0-202508261354.p2.gf0d9279.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.18.0-202508201347.p2.ga5cbc2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.18.0-202508201347.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.18.0-202508271223.p2.g9b0a1a1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ad3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508212132.p2.g60dd3f5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Ab9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.18.0-202508201347.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.18.0-202508201347.p2.gd805894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.18.0-202508261654.p2.g3c7968e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g716eb0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Aead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.18.0-202508261654.p2.g3c7968e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.18.0-202508201347.p2.gcfa51ab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.18.0-202508271223.p2.g4df75d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.18.0-202508201347.p2.g3cca6fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.18.0-202508201347.p2.gce2c2d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.18.0-202508220452.p2.ga62bebb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aa8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.18.0-202508220452.p2.ga62bebb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Aa3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.18.0-202508201347.p2.gbb74f0a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.18.0-202508201347.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.18.0-202508201347.p2.g32a1f2a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.18.0-202508201347.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ae56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.18.0-202508201347.p2.g0e41f7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.18.0-202508201347.p2.g2f62712.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.18.0-202508201347.p2.gc395190.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.18.0-202508201347.p2.gd631c22.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.18.0-202508201347.p2.gb51cd6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.18.0-202508201347.p2.gff513d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.18.0-202508201347.p2.gf54f9a1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.18.0-202508201347.p2.g9c24d76.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Ad0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.18.0-202508201347.p2.g9c24d76.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Abd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.18.0-202508201347.p2.gb29c582.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.18.0-202508201347.p2.g6cced66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.18.0-202508201347.p2.gff513d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.18.0-202508201347.p2.g11ced00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Abc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.18.0-202508201347.p2.gf60e402.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g80c3a06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Ac090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Abe1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.18.0-202508201347.p2.g45c6255.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.18.0-202508201347.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.18.0-202508212132.p2.g225d52e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.18.0-202508201347.p2.gbeacfbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ade530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.18.0-202508201347.p2.g63df38b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.18.0-202508201347.p2.g882f879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Af2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.18.0-202508201347.p2.g474ad65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Acafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.18.0-202508271453.p2.gd9b102d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.18.0-202508201347.p2.gd1e0195.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.18.0-202508201347.p2.g2f2737e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g1f8672a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.18.0-202508201347.p2.gc86d806.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.18.0-202508201347.p2.g85cb407.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gd17bf3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g6fe7000.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ad0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.18.0-202508201347.p2.g7cafd0c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ad7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.18.0-202508201347.p2.g1e3caa4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.18.0-202508201347.p2.gd967a73.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.18.0-202508201347.p2.gb46a207.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g33a1141.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Af15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.ga2cbb57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.18.0-202508201347.p2.g6182930.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g59ba356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Afa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.18.0-202508201347.p2.g01d5fbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ab4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.18.0-202508201347.p2.g88088e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g0a6f6eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aa13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gf1711cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.18.0-202508201347.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.18.0-202508201347.p2.g5cdbe18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Aa9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.18.0-202508201347.p2.g8caab45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.18.0-202508201347.p2.gb4e1047.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.18.0-202508201347.p2.gcca3837.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Ae75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.18.0-202508201347.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.18.0-202508201347.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.18.0-202508201347.p2.gb5a4f8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Ad49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.18.0-202508201347.p2.g98ccbe6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ac2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.18.0-202508201347.p2.g6ea2356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.18.0-202508201347.p2.g1fff690.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.18.0-202508201347.p2.g1b8c94a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Aa05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.18.0-202508201347.p2.g7cb8b38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.18.0-202508201347.p2.gd9a7124.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.18.0-202508270823.p2.gf6ca835.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.18.0-202508201347.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.18.0-202508201347.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Aadca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Ae6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Afc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.18.0-202508201347.p2.g962ccca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.18.0-202508201347.p2.gc0f1886.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.18.0-202508201347.p2.g2111495.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Af05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.18.0-202508201347.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Af90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.18.0-202508201347.p2.g6261ac9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.18.0-202508201347.p2.g53274f1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Aa4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.18.0-202508201347.p2.g457dead.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ac096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.18.0-202508201347.p2.gb2f858b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.18.0-202508201347.p2.gd914e77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.18.0-202508261654.p2.g6cabdc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.18.0-202508262224.p2.gab43283.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.18.0-202508201347.p2.g0d7ea6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.18.0-202508201347.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.18.0-202508201347.p2.g86191de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.18.0-202508201347.p2.g02e536c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.18.0-202508201347.p2.ga5e5e80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Adce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.18.0-202508201347.p2.g11e2dec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.18.0-202508271223.p2.g47b1354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.18.0-202508201347.p2.g2575ff4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.18.0-202508201347.p2.g9f981b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Ab89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.18.0-202508201347.p2.g000dd09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.18.0-202508201347.p2.g5d7a65b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.18.0-202508201347.p2.gc876718.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aa81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.18.0-202508201347.p2.gf03b55e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gff513d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gf03b55e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.18.0-202508220452.p2.ga62bebb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.18.0-202508201347.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Afa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.18.0-202508271453.p2.g2cbd05d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.18.0-202508201347.p2.gce6ffa2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Adadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.18.0-202508201347.p2.g30efb52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Aba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.18.0-202508260754.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.18.0-202508201347.p2.g2cbd05d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.18.0-202508201347.p2.g35c1136.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.18.0-202508201347.p2.g7498774.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.18.0-202508201347.p2.g7498774.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g7498774.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.18.0-202508201347.p2.g490612b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.18.0-202508201347.p2.gf1599f6.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Af15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.18.0-202508201347.p2.ge38eab0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.18.0-202508201347.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Addc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.18.0-202508201347.p2.gc937080.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.18.0-202508201347.p2.g1ede6c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.18.0-202508201347.p2.g7145e60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.18.0-202508201347.p2.g8460bed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Afe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.18.0-202508201347.p2.g7337d93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ac6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.18.0-202508201347.p2.gc1a7028.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.18.0-202508201347.p2.g5932024.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Abb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.18.0-202508201347.p2.g5fd8525.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.18.0-202508201347.p2.g65d0644.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.18.0-202508201347.p2.gb3d78f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.18.0-202508201347.p2.ge2aaf00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gb4e1047.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.18.0-202508201347.p2.geb75d9b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.18.0-202508201347.p2.g39b37c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Abd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.18.0-202508201347.p2.g3a97784.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.18.0-202508201347.p2.gc21f5d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.18.0-202508201347.p2.g376f0ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.18.0-202508201347.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ac8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.18.0-202508220032.p2.g2e139ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.18.0-202508201347.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gf0a670c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.18.0-202508201347.p2.g9158250.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.ga432067.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.18.0-202508201347.p2.gdf5ef25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.18.0-202508201347.p2.ge055b4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.18.0-202508262224.p2.g3c7968e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Ab143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.18.0-202508201347.p2.g526498a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ab41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.18.0-202508201347.p2.gcb5a929.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.18.0-202508201347.p2.gc06a810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.18.0-202508271453.p2.gfafea6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.18.0-202508201347.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Acbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.18.0-202508201347.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.18.0-202508201347.p2.g5f37d0c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.18.0-202508271223.p2.g1553568.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ae5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.18.0-202508201347.p2.g287caff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Aec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.18.0-202508261354.p2.gf0d9279.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aa133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.18.0-202508201347.p2.ga5cbc2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.18.0-202508201347.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Af645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.18.0-202508271223.p2.g9b0a1a1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508212132.p2.g60dd3f5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Af6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.18.0-202508201347.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.18.0-202508201347.p2.gd805894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.18.0-202508261654.p2.g3c7968e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g716eb0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Ac7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.18.0-202508261654.p2.g3c7968e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ad39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.18.0-202508201347.p2.gcfa51ab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ace7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.18.0-202508271223.p2.g4df75d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ade7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.18.0-202508201347.p2.g3cca6fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.18.0-202508201347.p2.gce2c2d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Aaf858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.18.0-202508220452.p2.ga62bebb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.18.0-202508220452.p2.ga62bebb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ac2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.18.0-202508201347.p2.gbb74f0a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.18.0-202508201347.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.18.0-202508201347.p2.g32a1f2a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Aa9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.18.0-202508201347.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Aa2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.18.0-202508201347.p2.g0e41f7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Ac747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.18.0-202508201347.p2.g2f62712.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.18.0-202508201347.p2.g11ced00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g80c3a06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.18.0-202508201347.p2.g45c6255.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.18.0-202508201347.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.18.0-202508212132.p2.g225d52e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Aaef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.18.0-202508201347.p2.gbeacfbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Aa32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.18.0-202508201347.p2.g63df38b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Ac79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.18.0-202508201347.p2.g882f879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.18.0-202508201347.p2.g474ad65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ac88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.18.0-202508271453.p2.gd9b102d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.18.0-202508201347.p2.gd1e0195.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.18.0-202508201347.p2.g2f2737e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g1f8672a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.18.0-202508201347.p2.gc86d806.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Aaa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.18.0-202508201347.p2.g85cb407.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gd17bf3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g6fe7000.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Af63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.18.0-202508201347.p2.g7cafd0c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Aa0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.18.0-202508201347.p2.g1e3caa4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Aca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.18.0-202508201347.p2.gd967a73.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.18.0-202508201347.p2.gb46a207.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g33a1141.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.ga2cbb57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.18.0-202508201347.p2.g6182930.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Abd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g59ba356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.18.0-202508201347.p2.g01d5fbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.18.0-202508201347.p2.g88088e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g0a6f6eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ab49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gf1711cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.18.0-202508201347.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.18.0-202508201347.p2.g5cdbe18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Acb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.18.0-202508201347.p2.g8caab45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.18.0-202508201347.p2.gb4e1047.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.18.0-202508201347.p2.gcca3837.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.18.0-202508201347.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Aade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.18.0-202508201347.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.18.0-202508201347.p2.gb5a4f8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Ab64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.18.0-202508201347.p2.g98ccbe6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.18.0-202508201347.p2.ga33026b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.18.0-202508201347.p2.gc7d883c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g1c7bc07.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.18.0-202508201347.p2.g5df1616.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.18.0-202508212132.p2.ge6eddf8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.18.0-202508270823.p2.gf6ca835.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Ae9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.18.0-202508201347.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ac6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.18.0-202508201347.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.18.0-202508201347.p2.g962ccca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.18.0-202508201347.p2.gc0f1886.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ab018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.18.0-202508201347.p2.g2111495.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Add9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.18.0-202508201347.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.18.0-202508201347.p2.g6261ac9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.18.0-202508201347.p2.gd914e77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.18.0-202508261654.p2.g6cabdc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Afb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.18.0-202508262224.p2.gab43283.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.18.0-202508201347.p2.g0d7ea6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.18.0-202508201347.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.18.0-202508201347.p2.g86191de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Abf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.18.0-202508201347.p2.g02e536c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.18.0-202508201347.p2.ga5e5e80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.18.0-202508201347.p2.g11e2dec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.18.0-202508271223.p2.g47b1354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Ad59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.18.0-202508201347.p2.g2575ff4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.18.0-202508201347.p2.g9f981b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.18.0-202508201347.p2.g000dd09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.18.0-202508201347.p2.g5d7a65b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.18.0-202508201347.p2.gc876718.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.18.0-202508201347.p2.gf03b55e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gff513d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gf03b55e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Aa8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.18.0-202508220452.p2.ga62bebb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.18.0-202508201347.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Af17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.18.0-202508271453.p2.g2cbd05d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.18.0-202508201347.p2.gce6ffa2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Ae8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.18.0-202508201347.p2.g30efb52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Acb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.18.0-202508260754.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.18.0-202508201347.p2.g2cbd05d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.18.0-202508201347.p2.g35c1136.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.18.0-202508201347.p2.g7498774.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Aae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.18.0-202508201347.p2.g7498774.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g7498774.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.18.0-202508201347.p2.g490612b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Ac308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.18.0-202508201347.p2.gf1599f6.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.18.0-202508201347.p2.ge38eab0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ae6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.18.0-202508201347.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.18.0-202508201347.p2.gc937080.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.18.0-202508201347.p2.g1ede6c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.18.0-202508201347.p2.g7145e60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.18.0-202508201347.p2.g8460bed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.18.0-202508201347.p2.g7337d93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ad99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.18.0-202508201347.p2.gc1a7028.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.18.0-202508201347.p2.g5932024.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.18.0-202508201347.p2.g5fd8525.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.18.0-202508201347.p2.g65d0644.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.18.0-202508201347.p2.gb3d78f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.18.0-202508201347.p2.ge2aaf00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gb4e1047.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.18.0-202508201347.p2.geb75d9b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Afcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.18.0-202508201347.p2.g39b37c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ad1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.18.0-202508201347.p2.gf03b55e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Aca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.18.0-202508201347.p2.gff513d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.18.0-202508201347.p2.g32e7759.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ac4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.18.0-202508201347.p2.g3a97784.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.18.0-202508201347.p2.gc21f5d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.18.0-202508201347.p2.g376f0ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.18.0-202508201347.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.18.0-202508220032.p2.g2e139ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.18.0-202508201347.p2.g3193a75.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gf0a670c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ac3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.18.0-202508201347.p2.g9158250.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Aa73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.ga432067.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.18.0-202508201347.p2.gdf5ef25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.18.0-202508201347.p2.ge055b4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Aa50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.18.0-202508262224.p2.g3c7968e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aabc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.18.0-202508201347.p2.g526498a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.18.0-202508201347.p2.gcb5a929.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.18.0-202508201347.p2.gc06a810.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.18.0-202508271453.p2.gfafea6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ab81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.18.0-202508201347.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ac5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.18.0-202508201347.p2.g21fb8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.18.0-202508201347.p2.g5f37d0c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.18.0-202508271223.p2.g1553568.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Abcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.18.0-202508201347.p2.g287caff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.18.0-202508261354.p2.gf0d9279.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aa3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.18.0-202508201347.p2.ga5cbc2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Aaf29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.18.0-202508201347.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ab32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.18.0-202508271223.p2.g9b0a1a1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ac2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508212132.p2.g60dd3f5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.18.0-202508201347.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.18.0-202508201347.p2.gd805894.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.18.0-202508261654.p2.g3c7968e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g716eb0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.18.0-202508261654.p2.g3c7968e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.18.0-202508201347.p2.gcfa51ab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.18.0-202508271223.p2.g4df75d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Aeb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.18.0-202508201347.p2.g3cca6fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ac7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.18.0-202508201347.p2.gce2c2d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ac36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.18.0-202508220452.p2.ga62bebb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.18.0-202508220452.p2.ga62bebb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.18.0-202508201347.p2.gbb74f0a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.18.0-202508201347.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Ae44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.18.0-202508201347.p2.g32a1f2a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.18.0-202508201347.p2.g81d6bc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Afe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.18.0-202508201347.p2.g0e41f7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.18.0-202508201347.p2.g2f62712.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.18.0-202508201347.p2.g11ced00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g80c3a06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ac0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.18.0-202508201347.p2.g45c6255.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.18.0-202508201347.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.18.0-202508212132.p2.g225d52e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Ac0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.18.0-202508201347.p2.gbeacfbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.18.0-202508201347.p2.g63df38b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.18.0-202508201347.p2.g882f879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Aa678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.18.0-202508201347.p2.g474ad65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.18.0-202508271453.p2.gd9b102d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ae1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.18.0-202508201347.p2.gd1e0195.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.18.0-202508201347.p2.g2f2737e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aa8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g1f8672a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.18.0-202508201347.p2.gc86d806.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.18.0-202508201347.p2.g85cb407.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gd17bf3a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g6fe7000.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.18.0-202508201347.p2.g7cafd0c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.18.0-202508201347.p2.g1e3caa4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Adfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.18.0-202508201347.p2.gd967a73.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aa484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.18.0-202508201347.p2.gb46a207.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g33a1141.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.ga2cbb57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.18.0-202508201347.p2.g6182930.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g59ba356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.18.0-202508201347.p2.g01d5fbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.18.0-202508201347.p2.g88088e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aa7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g0a6f6eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gf1711cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Abdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.18.0-202508201347.p2.g0feae25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.18.0-202508201347.p2.g5cdbe18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Aabb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.18.0-202508201347.p2.g8caab45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.18.0-202508201347.p2.gb4e1047.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.18.0-202508201347.p2.gcca3837.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.18.0-202508201347.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.18.0-202508201347.p2.g838d248.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.18.0-202508201347.p2.gb5a4f8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.18.0-202508201347.p2.g98ccbe6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.18.0-202508201347.p2.g6ea2356.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.18.0-202508201347.p2.g1fff690.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.18.0-202508201347.p2.g1b8c94a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Adedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.18.0-202508201347.p2.g7cb8b38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.18.0-202508201347.p2.g5df1616.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.18.0-202508270823.p2.gf6ca835.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.18.0-202508201347.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.18.0-202508201347.p2.g7149f2d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Ae2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.18.0-202508261854.p2.g53d2589.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ab7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.18.0-202508201347.p2.g962ccca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.18.0-202508201347.p2.gc0f1886.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ad0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.18.0-202508201347.p2.g2111495.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Af89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.18.0-202508201347.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.18.0-202508201347.p2.g6261ac9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Af85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.18.0-202508201347.p2.gb2f858b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.18.0-202508201347.p2.gd914e77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.18.0-202508261654.p2.g6cabdc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.18.0-202508262224.p2.gab43283.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.18.0-202508201347.p2.g0d7ea6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.18.0-202508201347.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.18.0-202508201347.p2.g86191de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.18.0-202508201347.p2.g02e536c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Aa39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.18.0-202508201347.p2.ga5e5e80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Acfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.18.0-202508201347.p2.g11e2dec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.18.0-202508271223.p2.g47b1354.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.18.0-202508201347.p2.g2575ff4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Aa904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.18.0-202508201347.p2.g9f981b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.18.0-202508201347.p2.g000dd09.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.18.0-202508201347.p2.g5d7a65b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.18.0-202508201347.p2.gc876718.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ae085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.18.0-202508201347.p2.gf03b55e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ae43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gff513d3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.gf03b55e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.18.0-202508220452.p2.ga62bebb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ad96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.18.0-202508201347.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.18.0-202508271453.p2.g2cbd05d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.18.0-202508201347.p2.gd36aea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g01fc505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aa5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.18.0-202508201347.p2.g17ae6fb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Aad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.18.0-202508201347.p2.g10ac06f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.18.0-202508201347.p2.gce6ffa2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.18.0-202508201347.p2.g30efb52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.18.0-202508260754.p2.g4fcb2d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Af6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.18.0-202508201347.p2.g2cbd05d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.18.0-202508201347.p2.g35c1136.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ab9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.18.0-202508201347.p2.g7498774.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.18.0-202508201347.p2.g7498774.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.18.0-202508201347.p2.g7498774.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.18.0-202508201347.p2.g490612b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Aeb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.18.0-202508201347.p2.gf1599f6.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45339",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-01-28T02:00:48.029971+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342463"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "RHBZ#2342463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74",
"url": "https://github.com/golang/glog/pull/74"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2",
"url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs",
"url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs"
},
{
"category": "external",
"summary": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File",
"url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3372",
"url": "https://pkg.go.dev/vuln/GO-2025-3372"
}
],
"release_date": "2025-01-28T01:03:24.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-04T14:47:49+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:0bf2e8c1edf16de717c330b94d85f6d463c7208956b0a545cbb3fcf715e14c38\n\n (For s390x architecture)\n The image digest is sha256:893ccb2c14b7d7051cbe36098fd1f5655685e4798e0e5dfef7848ed40c8defde\n\n (For ppc64le architecture)\n The image digest is sha256:0833db4c468d81168bb43c46ad0f1af1cf7966b39fa3e2b519725cf96a784c3a\n\n (For aarch64 architecture)\n The image digest is sha256:aac369ac9c41f62395ec14d2ea7d8a577a5dcc796c5f2bdf0c615ff58bbeb76b\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14820"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-04T14:47:49+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:0bf2e8c1edf16de717c330b94d85f6d463c7208956b0a545cbb3fcf715e14c38\n\n (For s390x architecture)\n The image digest is sha256:893ccb2c14b7d7051cbe36098fd1f5655685e4798e0e5dfef7848ed40c8defde\n\n (For ppc64le architecture)\n The image digest is sha256:0833db4c468d81168bb43c46ad0f1af1cf7966b39fa3e2b519725cf96a784c3a\n\n (For aarch64 architecture)\n The image digest is sha256:aac369ac9c41f62395ec14d2ea7d8a577a5dcc796c5f2bdf0c615ff58bbeb76b\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14820"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:533ab36e8b582f613535ef5d77d6e6fa5b2b0910d501d1eef7af7c3e84533ec3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:63065ab750db3c24e3380fa9c89b26891c441512e2791068eaeaf37d041d34eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c3064d49abb1923f71a2d836e08162ed705414ba596a82a4dc7fdaf5e39e2a0c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6430136fbf2f1be4b662cfc2154e6bae6abc94ceb5138d95631f0bd8855f71d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:00bed480322861a9340126a1c81ab0cceef95fe8ea5d7b542744cbe2f5bae2f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5e1fd0b8140ee573da1e43665488669e3cd2aa7c4d14b0a76ed6999bf119ad40_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:99cb93d1c2cac003280f5faac0126e811898a7f69b802aff2ba4ac2634119303_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ddc3e5eccdbde314321c58298fc1b353af33ecbccadc3286c3ca5fb745baf891_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1df5c4dcfbb4ea8c08309e3248487b51f628bb9a1a39c17ff9019483aa8eed38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:62c67caeb8d46f502cbfffcadf2556e5715c36d8c39ed9b3b72274ec6c71fb31_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:7c0ae38a526c4f54b3479aba5a5432f7348c6c85a692c042349f34a3975aaca2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:968696995dcc8b5f43dac5f9dc598fa58b6386ddfcd27f5988fb55d74a5b1892_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2eaae24251976dda2353025aef5edeb3af23a748cdd3d6f51cce3645a7614337_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:aef4b254560c2145a50b2bda42ea9758eb38d488dfe857cca1cd12ca3c4ddbd2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:c0477dfa9340debe407453212f805bd8a7018eea107bb9ada077672e6d842d80_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:eed1c0babe8c3f224717bd4b036e7a93940320b42329512d50a406c265269dfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3c78e13ec0fd31e80ccf2b3f4b08df9efb7854739c9e5d75a9f6572d81c5b4b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4981a79b4bebc69f5a69814d54e3d9ced631b14b16293fe8e7eb71c3e62fad7a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:545547b6c5226b309cd9cc577c0b91759d542e58f2bd60bfe00b15164a30b007_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:659da371f970ee548816f74853363291333d9ac6d9e4fba6329f146a7fbacfa3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1e7a00a05900599ac401cff92be14e1d73278a316e4eb38b5b4c3174305334c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5281268088cbd188713e386c74604c5a6084f5b6ee5cff58bfe5071e5c932a00_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:871e92015a2fe767f6e3c50b6359427c0a0f24650c7798b2e30a743a9b932da8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8cfd3f72781925063968f55705cda3b3f47b53996e5b720b4378936ae88d791_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:163235f2e40e91d6871b4375d70b9589aefca7210e8bb401e594dd96dd5a3d7b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:48c89e862b063988c10c4a71591a01f3abea82b694b9aa4344cb7b0f4c914618_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7abb53267f55b4b466a8a52c17b3660ebaa7e4ddfb4da0068a7a59f1c6d8e9b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:923672855d9ca60bef182b77d23cb4161828e6ae5d9dc65a6a417728fb323e3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:099b6debebc4c5f6d48968b643344281e079f3a479232f888bff8f63424629bd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:91d59826a2a4b0e7bd3696dca463b99022d5cdb65d0362297f35462a9f6bad47_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b64077aa08c70f1543d34bfd2868e2489156b02ed31ee033361c5c9c7662def3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d49bdcef2e9f4d29a5b5606dfdb106f1140f15b251ca2e2c9db2b764a12209b3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:19cdfbadf2838045e8bb2694fd8a50de53429cb7058db5db0fb4e606990e9485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:5d3d093d1737c6323bb6ed2278e6cfaf1109e981e53276b12ba26688df45b5d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:94688881b57bdd21635b198a238dc41d95607ee9a2cb7895f6943713d7597f34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e9dbe70ef164721a8a2c118a4d0cd70b70b6a4e72a5a193f28711c655f3767f8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:042be8803aa5cd6eac6131c96b02643387f516bca3b76b8d684de16e15085d4b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5b7b100d26aba70b4484b72550db4b095eff0bd0ba2f290f7c9a5c7ba37104b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:76be4b8284bba0bbb037a9dd6069467ea339ca1d2be8fe1f8e90f325cdf3716e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c6b65a12f0dd6e6571d7f486e572754ad0013cb0319b4bcb0637dcfa2a53023f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:53259c7236fed212959564f05a214e6d1aa879ea1ac3265df9e203f30abe4445_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71158fd9ac3d059b118642ff387aab043cb5da0fcd17bf53c8f5f44361202686_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:886a365246e95a13e9471657478bed2e106133a5f8ccf09029b18c74936e867e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b7463b7014881f2f3dee10777df37adcffa8cea6273095e509e2a0eb3b08c12a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1c080f0a233303e6097fdfa8d00a5122358079e67c68867ade8f00e2ebd7e7fa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:990151058b4484633406ac70cdb63c4bb81a55bcc5beaf08f9761dc6ae06beb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b018c5e29288c3659a59faaf0e1b3366a638aa6e5efac755ad38df08e9fa54d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0d505849fda4b640ea95bdd96fa11b2257ad3f480045cbbe41c78bdf52aba4c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0ce0b2ec869723bf1ef0193a2f70f469556c363a88d41baea4c625c615cdea52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:437e7b011942086c7cfed4ea805fdc69fbcc4878e84ce79339f79375114f2ab2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:51d5f0fb70e7ad141e86e3c0fbe9298f407aae228533c830653a12fe34e18c94_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a5f950847205f1301c551c59406453386863a244ab89f5c1f135b0efc618f342_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1318f6ab64d38e4166e492d0becaeade10796b7680ccaf7df8930c384f0f318d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:71251b4cd148ccd8dc6bdc8ab51a4401dac1ccc7ee0666d389fafcc291a8af6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:750e49b90d266e3115369154892f235607790a08e0cf8e7bd54875b40d69dc36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ec3f72403c828cfafadc7a9b95659b7f997c57f83f5d7c7f99ae9aa7111752e2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0fe413807e569ae20166aaaed7d49deb3755adc903d7c4240e6c286f78ae1243_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:19530541aebd85f600c1243ee0b35358f3ca6dcbdc0a58705980d0ffc661e70b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4f199220d4abdecf92c7c34e359be93ec1769767d3531f9ac4ea18255afd8540_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a43fe727d9bf6395e330c3094ce1d337c4371314beb035877b975f2a197d9944_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:20d52bbe54cfe67d5c39f1f30bb56d56d220e190075895a2bae784dac691b053_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3e5c3473cc7f259c63176cdcc987a208b330e4371d3d0ecc959c48e8dffd705_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b678adeca55da4267f68a641454845f38c2015458143c62d611f11790dfbf74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c2841895faa6efe6186dec578e1c02e8b04c7e178249b191e8f2d9ece462ac4f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7044079bd7186fa3578b23a677113d67cbe14ef0a5f8d8da8b7fdd74f05e10db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:79f2aa2eb589882d7788f96eaa2574c524ed6366cdbde6d600bf170a07ab666f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7ad604db716b570e1631c17f9c0aab2082dcf1243210dca2c33f2e11f05ec7bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ee7599f1d4036677523478aa026118d6eaa50c71385b19efe62b5c90a3648aea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ff795f2b56a4f1d5fc9c59f31343c4ae619ce1882d76126839d138012f7a1a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:301b031b83ff0ac8cfbfb21c90b05be0461f37797a1a53618afc4dfa08ee3a89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9649506d7a695f509b2164c9b47f037403731e82f9119f6a091a7fe21df395c4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e44a21d71da9c3f22a836af4c29d89a8048d886fc98aa059a3ac5c83e9a1dd47_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7b5197549f0c49776a522cb64fcb0c478b7dcdeb028e8e53242de8363bf59dcc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b061cf29321ba0844a1149668311b416cf01f84ab2dc4cdffd503f497761343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9ac7fd68608a6d07f818970cb8a1654ebc4604c8b93388670cad85afbc9a277_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d4062ae5ebeb853a210f54254e1c0e48e484458113c651871f0a1e3658aabc74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a2b13d02961a41c4b4ec63ba1bc33fa807b04664f13110d331ff49b27d665067_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d1a8f54e091d4ec5f312e70d2135ea476955cce09fd11882bb7fe8548cdc62fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e56ff4c9d34c49ef38a4913ddf80dbddc5b67dfbe7810587086af29751ca9cca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fe9f712c5e32380eb36fef637f16a65d2a5203f4ee09435aa9b7f230262f8cfe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06ae2205eadd0e82ff618176ff3942bf16dab32c446a6b20fcfac229fc49b813_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4478bc8bb281d6430d367b5dbcf047a4345d6fd6aa41397373005615ee305086_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:972dd4bd3183be7a1344adc65200453bcdb448a5f7487a5311ca3c1da304dcca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c747eb412219dd6188710ad120f8861f08acab216f825f8910c694ad324c47d3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1f3e2710dd787643cd43d35edee092efed10438a8e95d8a7d65326cf3c183257_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4237d1f3bbe422147b295bf918d3c355edc2286c3ffcb8e6944d83ac0207d610_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3367d78351d635902b0c123696e390b9ea1623e765de7689c9bd98f820aaf4b0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7bc0ee15f0bab3898ad28de7677dce8d86624d734bb38a08947eaa3a0418fa3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:7d3d8e7d7d29fff25b51e62ed511f28456ce17d135c5edb71a204c414a0a426e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:82bd06fc926859c8f1f738e40a202c1b0b1bca5000e15881506818cb23445d97_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:85aa4038587f439e4632742b7b631913d204d7513f7d9036ca60b485de0a4635_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b97f78e0989a59a188b3c2308b04798e2e2aef7cedb20c561b84c72b1336a24a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:83bdc38888422094f55831a65dfc4f579126199b6bab643ca28a6b1c25b06ab1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:965b2a3a6be2dec3debfc0a3f98b4c5a9d86d92a1ff1a56ef0250e1782a27575_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:58d51be8e5831db556764d3db64f65c19f6c41e581e591c7ae940c98e635c4c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7da284e7d4a33a3c46922673324213de447f99dfb7cf120c5bf184816fe58387_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6c0be90a6cc5e5c2e42df9230f6d6feae14dbfc95683094b3597f5dd75685f34_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d0661c43cf3ca725748090e9f6cba73cfbcc5a63005a2d11f551456b2aa48991_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bd11e3a5efca51a47bd38031c5dab29d5b4e5ce000d680d6903e63d3e8ef30f5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:ca2d20b64d93a4f1144799c7373d22df8f77877d17560da82414793222282544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:30ea821f3b631e6f9f3dd7a34fd0c2d3fa2ba9a63195aba8de42e6b655ddd303_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cd6b2a09c10ff8313b6e7772d129f610a401f44f7e2e033dd77de91961165b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0c74fd2ccef9e503087df22957ba24054b4d077fe5f82b77f74accc4aeb1c372_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:6c6c911d3aac2792169bd09b0c638fa068e1fc8ee77c047ddfaced6e984aec23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6ac79f3d17ef043489a093be59a31ec56149c265bfe5a3d6c1d999442f0a97cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:df81631752c241659beb6ca6ddc5adab0a76ba7d421dffa787c870c2cf8d85d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:44b1c4eb1a9b38dd2945dcb51d5e1e63fc60d6fdbd9e42f57c3f4e685a1549ab_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:97403345d3e786ef9ad2930cad211bf13c5f99f2e24688a1dfd3e6366d115141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:903797419160c6d4fe5811856eb727f53f8c5ad9e34706b6d841155dfd59e9a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc4c44660119b886c51782d7bc8a55e1a9f7b6b5e59d317a57da2bce502510bf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0e6b20a59ee85a861a29b4f4fedcc50c8396534d3ea6859f3046acf722fcb079_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:41f334fd2121830928a7b6eb3b2f1904d99f525b50761a756a105fb01cc7f6b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:48838eadbb1812821f889b3794c168daf504c555556a6751d17dc9522f141249_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:62839d47fdcaa9a1372ffa64661614b09912d233d7c1842fb53c228d1678d34e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4a043837c6f0c21ac374fca27832c95b0c59f5d6fdf67d4fc232e595368cf785_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:72b49e79da0ab951c837831ba440220c6ee93e7ddb6bdb3325bd47869ae6a977_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:91487191a7d342a56c7ea5a13e350e4cd52ba5c292d3c6325880440215bd76ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c090d4ec1678fd326b1239719dee3fc8294e8d7993e8ba1489dce0ba5c36fcb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f1a650f5ec07710430482e4ec68e98855b4b6a7e73afe755eb4e46e85caf0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:47405c82f8c422b704c7534a361a2add61f7a46e3e636a0cd84471834a5b8d0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:622f7adbc69bc03a0d3b91b5a3f2d48a67e9b8659187b21e3b8ba157cd914b4f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c4407e42ecec19e9eaaea79c51e9147bf4302af5b35c08c31ea4993d38ff6931_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:22b4a31cf424c943201f3d42123439962e8ed84fa90aabc42ac4eecfad7b8774_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c7be6f5aa6b98ef618cc4619aea3bcd3586a50afc78624b5df5650da42e3887_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:be1028337aca3109f69e30a2a3fe9d6c37717d6b585fb019095ee466dde697cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c0b12dd7403d3434730ea57a49e383f6d6519d1bcb59f01400eed88729233860_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02959099bd7ecaae627c5c4e997d6518c6848786dfde1bb5ce76f39ebf70fdd0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1921952ed38ac8e19c6d974a18c02c5922dc82c3575612eecde6a9ba2033d685_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4a977bf1a39be5ab0d14e9753d25f47da4a4742bfdee7e8bda50edb302428108_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fca7a4840489c345b940672141863fbe13c95a247001c86a4aa097d0acfb084f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4d888341b6d9919fe91ed2ddd5b7a3aab18dddb9e2d42dbf50a4175242e53ee9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5847fc4851ffed39e1eb579bffa415e577ed832b8afc56a470a47d3d4fe07752_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:785c7d31ce3bbf3832959fb435bf6d24069f298a9644202facf98bd6cac31ed3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:93124b21c5b0b1f81fa06cb223926bdf0a6964f2f624318e269be58346924e46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1d025dd19ae0aedb12d1809023f0f00bc65dd4b2ee789fafd151cdd8859d92f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8bb731c8611bb5aca6f0a2523f0b6248ec2f10fb89cf3fd7520e4b01dbf79fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:af29aaff98b581ae991d694e5c023bde6e6a15a347c2aaf38a72a01f27c72577_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:df2e6c589083d742ab3eeb863dc26a267b9e3b4a86f07fec2ff5c230733fa4ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:705615555309ab38672ce9b507c476d159739f15b72e5db7783c9832097fc95f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:71b918638b2c5f6aadaf50905842309df50f81bef7aa5b5968378e8c1f6a4854_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9cf675089f089d92f18bdf03c477dc56794269ae5492009d3ef5edb198e1a8c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b7e29f477ddab45804a33d40896a3e47ecc43f422fa167985820ea65739c2bbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1cf1fc8622537b1d85440aa48d991f3c9d3286ac3ef836d3fd879e7052062c89_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6ab771ec7ba143df992a08bd7126a1f901bcb9f7045d891e47dee2ae9d0312a9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a32dbfa4938a63ae08c83dc13b30e5fe1951cc0dd21bed411310bd1cac718252_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:de530399a2d70f284600274be7086b88f29098063a64dea0a8528e50f8da1371_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2de3fd6073758b51e74bb15f45750c3051365dfd2ccd40f35e05c38d90f43de7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:47b19a623905ba772c8ab9f23076d0d96d4283346adcfbac3d91ad62efc55285_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4ac2021ed4737c3b47ea9afd0ffbcb8ca503ca304fc77790fbbfaf63db0b0fa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c79f300cb5072fc8ffaf5b21288823e880f47d2bf6b4939382977ebd5addf84c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9065f183a0acf14ff350d66b5287b1a33ff4fcc87ee3dff93e8709ee7f1bc534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a678ce205c6e2cfcfdbedf3cd3572dd0e6ee666f16ca85b46d519314786e1491_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:db66960eb91d3348c05323a38aa77186df1562b55baadf5b5bcdce0955b12d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f2e73e5539de90c8e9c084be136a4dfc8f6cec7c194c021e250ad99958fc74d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:34aba916b85415a991519315dbfbaabfe50b66f9db2df3ec1c40c4e71e222630_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:83a2a3376d3bf48b8ae63f4363c0d55f7dcdb7ef02ae376ce0a98decd34bc82a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f15e8277bf296dbf349cd86cb79d12bd4c25ead2f09790ac59105f070940844d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f287e5a040727dc302ecc2d748d4a3d67edb251986ad6308c1c5b299a2824ade_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:902ae0554671c205c4893a57764bd20b23549f0642e01401b2d124a2269492c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99d5a7b3464ef87de24f5139f9b244878ed6bbabcf0d5e9efc8bf0a1c087e70d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c88ceeec18d3109a18141536e37eff494d72ba78b0b8bc3aa8927918f92b6af9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:cafbe979687617664e08635637799a95d82a90ef205593fe8e1ff1a331445ba1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:24141ea740ebafd6ec8992604dd309f23bb9530ab6e382c1b9b8f1102c97e283_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cbba55ecd5bb44889c6c4434325c4fc3a10f8c6951b15c8b12f319ba7bc6a04_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8471ca32474c9b2edeeb23b4d063733152632b7e7058aecd77e510ef99d791fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e1405b20b9bd31a0bdc008d5eeee104e243a353b078c2768e3ff1abd770b6315_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d0f74af14b21a41ccb5fcbed9458ea56e87ac1f0ba067a64a6117687f223503_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:290b1d4af63dbde808cdb5c10c5e50c98e5be3f36551e703b9cfc32eadad1736_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:339c52911584865bde949614d8a5673d911cbe8a6b39a0b97a1fdb715a912701_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7c20dc69d6ea661e8becd06bca24291685a53164b78fabbdb40f3788dbdb30c6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11d2cf567632924a42097e26b88151a84090bbe49f0093863ebb316a29fdd972_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8125ce00504b8bda45c0834369e6fce13b0c10b8481010ae46c3eb5b2c4f8383_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a8f6a4c1d515f339ae85bea9991a93f940410c7545ecc4a244eafd7f46b2aaef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e04e10d90a1c29a3dee8286362e69a43b5a63bdd3857885bceb695e8e96eacc3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:01f921b1c591d3685195e1d89d5ad45c504db7bf95a5d64b957db3da8b381ebf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06d52abfcd7bfb38480264aa18663973b133a4aba39f1109db3b605a81ca45f9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4014bf9fbffd0e34b24b0a401e3d8f548273cf07ef5b6fdddfa814d3d2ef48ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8dbd84845222f50e9cf2627de6ac91dc3dee61665e8138a8dd658ad80ca7cc09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:40b08f335eaa62cb29d23ad9b708f6aaa350127b0d78f8078572305eef514be3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5511ca08c7b080a2fd353fadd831d0a6102bcbf7537663c5e4253abf2e837147_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a4779ad93682b206d84ba3d3405cf093f7616de223e31f07c4ef3068be850b83_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa243fd4fc92150af5543b839bb5a8a8d9f7b1c3aee5e3352be34bbea33a5bb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2d726021db05e85c22966c5e8810be86c8fde70944d4c1adc075c513253cac77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3f596a68b083b88b51dd668aa3eaf6b4af57491727db1612d65b9ef4a07b6214_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8412de95f0d1fd4d26f7e281634c311d416374e925dac5ee63c10cfd11b2fdeb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8ee1d28db3f3a4f9a8c3eb14a02ab132a40f0cba2393cefe0f97655b29c008c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:05ec4fc0483339ecaddbdb723142437e62ab796bc2080098e24a3d6fef87e761_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:435dc3ed491543bae30a1b7476a708b8ce72e0240daed0753a36b90974f74c22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5055cd45d79abd5113028dcad5313b20586efc2cd630369c288bace525566824_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7491ad3a633c305ef58e21d327a78bfe8c20e29d3065d54cdf1a12151af8f18f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b24021ceff84c5e70499eddf7caca29959ccbc619a38b1f39312a9aca9b6de4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d0827fe18ba307ac4371b715ae3a22ab4b844abccc3397bf8072b6a762fff2e1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4cf9cb6cd4ecc24f2c9c71b4575875d0ec45ebf0b2ea7013a7945ee21403f76_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f63d1af29455bfcfd4e21c20517c768a1b4b8ac98364b18f470ab70cd09d506d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:05b1f39f625243835cd6b94192c147c67b83509d954785ca57ba9373fb25a624_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:332e15166660aa5d88bf32bd924b14bed8235af2dfcd2ad01a432deb51def007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5f6735ee66c24e351c749c9a94d5fed9a9d3d46d08e79c10b6da56f3c85ee7c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cbcb10ad3cdc0a97cd736e1a4d46ff57e2bbc5b3bc6383caf3b426af2298e2d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98744861549dabcbf1056219df3c0169b76418fae8fdccce5ac1df63696988e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9db002e7e76eeb85306b0d425fbe6adfd7f0856500f25b6eb5bf8c262b340997_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a0a8bf5d416d6b68e287eb361344b90b282a3b8326a6f28c4379be3ef9c9170d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d7c4929f428ffb804614e7469b03e8fa2288fcc5504833ba72539eac16a9dcf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1926a1e5297e41041d7d2af8246067be6c793bb7e4d9b4cd4dc9da9d7004062e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ca5487eeb83cd879a196bb3fe78bbd144723c9175a1752269a3d34857522d805_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dfdb8626504e967fc9bfba7dcf65516c2a8582d4a83a6569d7892d99e865a4b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f8899e7b479006d8d6c14e127b1f9f65c388ce647df5d6a97842d516bca8b0e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0926fdc236aa3e2fb26335fba547b7189d4ba1be12a89a4a829b9da8af45505d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:572b30c169468e804eaf7e1cb19ba9124d7dcc4d8777bc82f77d59d0f2f5cb55_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a484bafd82cbe16e904c1f78d2de33082463ccdfb4736f01469a5060f7c3ceaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e7da39d05d49e4020c73208ab95c7230fd5e78a4eae2ea0a353fa0a97e99c8bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:64c2f2b56bdefce3ce1b96628080c1af4fa62fe4bb595831972323faed2c87df_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6fdecc97391dc0f7fee88ef14c48b3e23b32a0b7ebcc1b3003d464ca4a3f3a52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:8cc048e598f49262341608d9326559432b12519b2108b232c0a88eca7a82fdcd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b2f94b354de0cf44ed4b6440ee3875757a809eeb18eefc28ab133c5e1b8a5990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1b4e71d7e6b91f59ecd19b6aca6d23cf0a742e9f2be983f94bcb0f4e7e9ce218_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:91f18bc479127107fec884aea23ac5bcb8824ea4a000df90ff17c21eff306030_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e0eb07eb59910f03f41caf262d78ea69dd44a41f82162c4a103371c4e11ffaa6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f15e6d5451749a89abbd90d42dd35ee92cecac4efd49660902a7cd117582f3b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0c5748932e208068e4c6285d06df7e44af61cccfdfd9a110dbf4ec41383161ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:121038ef6b4283e4a3e2bb080042beee2168983faa511785ccaab80beb5d239b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9cb4d1b794d060ad504c130fca650aa2bdf6366b08470ff51c86c24f966e09d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f88c45b83e56a484b501df5622d8ebc933fca23f2b9cefce1279b145c1618363_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3789f6202a8ef37ea9ea1724dc14987b12a132b2a5f37e1add4174467fd91e01_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:74b9afa30b256cb3859dbcb0fb2345c7315efd5b221a1933bd0aedff00d4384b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b64076e354e182632e9bb1a732cdcac31c7b67f377a3a6d3e16f43878579e72e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd16604d896251bf6f6ad0af39fe0b231173bf2899f4262f677680f4945d3b3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1ce7535ba173fb0e2c1cfde4c4587d73e356263fdadb245f492d020cd67dc46f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:87b996946fbd79d687b241452bc1e4c7b68ad1cbc5fce503887bd61f428dea82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9761c8ea9b23641fdbc3fa7ee163e1dda1e65dac2b381dd007657c5e6f0f6990_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fa3b63ad471363276c5b4ef07974ab70bb00083f86428f69e67afc9e5b326df1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:280d2dae99fe86efc2b82badeaa553284df7c5afc11329eccfa21cb1cceb00c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:59f09fc0ca1e1b697e9c581b0f3c2601c1e3b5ddfe2111de305d3b026d7c186b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ccf5c59303405ba91b21de9ddb94d932ba6ae60019471d7129a8d81f03e26e53_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe588d3639c4913b5377887bac46be9f826b30409e3782e7c0411ebe95ecf8b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:736bf224af04467f6622c04e9b5708deacb8ab1cb3c97cdce1f8ebcc48e7fc0a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c6ee3f39b71057d1374f752bba9feb5a708bc4dfc49c9fcfd39926baae3f9993_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d99d394855cac5192c2c7670401b320a211d90f74f7a7991a0bcaf7189f8029c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f04189a8062571085ebc72b8e838d36b64bb97a8e1cbce61afdbce81c6a56ac2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f86d08f550f0b83fac377251a2e780c3f3a90433937cba72fc4aee32dedc93d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:1cdcdbc5f671e4297cad2dab6b20c1598145555a6aca118ce39bf1b580bdc085_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:67b2e87590f732587948add68fb488cd5b9986dadcb5e9f59956109e19cf29f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8cd7eda283049335ed8b6f023009756ad90fbbe3bce5d4ab7156de9a8242e355_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:103196d44af27c2d8e8541072536e2e2a3e59f8f6e942ff984026fe5ca9b94ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2970b844854cdf7a1c395d243e86924875c651960ab0af07d26037895e1a53eb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:881566bf8560d6147dfb2d72a83fdf0f38264c4e0a1559f20c97c1b3fe21c50f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e74c5cfc507babae759cb1a13b987f59360b904be9cf80d5dc55263d773186_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2038cad7cef0b373f5297bc9bf338df1f777b79fe270edb9d1bba2440d552410_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:246ac81dde74da15e849f3543cf06842a13d6bbe4d0ddf249940ef36385d2b38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7ebd15732b6f6ef5f366cee2b2e05526dff583de47d78d19259acc7ee50ebf98_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a7adb73069f50998da64ab00a7748e9479f6d39380ef7cfe0dc81a55a178f74c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:1b4e73e9cbb4508f6e3f5e4522470911c35f4b6529d9bbd61e791545431dd976_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a13699e84d3bed5f83f8656bb63d38e348e6561d2c6d11adc7cd27294d44e12e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b49499fc3bf0ac4da7964469728f530c2474c080cf18d6d95173c827f6497727_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:caaa0a3ed9bb61b3356e29c08ccab4b07b543bd4661785e11af9548383aff831_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:448880c4c4f5ac24488b619f5fd3415bfacf97950f7b819f6f35f7ebac936235_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4d4dbd56edde5b9dc1f8e8ee4f5b709928efaece3943b580a738c3735f19f0ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:92d916235ca7b3b785443986d77ff8084a21971de4bb4e57805e25babad67458_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb0895d3c3ef846c969f36cde45c6ed57f8ce7039cc6ecbee71577f992494ddc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3614bb6b7684d65fa02e21ad766d9e18ba8fc292bed89ac4294af6ce4e6b831c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:44598704737d739636a7b1431f9192e7c32b3c69222e1c0d461e593604b92c79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4f17d26dafef0f6cf1879ce9a2812b8dd2d35ce77f59b9e47d1eef763aa39ec5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:865ee09a0883ad3ddfc4ead4127b08d964aa3a89d5d26a7dd9af52931d1c83a6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0952ce6368ce2b71f77cbe83aa9791284b8a80465d1cc148b4b4b6eb3275cfd1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:28e36f204441718ef6ae65e65e0159b9e6a79caf1452a580c7ab44fe2f46f600_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:52ed6558ac80084e7c94bd1e92bafa85f64e700286a94d9dbc8ed8f3b3b8cb94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b20b5feb482b424cf690e6f55b89e1ffcce37bd41233c174cad1380081327c6e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a9b74c247c939c2ff2363128340dca788c8b522433c3a7e0db97fa0849263486_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:abb6b9c35d3322e0d906fb1055c8e440197f95e57dc03189c625ce0c90da1f26_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b82e91fd4ef9cbadb8d76a895ee437b0b21855ef3384daab30fab882f1f3132b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb323a0f74f6ea591d4df2d79a4e06d84489e186153cc111b4f20e622f28d588_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6122387215ed257df55f792aded85388acb692568c8a652c82ea7c84183fed0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65aa22f13b104ef68e4eb2dde6300e0f0fe376b682fc7c163da01699d8165f8e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d67c5879a5a2667a44fd70434bbfb1b5c39fce94f3bedfdac65a5d3d128fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c5f4f9dcd173cdf67295d73aebab4776bc3565a4791d651db570510a9d452682_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:09cc2925426240bfa4af94d495f456a27c6b7307d862faf4519b0b8be614f601_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0ec2fdc291438377d74795dc772fabb5fed81887bc21e8ffc276e7c0491ae182_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:499381b1d5b2608dc7cf3e829699bc4f3103a2d5074bd4f6da52ae07f6bbc956_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8067253ce489c622d3374158da76d044c8031054c35fbbe4b4b9d4392dd70dbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:90a207a38ae65a354951a17ec2f264ec03d04b12dfbbc6bd1b33c4f2cbda9e80_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2e1580c9009d93d42cba6983db847ad0cc6740098a811500ee28dc8acc3647a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd73bb7f4396a830f603b69e4ad2043dc69a06bf3dced4e41a1dbdaeb55a27b4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3a7cb8ccbbff5f311d8ae934423d33bf372a716a9c9328666db11b119b9dcbe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:349dbce89d51249b833c644973820d494b49f821ec1ce6041334d5404280bc4b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55e431c3b05a2257cc140b475b4ab3ec58584a919d63194a53167eca7a79d4f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b32e72035c695f08ef6ac519d3f0acaffdc20b88beb7433431170c9c6e2b5c36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f645acfd696bfcf5d17d025ae787205a6331dd62e65def6b5ed3cbfbe1272478_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:08671538bf1a2694b66454390ee777ef54a1aec9ed3436b82a60a694a094f6f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1edd80c7bbc1f81e2561596ca7b51ea90d84e0f9c4227d488e46d8ba1a6d264a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:44b7901ce6b53a19830574340a9536a86d2c7ca5534eabf85dff7b643c9bcaf5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e8c1f25de812fde0de869d073e0b613cf6b2e6ea423ae5a44a0ee0ec458f0516_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:3944aedf2d50aa8ffc45c861981b09d48dafdd48b14f0eb7eb7554477df79ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:56476d218d817f12156e67a5949dc5aa96cdfbc47b8af87494e68a5599e0ea52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6c5b8151e50da270d904d8588a841bf7122d79fbc9ace16281ea96609c40b342_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d96ca6ca34d38debb586165c04ca6aa3735d09d25f89cb60043fb800f5ccdf7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ca69d38281c9e4a558f66bd2958c87e210a2dd359d55dfd0caa6cf98f0580a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da702028bc7d5c08d6fe78e216a4216cde44e136bf6243b083ebf51d10a95205_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:454558fb455ceb249b25ec705353bbc284659342b70b30affb299c700fec8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1b58fb1f844d647468a82553485b024ec4d8bcbb74b6a8f39b6a5ef99761bc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3e825bde4d1992d23cecafaa919d793d51edd51f704ae5cf6e9491f9948d6092_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f45f6555fb87398d083da14d93d643db7e24ef9b4994a87d807a3a1b4793ee0d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0b397ed89ad84e5fc20bcb4546d98e887e6c7e64ed467f603fc1f2b790a1f83d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:2cbd12a650d5cbd04d9e8355ae388d3dd4bfed331156ea7b1bbd60df13ba805c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a39e5ef3c67656efc97479b79e26811bfb1a68b1f9fa80b2fc85bfc1dee084a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fcf43b3b0c077fcc7b0d97b550588c3edfbf21730368bda41c3586a02320ce4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:00fd69d7b8fc6019b059f04b1a894bcb2b9a4cebd4ae41a9c0177c4f6a8e7316_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:44b7de7780e7851318a8c68638c1fc221f97ac2e5e8a50fca465a6467be3df9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9998e2e5c1065ab7fe3ad0bde60701a8655d8ddf02b18a27c7fc1689d9ce05b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9ff4e2fb69c0b97daa101c12331b66b923f7d7f49f69da4d35e4101e4e424d3e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0339008ebb00ad18e064c48f06cddb24b6345cbd88683b91f8a7fdac26adf5bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2e31c5aa612e6655803e42f01aebd8be50658ab9c4b821ecd078d4a9c9a94261_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:893c6cd732f387c68fb0aa2ad61a319ac2a1b34186114b43e42d49ed1c8ef0c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:99e071daac0bda292be8db1fd188ffddd474cff4e88d0655e4a793396de528da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3d3eda47533f9361cb35c1c47626b68405e4604631f8a32a26c79db6f683d709_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8ab5d2a46c30d327a9f55a3d3de7a1f19e750b58e4f68df24c447a41c74a2e87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dde11d10138f3af41d989eb88a34d9ba0bdc3aec129a3931a6689df3990d492f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e75b6d682677fcaf0261868bcb1eb082fa3a668f5704ca5385274952f1736a00_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:01cd4c1fa0906130ea3499b05234cd0216be7aa5e00e144ea3b086af81482d7d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8786f067fc9b55c3a5c3d9b252c479a31b1aaf68b99c94e79e4076a3285f95ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bd7963f1f24643df78e8f316b6cb2a9e96cc395bf8cb87304cef0bc0bef65ea3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c4a35d280bbc2e597e8c859e829f94778e19492fd3815ea9b275fb1837f2d4ab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:01b73cd5f5f06817a018fdc04b408ab945b0877b8ffcfd984ce251b4aac359e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2ee40c78cdcba111261ec7fd55f49660940c2c3debd2cea97fe37e2d5975c579_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:720bee107d4056d6c6a2a96af5f79709e1da17c445e08adad1714f1ee8939193_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c9fcdb547528145d1334652190386064d77d60774c4adf186d776871f36c31bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:224aff3fd638d3a6ebb6954a7923e76ae25c013d65f6b257f5aceade4033ebdd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2a96dcfe4ee750b8ed68fd520841e888cbf8c4481ecbc870776f256c19172f67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:398184506d43278f5abb00b3dacb766c6cc3cffd94fa821c701e747add69a40c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ade5a70976b138460825102d0d1df849e4737347a1f5e6714fe7aa64c394e234_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32425d86e2f8be3950af53a1a07295bde5be3b94e089b98a9792e64cde936afe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:3eb8f7f67a791b685b4c068cf5d35186e5313b91158b611dcdae455a0073128c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6b845f5709b42acc145314447679bbb4537882813335d904e653772341d95d7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8e3ca94ef4fac0e591cdb961fdd8ed9263bb77153f1269fecc451f7584a768e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:48be3d9d458707679a275e57d671671ca7e6235b0f899f79e6113727219418b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8266d1ee4b0f374972aa079f42a0ce1b5a434097fb057f90367e95d08b98273d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b9ea44b4e7efc178f82734a0e03397ed2050dc4d0aa12bb2615914be1b3d3464_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f6cdffdfedfe14be92270141e32748600fb5be834a25f636dda6d729c1322a5a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:065ba00a0c6fbcca3cdba1e2ba651588bb2398ef8fc41da37fd65793c66fd881_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5af9ff402bde5b2a56e9f006cee296f1b5303018804ab53f24693958c0c81cc0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a133782736ada93f72ef1ccc5c03f46c674ca510136031f0625f2ffa43d7fde9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a3d307f025098053d765e1eb32a48fed2d1e64a26c4d10ff3475168439fafc1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:13a67ee1b4ec3b13cf66768c9fae19ac71f2f2de53d289749a3d0722d5ea05a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:420cb2ee2fa3d87774cf2520813e79b48180ba6de5535f1223313712a8c25e1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bc729dc4a6211076736be18ec3c3eedf0855a39207e453719f5e76765782a5f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d39370b6202f62148ef699f72e54cf122f06eba7c8d64db2bf2a17086b4b70b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1c1c6bd129c425cbc054652a94450a2510c416a79185de7c779ae919d5f78d3b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:441e08e51f09116b2aaec00282f63ae7bc1912d3dedf849fc3bd515617df13b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:60e2cde8ff38f2867c3ee328c49c78e9c221c74a797aac8168e9a1511f583374_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9e8f083606d913793bddcb53db9d19b584cfa215925f0bb05c854cc3cce46eef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4142a5135ff7c509860f39f6dcc8ffa312b4e24a1168efecf53cca1e3903607b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e35649c4edbf940628ea29885ce9e9e67ca748f622ef482503032d14e17d1ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:c2d804569b6cc2a0aa0c5cd04d06dd6e2e2a8d3eb26496d9c2c6ea59e42ac79d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:299674c1657006b9b90075b2f32310df2bda6f22b0e39ccd7c2261c424aa235d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:53b3d183dff1cf1aec91426c1a034181f12fa5010323372e70ff1451f35343b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5c075ca080d72b1cc9409ba8ba1d20107663796cf95c05f6a34f7d590e8a3294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8f597e03dfc9fdbb8632646c72bdb15c690816166e5d93b6645adb5b7185c07d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a05e4f4d7b2f90f87acea8276137e789ee1f3f11913515a9adc8ffe20a612274_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:dedc2b423c2ea95328a76d6fcbb3eb7e2d251666d7e4ae065490b304f719da4d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:07149b5153505d1cb8f59101ba3cfe8bef6698b87a6bc82018a41719c9bd55a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:277e56c65a23b28454229da7b0df6413c4ed12de00f5daf3733279d6c6487b59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5f50989f0a42c563d78baf4b0f2935d57f5c26f48149fe6f36bcb59ad1926b2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:02db458d9359594aa9855d4a892d8a5265ad9bacc246a2011c5b9dd8388bc9e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:506735bf56e19fe03d7608921a2c939ff1b4f6739b393d05694fdea7e32061f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:74f3de8e7c7bb873e51618a8d2c84291f9560c36b98126d339c5fd96ed741cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f2cb5840deacac20bbe75f2af6972387a78a502d865de1ab5a4a12c9475b4a5f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:21b3b3f17ed5ab11cac03a72db6cd97be86b86d27f9c80fae428cc3768e0517e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3afe86a1db4b0cadd29edd815c8106fc0cfca92916e8a7f33fcda8c5e5b21914_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:637d5dff3deae9e41d03e57b5179ee8010d660071a7e6129b115aab010d112c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7dd551f8e626ec72f135fe7a90b7589b26cda72d831817dbd369701fc15429a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1ddee1f2ffa31ae46bc349974d2ca7a00d38104ce991c7bd6760e121f1f26e11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5f0340a539bbb0d4ef8112319beab5a81a101f2bfd3b7c7f1e60c24236843241_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8d8d4cbf731faf11f67cb8b562d8b5bde1363713fbbf98bcec019d28e4513c93_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e55c4a7a3adf49163efea992ab8d48b7c0513dfb3545147ec262ec31e619cddd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:19e91f33e5a2dae321ab08e82be3dc3e02effca2a1782722d1d51716e2a6ae44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c7957cccfbf1116e9c34c973e397fbe39aff48abe224d3d3640856b6e465d44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:57660f110d32d19b5e35a14bc5167e6944aecc46140664c8489dd7f8b7956a5b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ed3c0bf31ffe32cdbbc7e5d45ecd95a584a2068a816a160d9c45d5a354f5bdf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0242190f05088ce500fc80dff474d15e3a764aa21be0a6d9aa5da781e1472aae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:4cff8c79d0ff04caaa11011c8ecf7b2075609ea9493cc26aa46b37d49696d8fa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4ad1fbf0af49869bd1e3d73a869521f5fa895dc93466a9b86a4852113fdf9e0d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:8ea6d4c0aba37c47c1d0bc96fc7707731762b050aa95d5ba7e6d13f29f252511_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:195b548002df55721d2ed620fa5a6925a2d7122400dc987e61bdf134e47875dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f7af0248952398d2a00851762b3defead9551323ec4f11534009a867ca6e72df_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19e1ea364d58d09f6d52350380bebba7e642f324a88c28044c9f97e2bcfd61a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:28e2daecdf7e72fb064351d1c84c2c993298249a65a0497d06432060923493cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4548f5003a7fb5412ad25353be182790a2a64959ae24a278a7b5170472696c2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:81673c0d92b1af126a8ee1123f1a4c4ac7aa26649b86f75ced4479d0aa5cd7e0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e58438456be3bc7df25465a6d2fea766dc57f85ecb248faab74ace0eca248d1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:0f09f6e927d9471d54c01527948cd0643a091a7bd9264f9245f53a47518f26c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7cd9b1da9d842e8071dfacfd217ae0a42c2d01b3a55494d442be0fb6493a0eda_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c73d67015c1a78474e93b35c2f2ce3371708452dad77ff43ba431e103944256_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4f1cdd54b8403f8f469f7d29a8bc2419b9586b6769df9d50c97a27d19d33de90_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6c029839a481bc45c424e5ba6400fb00f66821f2be36bdf4770b19396f9c20cb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bcf7441e9bf05766a50606c7e514395ba511a9887fdb260ac80cc9e408a588e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1dcea4445e9a4d7d796fcc4d3fb38d66a4669264f7cd9c41133750206a1d23d2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:36994023a85b01f474284f1ad880d8664cc92659a147b75e8897c2a8d96a1a71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e2f6c9979224cb9e6cca631d628dcebaa38a2be3b55bfdc7b2d549596cb0019b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:e6230510f507b363ca68b4b2a1709e4245caf92adcdc7b6de7370762a69c0ac4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:143431da015d2d91e72ea1b71683f88286cc84314cd585dd351ff4b4da6e8bc6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7588aacb23cc13e07e64ea5c2b4c934b94b23d765bfb20c4724753e79d773a9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:853a30d937c449856841cf803458ec6fa036da6cfc4716597dd68daab9d325af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:fc30c674e4c8571a5812b8be4aabf38ac978e4b1344334e22a10e34dc324e33c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4ffa5edbed7245f9562f7346305b3f349c22232cc595297c61e07a362ef46649_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8aa06a57a4731278936bbddd35658bf1418bbe5e2bc06a3ebbbaad90deccd20f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:adca75c7c7762b94b71d07bc4fb05eb9b001a461d482bcb2c3139c62368baa47_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c5953f7acf3484a2f9e993b3be168da7bda113c336431249cc9b1cc2347572aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8a17cc44326bc0db545c5652452e437567d4eb722aa7c91290ff78cfd328edd6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb3c3d72b3014bc9dd16c2106855439d616b8792bbbc67ae82b49181ddad2062_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a25384b96400171fede49c77d773289e4244227a6877978d9cd6ff308ef3c15d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dcc3bf38f9020013530e930e293579f415004b0c14cf7607365b783adfa550d0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:172d6b24902b13c6493ee1dee5aff4e474b16a982500927c2b6634b049e34294_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1d715ac443da3983faeee051e27c5a86b61e100525c6c7ef7be4f4f0d91dc6f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:18f546eda0159190af96ebf33b5d061f7223841630b1e1a080d646fe1973a96d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8d1c5d4a234b11636ed9f4607d7dd47c289bae05f1c600b2dbcc1a93a4b1bec1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:303395c4f66beb02f4a0aca7981b9d05584bc736b0deef983d48c26d9e0c735a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51547edfdc8a16102723fc75c56d3569b972b09a0009ccf20fd4600e310f5ac8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7e4171b3ef10a2e275e1b2cd5ea41a75c749b5437ef519c4d9cbd9e0485fba79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dbb088683a748bca1691afc439d012e00e782744a059c9cddf62e5ed1447455f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3950e6de00cf4d5f4519186d794295689a6250439e67859ab7e83688a9046e95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:62a8528ecbb4f9f6e31cbb6b3726d686ce3abff1f9677a6f83654e866c417df3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a50d8ecc5b23e734ce47a6c5955349a5d26372d9dc8a638b7bfcd243ed3d3b52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da37b98cef43c5410da326b9ccbd89f5553d2d2208e7411604383a77913efe09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:05ea4625eec55253f86b454dec2742638bd4f4993d2ba0d5422e8d7beaef864b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:abc4353a8d9a669e7471f984ff47766330f51e9c36d1fd720c8783776cab346e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b143ae79251dcf9ba432c7b3db94f8321fa33b78d2a4e6a5088c2d38461cc3b2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e4d2928509a1b0daf46038b10a549e54df7d21810eee98b4a1c81ffe592a0e35_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0760f5e652e7126a5c8927dea91d2861e2e8c263b39b16aad7fc681376a6883c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:10583ac61c5c8f8f27a8d25e49da53710d449cf7b799296675697996c96c171f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8cb8b5d563cf802ae5a0cd506b27d14b1eff02ee783a41e946ba2236070918f2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b41b6405c17283f44967f210ee90fccbeab190f7a0cc60b2627da1770f0b5529_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1574ac4627c46b08d29359a45459dcb1673642d1f57f21da3048079c44a4ebd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2f6809b5fc7275d1655f894f02bee60ed996fa8fc06a93e22510b106f9cf1b3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9a39f3966d4040a2955574c6b25dd1cd4746d99f34739756ca747ca1d2394dd3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f03392ef674d385516402d64e7fbeb4f682fd4bdf3cb9d181410c275b347f74f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:27d854f0622a5725f3d6a1dc734cb7e993f89ebee1f8c426f400f80e4af5b0ea_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:538af3b3678b9fed1843ff31fc35260b45f522f2a8a344a1fab54465ce548857_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7756873cd0ff6ff3861176d4bad3cd177578ffd4842770115a42e326cf726660_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ff195ae0c0b2803f561cf75972798ae12054e6ba15eedf2c16d3e077925b8ffe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2735f7ba604c51d1c625b0e9b0df3e8b96ac1a8b559a2ebd8ae8ca79b5d4203b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:dd9629f2839b3b402feb38a9a742b1ca299c0adb0ef53f87efe368025c5cd09b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f05756deae6f9e544e117a9b5d0b6fba6ffa477e3d19ecc490865d734d836d0f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f89603abf87bbd02347002e75718ccb74491d9579076447c2c2c269a1eb79316_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:207cd7351841bd0b8b56d6252f014fbaddfd436882b73f1db8a64ffc204ead86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:24d535567c4cc4f31e69dd3cfd2f050e9fb51f161d1d676cc978e70f8ffddcf2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a4311e85d138576cf240013e2db4364c0f455d4e007823695bb5fb3438f1391f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c1d2895cce7b7e7b7e7f2d5924ce880d236a2fc47ed52f26822a44ee9c897315_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1ccae922fbbdbd2c7b40a13a974b28ef66f17ccc3461d401c68aacdae28b346d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:c096b6ed587cc5f42589cb796544cd1c6c8e68e966d835bd8efb556140925523_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f85a4ce0b14eefc35cd5eb9ba4e432c09dbb92efeb235dbbe317aaac1412a767_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:49a539a6b8b4c69ce993cdc5e6cf6c98c9dd2683ab127991c2d6273352a2ccd7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7a0551ca9e6705f3075cf7b451d30baac8fba175316c5656aa204d391d4ade88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f42daa503a2742e421ecb808d12423df6fc3bd80e5230dd9ec1c865decce692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8021c06150b10db3c8a4b4d1a42c597330de8f59b8caab46dd1274e0399ab793_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:42020dadc17758722b4945555fef8c6bfba0960254e5cb446d256c731a37df49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6e2b738e5c5f7a6e3a4f2558cd965a06d2b2d6f89e6b9e417d433a2ba6bbb912_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:8b957f8e353c0c69b99b6df9c4e39f0e1b0b43759193454ed2930d767f89e82f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f90e056041490a3369166f46bd3aeb5f6c43cb9567e2ca3d7852bfd2d3930bca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:043909491caad0e15a9a4ff4d66a28ac9fec1e47b439413529dbd1b33be2456b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:267c08aad5267e9d15e5f91788600b87ce134fa937458c874f732ac5dc3c1c41_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:2891522f85186d64b1db135d879bf70b8a0f7a52497385b01e530dbf503d65dd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:79197d96cc1b2c3667cadb039410c6d618f85b5f6dde536b5925946252c75d9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3c67e68d8207eb0dca7c215e35c88d93654dcc859c5c7baff188ff8e270421ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6cf8536d44e26198584800d962773c45d5ebdf9a1c67fb1d60e63a96e3c154be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9246b137a731e13a90f6e23eaa163c814186cf9b552d6ce10478b8c7f1acaccc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fb5b8461b313b9b24126e60283062e850cd74e5ed4e900f4e57fb714662e801e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:30f3d207571e30cc67daf75bada3e2f22687dabc0529c9dff9eb4df5fa9f9b8f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7d3077132cf818dcf1f38ac7f917150cf6230767335a3cbef6ec4fea49f0aee1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:84476730e0b72c40993e20a0a7b65c38c0e5c9101d4119d8f9b6135ddc834f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:de3ecddff056834e37bbf77fdba7f962f20f1e596964ff640fafd7eaf1b5caa7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1950a267c6daaf72cebf95f4a8e792b3cc143945a0c58b2fad3be6bc1301147c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4311cddd9ef0c1354df2899203be91d45bbd128c1d06376990d012d5a9b40a02_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4a38dad6f5107fa891ce7b8f74d1c5e8049e0a11265ab58b2e421275505298fc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6373e4d7be182156f651ac9b7df5fc639fe76126ae7099366e65422ed260c533_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:016753501f4be4bf083dd23a9bee607dcb458c4662fa3ac7898e08158f2f8c3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c5c3fa06054ade9f78b5a404cb9817fac03db8860228f3a8ab8e57ce7289fed5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca78cad82282a70210b26c6781b9f86d6d18a62980d09c20e62e5e3592ccad1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cbe4e3bd43ceaa070f1c52715131221ebc369d689bd911b20ef54d52734ccc04_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:09ee479f87f73be1e09df5364ab4fe755acbe625ab79f99b7c59c090e1028d4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7218b29a4d033033423f2940f1a01820199a378a931635be5cf23bf6754e5675_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b50582ab274065ff10bbae60ce6406e0b6d2b0b1195f45d17ea1b4a9fb48186d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b81e101c5816ac541af6a33f67d08d077d6a1853981c01cfbb2eecdf1ce703a8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0317fc3d8656f1bdbaeebdd2d8e98c5a2d6204e5f243d46e29dee37f03c81c41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:084f095860d62ddb74798f04be2ca0aaafa7d29b67edd08f69b924512718c601_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6e7dbd2ed496ac37357a8fcc834f04b760a64b5c3868be538726fb3b42b19c77_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fc4fa1b1d99427281c77b131912ae80f0f83cde1848a1613c28e246565ad3e85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3c6c52fdcb07016fb712996e681307c5d6150172806a922a0f4871347444c3e5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8bbd00a56bcea2884b407ab5a5484e666b8b0bf5d0913e1098e7048812944062_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8caf0766c6416703e7d31593b0658d618f5693a5deed8fb8403c1a55c21c6628_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e80ff4942f266d709603587b560aee86a3df5531d616452158c59d36e451dd8d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1a8dae0b42ae8a68343e8d8037b280016faafbd1372796d0443ec48f6dcfb140_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6e233656eb6f0c027334384a5a93d8fd02c8f6dd20c3ab2ea14b9f5e00f34d02_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:74b7a0faefca95aebb16f4d8a1cc169040d6139ebb9074c6ae6e0606fcbfd30a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c79ecf2529d951ca89363ef71c46f3592b07d189affea5966d0652b7cdf076cc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0d6f439c38530f66dda467af7ce31a35e4c9058acdf8f91913d01b6772d0dc18_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f7cc6f4a9b5992ac75f7cb25e0956b63c16d1d80de51d4c6d2463b88d1ad5c2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6874c245fd5d789ca82e7978cbbb1a74e8ff8fee198eb4bec9caabab4957cc4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bf8cc541b8e0b3a6367dd9a8c7622fd374b2e00a8faa1e5a50351980b25c6965_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0a672e9d0a3396c2466a99cb15b045584115777e81e6b11f25fd0c8c420bc1ab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a63f53e6bcd221fabaefe55b19b9c2e4e7e2399b1392c043cf10293d869a530_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a39c192ae50229f6b2bed666ceab9f07541a023cef4e592f2ba415c68c59d518_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:c42b96f27d3646ecae1a3a201f78bc285c5eac305db29c5e88b6f1338f9c896d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4af0333ff4f8a1353d25478abb32d7b64e8fb516b5e1aaf67955e866a2baf734_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:cfc3b31ae1ac667162ffb29edcde0ca482663cbb0318e71b66d14277a6d08c21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d7d4fc9f62d3e868cdf203ecbd592449f4dc3bcb5b6b8c9d4d6c9436ef505c5d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:dce327a6f80559b5f1eb0b707db9d6dde94e36aa5b2af4945136fb8ee5bb6804_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:02db4d184cdae846aabeb2fbe6f392f6bbb2b98d17a1e7773240d47fe382e7ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:21664e619da8e10e72a7f089c56452dd08bc8f075e3d58e876a1f612b2b4c0c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2a54a15500528109cc92d618fda0517e51a9b4c8fb84669045899ed9086f9bfd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:56220191c4881505437d4c0020b31b9cea7b12addb45e8050543be4932f375a7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:aeea500de4c45cefe60e18ed4db4ca9de48e46cec7d1b63e51734193e12f7a5a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:9e9743ddff20406ebae14ea1caf54866f9ee6830f11be1ea6700b418e05f4a5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1fe18139c53703271b932aea60258a78d48c61166a38d931477fbbf2b9ef1582_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:86ad1b0b9ab71ff1a6d30a906999d45acf62bf763b905480bb4efffc3b943fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d59bbed5b2597e2357ca7116e0cadb923a180f08be311fb860b9a0825c213163_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3703bb8357eff03415433744e1813ad5b158a4612d3aa55dc67d23942f238ea_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6e0b23bfa08aa9041309ffba013b8fbb272e8deb92d83bfe2af1f1ee94533235_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91a7f91d17350ebb1c549f871b21b5bf905c315309261e9134cd691b5d36432f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c3bfb8108047ca19d746cf26b012f7c9c3820abc13e85fa79c6f9ea220446398_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb26524509203b8f95f2f869aff348535ba587bf5c8dc7a7a34d5c443c6486cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:33bc87931a5b1ce53a67ec4f4562a86c697aab9cd6090e0e40c7f45446c1ad96_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bcb41ae05cf93960aa22a16bd3c921b522c8c782a06f6ffbcc7eee8b75f53f59_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:df8d04b062fd8053f94862f8faea6ad0a107eff4668a06af26a4e24fda1967a7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5e0e2a9c952a04e4623f32685cbb5b7930fc165724492bb8e08d0cbfbff072d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2638dd69359bd27a859841f0b5875d2cfc193514fb38b96175bd46cf06d04391_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:401aeb9d9026ec5d8e06d0c3de52c1d4dd0d01590237d76479b89a299ddf2273_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7a47962332e766025b3ae9e0d049a0c7b2c8312ff696a6f81645fcfe9b1e2f0e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a904f1fe7bbdbf0e8dfa106e17814ee3c5101ec3fab5d5bea2f7a9e2c8252139_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:26ff41de896b8537dc5a61bb00ef6b96925ad4bcaa97c0a441ae7c55ec11a14b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5af7387b529944bfe3c2c451c02cf9d4fd36391ac21980971fcd3a6498c69ecf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b89198bbd5154c2c090ef44f5bc94940fd59cd8d1515f6b2ae8ff4cd58e29782_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e5aeadc5599433167bf39324142690e90a9d4ef195d338c6d764920aae688e31_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:050040c1872053725a865da70b2eec29d6e9a596e4d527c1b03cb975634fec7f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:072925d5a57ad73d8e955dd13d70a665c776e8c9bd51a35f62dc05d070153fb8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6b7e4bfae14f4f8059db5cb4c8ae8987f4e5e330d06d7daef13f6f57399e25a1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cffe7e4928472626e059c26ee30a9157927819cbdd3190a5eaae991f010f396d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2faf5d18a1a2c1955ab38c921dde0793f76d57c81c94aa9b9c03355a91cd6d1b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:702987c4f9a9ef543703a5e9efe982ef00d01bd62b30439712dc82fe96d16315_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:915d8d40f0c38081ab8098ee11fde082dac0a7a29d76c1f13f8a7b4b372c387a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d52a94b8713ce912f9c61dce6987333d40cd7c90fa4262a1922ad8270ec3559f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5316985ec76720dfd334a84842d3223b33b4567d2440884764adbe8d9f1c6b97_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c141e90173e23ce656071014d8f22b36d6f71215ddd95477f305e1d138974b1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:de7bc3d87074dc8a49698e612fd0e7456c037e129b63420fe4519ad0d51f352e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eb5f8c741adc1c67f0d9c23b3ac0fc383a078a2b3f449b78202b0a686adee35a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d32cf8fc993d00e39ae22d068a6cb109e0e7c59e44fa593bed9911bdc86ac13_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:85a84c3c97e5136638e411e5001d841919a191915875041980fa6170d6049fff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bc54ce924ff592338334bf9d6982afa3faf58b045b481c3f702848f307b7fb68_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e43716f7a4a88656013882121af515b584c759ff627dcc7fee2e9243bc6e8cc2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ea10dabcdb470bee717d90f0e004f74c59b96d42a61023c06839474bb6e8dfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:432f4a41ff47eeee1d15a3c1770ca96222f7f4ea6ea2b9f225af447edb417226_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a81bd9ac2f49976792da147569a46c63c942dbaa076e7c95e2f07f7e579a0b11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e085663a668db35e26b186d3a4b66e61d82fd08e6f8d5f4ef899fd1f49f83c81_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:27965934ab52594d6d51aa18f8a2a1946c2d1386528bafee16001c3a45d2388f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:31521371270ab238e1a262a7368c7d30bb2d0f346fde7233cdb833085245f37d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:754cc9d9aa88a8d84375146e19860639960a5315da03a49b0fb469919f707791_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ac0e51a5980582643e986e53fa6886429efcf5b7c44134b4706fe9401088bc67_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:40330ec6933670a7a62d3df29b219ea52db6be6728e4cf660f989a78b52b6a69_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:69a93df12d10275e493b2b5136702bef3a9a377ddfd33d93f031de52ff039d23_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c796ad53ec93683196c6271be33ff58c61fd35d5b0f2af2442b7f0a679ce7eec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c7e2429d926e0f86ab2b7483e6c18642784bb493ac2d1b878ce941fab95852b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:437c5794cee337ba407cf456ef7d736a5ef1a25b04457818e7613c1c9f17f7bc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4d5535e5d1195c18a0a27eb77aed59568cb04109e0b11b9b3b92560752b4f1f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a8c11393c073071039ce03bdf07f925eba2d8503b4537b6d259ff5779cc8cc7b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d6c4c6ae42b067072178d86d4d7805de7000a6b4d9264f3b654466004bdfab88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:91e28ef615d50aa6c72987991cd10b6f231419d356bda0783049e76b10ceb0ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:af858c11b4fe09e1dbbec22b99562cc0aea03e7cc53a13bfcebe2904cfc9c4a2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b0711dd038e6c5b557797b40fd8896a5dfa708fafa0df5bd10fa67ea9f33a6ae_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c36a6d5c401ccb2945f76f4145460fb61b150cfa667aeb13b5411527a3f54082_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1780d78d54e6e0e81f58f61f5c6b16684cccbe38744886b00547c020615168bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6d52cd1b126345d583f0143866838128ce46197f6475cb16f2eb60f08c714c29_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a497a70c08c1a1c142e902acbb2b9ec6df6e4d32b3b24c9aa982aae96f089d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8836b9f6e601bec6e408efb37e25ada7c99a3d76fd5832ce19e8728bf057656_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43f8aef60162a34125ea9f95e7d8d7330c7ac8eb893d01271cad80bb4e5a6d6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:90028b0e0a122bcaad73527511dee18e694fe2846687710a9b8450b448ec65a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8b3b7e6e540ba8ceb03d86638f6b53319db3465088e0372ef5309eebfec0fb4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ec79bd4481898e4467d2e5f32d05662908936b06cd3f7ef1420a98c6f0a4e1f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:199d34fc464fa551a147a120afcd4eb44117042a4b4ea04933ed3f17b0c142ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c2f2e999d26681a196bd4f044efdef55a0d137bf01ee039d0d6af21d0f1d24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:89cff1bdbc386572c0d8f2ea26087dfb728803b2c90329bf6f0f10e2ab781ee8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f6ae7fe2a7c00f8beb1fbd593d005a4ce02f8ea43796f71b11aa5919b23335be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5891c3a97270f608a201198fbdf3fdd14ea25672ef4063de4fe0cd71b9566c48_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8906e4a8f9a3499c09bc2aa06f6efe7ffae70174108c31040172f8e61e64431b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f17f3ffe3c4687048402649d08b57a258b5dd4fe647cf034260f4d5e839d21bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fa57563e889b072f3b9a71bcfb9a1c1723dbdd1ca9af072760eceb790e5d9f63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:01dfbfa63c6a054c432b329ef61b460f97e35f9536a325ea6c79acad49775eb9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c16eb9aa833123291d76987a9d12b51c7ec4d27d7da395757085aeead6d49d6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:c7f4aab3d25e55cdcb750241c4a74026e9264a83e83127ec6787c21394191ff2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ead78a41605a84c33874cf439f8fb7ca4e40d238311b944bb6573c3a74599c32_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:145196f7dd84c4a287833a6841514887c452fd2b668a433af249ed3010ec5406_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:16f14a69ca31c31d6845143f1c1ab71bd847641b379016324f5359ab10d5565b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0fc2b10cfdcdae4217e0fa1eedf0e5d406516fb18d81c364521c7771ec5028d1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2ebca57291d84f8a18bdb73d1bdd08c16950c5e39eb19bce2bdc0c9356a3732c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5a5792751c2fb9cbe385130151c3bbc660baa125c7eb49c0ad791662be845293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a5dec4e5cbd88d9277da5509241146c6e6715861b854cdb84a3b6acd0de43878_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ad48609eedae76b2fd8ff454c5576601c1ce6b8938ffaba0741292f98e7dbac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f1f4c8788a5cd8cb612dc781f265cfba426863ca2d6e0dabc4b1b5b663ef1b35_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:10bbedff3324403ff2bb247c03264ce10be8b6e2c0fbec384775b6408fc5a62e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:288e65d4478982b2f8c64e66041f3c4476578b5088f49a9113f7615d94b78696_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8ec71429beb6090dbe77970df6ccaf8a0c397687e545c00e35d7d430677fdac9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bf9a9bb1db96a24f916836ca53679873ac32fc5e943a62d73f5a0d44acc6666f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80d322fd3aa400688b41a959f88e40624a4891d2c11b3426c440c8c1f378d721_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a73d612742547052fec5dbb1ac2f5c7a769711714c2d7e60cdd6af45b61ac652_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c8038bc9fd77c27bfa37c3bd67a789096e1cfa2a6ae8e932acb8722ad72dc693_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef8659bb028f42bf139b8e369147625f76e9724b08be6c50168bc2873fbf289b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:069898288e9a54d1c28731848a898b0302414a6b4ec20993e707838354025ea1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1745dfa8d0bc95282b2c77be26ff113e85d5226faac64f9a45140f868bfdc2f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7d38fc3b08719665e6a1035658085989a3b8c7a9392cffb78d7bdb84213145b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9318d20f0abe6ab698cdf9f50f6deef573be0fe17767da453bd26d6ded93ede_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0b917d1a8772745e937a45721aa55129b5af27b4b533431ddfda819227759cea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:770af0849a803311e04939b49ce35188e4ddce4f7c12cd6de05686f199e8ff4c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:949bc517f1f74b1fa20a826dc6a324990d14b843be89531762884d951a0d072e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f742696df9c59795eb6a1fe1c62df6c2021cd439d2699738040e670b94bf8a12_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0855c393ce46c242ae7a70e4f1a0f94a18b6140159c43fec5578ef30c8b8bfca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:81531bc329323c5888aeec2f5270b7fc5115c6dd45a327f2f9ff0e5298a07b81_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8aab7021368f37143cdbd19afaf32e939911a40cb7d2aa16d995c73d43bd9a8a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ae79909fb7f7c0ffa8088ecd7173521c93dee51940f92b841206eaeb850e9025_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2419be532ee6172c8eac6ab4a882aa9c1a764953f39cdcdb815ef66a2600bc6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6284092381134b58321f2be1867ee43038d9b9d84d3d068bf87343fd7c231ff3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:64ac6ea5bde747e8fbb3c2a8166c56a2a967ed1984e9562f08851fd62bee6529_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:caf9cc9b036ce364fcc95fa04477773f12caea403c0cccb5c0e470bc9597c62e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1a816ea2b9fb42d745bfe8d28687ff7409f4359418062ab2b69ce7ad3711824b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3f0bcbff40a7c02499b25e8c70386261eeb2e53d4fc26d302da44fdf71c6d336_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dadd6f5c854815079e5dbb9cdd274399e396b242c3a6b60de24bc96355e6755e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e8260a29ad895f33e1feab3111d8e9cb189cce2f06636921de7d89305a95cedc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:21261c47ff36c46542475a91e11ddeb7aef7fe24678412efade3dc628d1fd7fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5d20fea3dd83aef1b49bb7f83b76a1770543102963f609e23acea922d62650ba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:676b870a4f14acc81dcdf7d0d7fe6e69caff28a4f576cabc33b8e4b640eaed16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c5df463f10508b90f495cb698136d9d89471d2eb647fbeb4b1054e9719232297_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:46d4e13b36567bd730d62799843f4dc839ec3722c84c070b2f48222b9db258a6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:621b3323e62299cef209ad7a505f589e9cb60e435223c276b7315a069891c237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ce7010ddddd9e5f911b08a932fadfd64efad1aa07124cc353dec85ed21825a9a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f1c19c110321bd99dae36e5b375434b4c87bdac17da7c00bbee59044de12e93b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0034c091c768ee47e959a6611c7371aa38c1ff41d37d60e28671242135bc0176_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:791c7e849ef8fd9fee06193dc67bd7790d213e796bdc0b03ac3adde635960a69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c308ec8359c537e0f1d4f9efa655b467a650d1761efacf3438c81ea04ddb5c6f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb07e612458f5ec1f58e7e772cb2b25264a9c42cc009464672b89e686f60f5d9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0151226399aa601cca931b10cc2cb36d20dba4403c034c0c16a0261cf2a3a7fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:08e07a62d5ac0d54fa8cacf264592c692c3869d9dfd33128bec9765a0ce4d585_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ba683aafd9e910f76fa413a9c6ab81d2637b447b2da6410234f16531c0361311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:cb9cefd021b9b5c0ac2e8c7f76da9dddd50cc26de06ef47d7c13cfc92605d89d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:68f158b3197523fb5b23da23ebdc5b54f83c8d688808f5f69a1b3e483c857554_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:047f1db3b7f93d9c4a4889e4b978d8096d028911e71968603ea5fbe32d81b4a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c1fdaea1096254f1e8d77a08e6ef438ee744482d9625e3a8a1b4104e06d5d1ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:a2d736bebb280eb8469b1adb6018eef4afe36234ad9ff944fe18fe9be083bba2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2706433ecd1a4e21d08eda9385c3e31ea3dd1a25c741862a6325d04d93feed4d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:c910728e6a82e3a87ca04b6c8600326c5c7ee6b2a5367c805e2e37bfd44c0898_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166f8289f510b3fb18dbca6b3e5b4488e53d583ad78e5f0c5bab80a5b17733eb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:32ad25a6b437a44d16458f17c955a1d483fd03f1543755cad50023534a363001_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:937207bc65e9f296fc780d8b008e8c4e4eb281c2462cc980993584eaf157c74c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bdffd2853c00892f4282d18d84408f739a84655957b48514116ebbee37cbfa6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:556a2b7ed3bb24bbcbbd8482bc8dcbc9a2627e48cd0d49f93fe622894a37fec6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80003a3a04d63db881673954f49d16e15940c4240e3be467219891cfc2a86a77_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c461b27d74cfc5b6e619a31a1bf5f8e387ddd7ab119b98a04d656b199f429a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d96ac4353e59a2779d3e36a8a78796478f89bf40f4d1b62738a096b3a1b165a7_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:14048
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The components for Red Hat OpenShift for Windows Containers 10.19 are now available",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift for Windows Containers allows you to deploy Windows container workloads running on Windows Server containers.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14048",
"url": "https://access.redhat.com/errata/RHSA-2025:14048"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/4.19/windows_containers/index.html",
"url": "https://docs.openshift.com/container-platform/4.19/windows_containers/index.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14048.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift for Windows Containers 10.19 product release",
"tracking": {
"current_release_date": "2025-11-12T02:30:03+00:00",
"generator": {
"date": "2025-11-12T02:30:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:14048",
"initial_release_date": "2025-08-18T21:34:48+00:00",
"revision_history": [
{
"date": "2025-08-18T21:34:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-18T21:34:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift Windows Machine Config Operator 10.19",
"product": {
"name": "OpenShift Windows Machine Config Operator 10.19",
"product_id": "OpenShift Windows Machine Config Operator 10.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:windows_machine_config:10.19::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift Windows Machine Config Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-operator-bundle@sha256%3Ace638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=v10.19.0-1755105288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-rhel9-operator@sha256%3Ac47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=v10.19.0-1755100405"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64 as a component of OpenShift Windows Machine Config Operator 10.19",
"product_id": "OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"relates_to_product_reference": "OpenShift Windows Machine Config Operator 10.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64 as a component of OpenShift Windows Machine Config Operator 10.19",
"product_id": "OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64",
"relates_to_product_reference": "OpenShift Windows Machine Config Operator 10.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64"
],
"known_not_affected": [
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T21:34:48+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/latest/windows_containers/windows-node-upgrades.html",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14048"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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": [
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64"
],
"known_not_affected": [
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T21:34:48+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/latest/windows_containers/windows-node-upgrades.html",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14048"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"OpenShift Windows Machine Config Operator 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:3051
Vulnerability from csaf_redhat
Notes
{
"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": "Gatekeeper v3.17.2",
"title": "Topic"
},
{
"category": "general",
"text": "Gatekeeper v3.17.2\n\nGatekeeper is a validating webhook with auditing capabilities that can\nenforce custom resource definition-based policies that are run with the\nOpen Policy Agent (OPA). Gatekeeper is supported through a Red Hat Advanced\nCluster Management for Kubernetes subscription.\n\nStarting in v3.17, users can specify a `containerArguments` list of names\nand values for both the audit and webhook configurations to be passed to\nthe respective deployment. These will be ignored if the argument has\nalready been set by the operator or specifies an argument listed in the\ndeny list.\n\nStarting in v3.15, the following namespaces are exempt from admission\ncontrol:\n\n* kube-*\n* multicluster-engine\n* hypershift\n* hive\n* rhacs-operator\n* open-cluster-*\n* openshift-*\n\nTo disable the default exempt namespaces, set the namespaces you want on\nthe object.\n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in\ngolang.org/x/oauth2 (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)\n\nAdditional Release Notes:\n\n* v3.17.0 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.0\n* v3.17.1 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.1\n* v3.17.2 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.2",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3051",
"url": "https://access.redhat.com/errata/RHSA-2025:3051"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.0",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.0"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.1",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.1"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.2",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.2"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-18302",
"url": "https://issues.redhat.com/browse/ACM-18302"
},
{
"category": "external",
"summary": "ACM-18535",
"url": "https://issues.redhat.com/browse/ACM-18535"
},
{
"category": "external",
"summary": "HYPBLD-605",
"url": "https://issues.redhat.com/browse/HYPBLD-605"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3051.json"
}
],
"title": "Red Hat Security Advisory: Gatekeeper v3.17.2",
"tracking": {
"current_release_date": "2025-11-12T02:30:08+00:00",
"generator": {
"date": "2025-11-12T02:30:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3051",
"initial_release_date": "2025-03-20T04:38:00+00:00",
"revision_history": [
{
"date": "2025-03-20T04:38:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-20T04:38:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "gatekeeper 3.17 for RHEL 9",
"product": {
"name": "gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:gatekeeper:3.17::el9"
}
}
}
],
"category": "product_family",
"name": "gatekeeper"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.2-5"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.2-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.2-5"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.2-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.2-5"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.2-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.2-5"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"product": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"product_id": "gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-operator-bundle\u0026tag=v3.17.2-2"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.2-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64"
},
"product_reference": "gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T04:38:00+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3051"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T04:38:00+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3051"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3184
Vulnerability from csaf_redhat
Notes
{
"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 for podman is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\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 podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3184",
"url": "https://access.redhat.com/errata/RHSA-2025:3184"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3184.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:19+00:00",
"generator": {
"date": "2025-11-12T02:30:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3184",
"initial_release_date": "2025-03-25T20:36:10+00:00",
"revision_history": [
{
"date": "2025-03-25T20:36:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T20:36:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.1.src",
"product": {
"name": "podman-2:4.4.1-22.el9_2.1.src",
"product_id": "podman-2:4.4.1-22.el9_2.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-tests-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-remote-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-tests-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-2:4.4.1-22.el9_2.1.noarch",
"product": {
"name": "podman-docker-2:4.4.1-22.el9_2.1.noarch",
"product_id": "podman-docker-2:4.4.1-22.el9_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-22.el9_2.1?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.src"
},
"product_reference": "podman-2:4.4.1-22.el9_2.1.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.4.1-22.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-docker-2:4.4.1-22.el9_2.1.noarch"
},
"product_reference": "podman-docker-2:4.4.1-22.el9_2.1.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-remote-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-tests-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-tests-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.src",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-docker-2:4.4.1-22.el9_2.1.noarch",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T20:36:10+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": [
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.src",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-docker-2:4.4.1-22.el9_2.1.noarch",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3184"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.src",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-docker-2:4.4.1-22.el9_2.1.noarch",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.x86_64"
]
}
],
"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": [
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.src",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-docker-2:4.4.1-22.el9_2.1.noarch",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:8244
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Dev Spaces 3.21 has been released.\n\nAll containers have been updated to include feature enhancements, bug fixes and CVE fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Dev Spaces provides a cloud developer workspace server and a browser-based IDE built for teams and organizations. Dev Spaces runs in OpenShift and is well-suited for container-based development.\n\nThe 3.21 release is based on Eclipse Che 7.102 and uses the DevWorkspace engine to provide support for workspaces based on devfile v2.1 and v2.2.\n\nUsers still using the v1 standard should migrate as soon as possible.\n\nhttps://devfile.io/docs/2.2.0/migrating-to-devfile-v2\n\nDev Spaces releases support the latest two OpenShift 4 EUS releases. Users are expected to update to newer OpenShift releases in order to continue to get Dev Spaces updates. \n\nhttps://access.redhat.com/support/policy/updates/openshift#devspaces\n\nSecurity Fix(es):\n\ndevspaces-code\n- tar-fs: link following and path traversal via maliciously crafted tar file (CVE-2024-12905)\n\ndevspaces-traefik\n- traefik: HTTP client can manipulate custom HTTP headers that are added by Traefik (CVE-2024-45410)\n- golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n- golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n- golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8244",
"url": "https://access.redhat.com/errata/RHSA-2025:8244"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2313584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313584"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "2355460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355460"
},
{
"category": "external",
"summary": "CRW-8607",
"url": "https://issues.redhat.com/browse/CRW-8607"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8244.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Dev Spaces 3.21.0 release",
"tracking": {
"current_release_date": "2025-11-12T02:30:40+00:00",
"generator": {
"date": "2025-11-12T02:30:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:8244",
"initial_release_date": "2025-05-28T02:39:39+00:00",
"revision_history": [
{
"date": "2025-05-28T02:39:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-28T02:39:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Dev Spaces 3",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_devspaces:3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Dev Spaces"
},
{
"branches": [
{
"category": "product_version",
"name": "devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"product": {
"name": "devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"product_id": "devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.21-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"product": {
"name": "devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"product_id": "devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"product": {
"name": "devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"product_id": "devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.21-12"
}
}
},
{
"category": "product_version",
"name": "devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"product": {
"name": "devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"product_id": "devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"product": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"product_id": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f?arch=s390x\u0026repository_url=registry.redhat.io/devspaces-tech-preview/jetbrains-ide-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"product": {
"name": "devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"product_id": "devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"product_identification_helper": {
"purl": "pkg:oci/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=3.21-4"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"product": {
"name": "devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"product_id": "devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.21-25"
}
}
},
{
"category": "product_version",
"name": "devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"product": {
"name": "devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"product_id": "devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=3.21-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"product": {
"name": "devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"product_id": "devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=3.21-6"
}
}
},
{
"category": "product_version",
"name": "devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"product": {
"name": "devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"product_id": "devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.21-11"
}
}
},
{
"category": "product_version",
"name": "devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"product": {
"name": "devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"product_id": "devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=3.21-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"product": {
"name": "devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"product_id": "devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"product": {
"name": "devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"product_id": "devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.21-6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"product": {
"name": "devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"product_id": "devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.21-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"product": {
"name": "devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"product_id": "devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"product": {
"name": "devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"product_id": "devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.21-12"
}
}
},
{
"category": "product_version",
"name": "devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"product": {
"name": "devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"product_id": "devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"product": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"product_id": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces-tech-preview/jetbrains-ide-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"product": {
"name": "devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"product_id": "devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=3.21-4"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"product": {
"name": "devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"product_id": "devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.21-25"
}
}
},
{
"category": "product_version",
"name": "devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"product": {
"name": "devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"product_id": "devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=3.21-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"product": {
"name": "devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"product_id": "devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=3.21-6"
}
}
},
{
"category": "product_version",
"name": "devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"product": {
"name": "devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"product_id": "devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.21-11"
}
}
},
{
"category": "product_version",
"name": "devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"product": {
"name": "devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"product_id": "devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=3.21-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"product": {
"name": "devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"product_id": "devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le",
"product": {
"name": "devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le",
"product_id": "devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.21-6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"product": {
"name": "devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"product_id": "devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.21-5"
}
}
},
{
"category": "product_version",
"name": "devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"product": {
"name": "devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"product_id": "devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"product": {
"name": "devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"product_id": "devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.21-12"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"product": {
"name": "devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"product_id": "devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8?arch=amd64\u0026repository_url=registry.redhat.io/devspaces-tech-preview/idea-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"product": {
"name": "devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"product_id": "devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"product": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"product_id": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27?arch=amd64\u0026repository_url=registry.redhat.io/devspaces-tech-preview/jetbrains-ide-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"product": {
"name": "devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"product_id": "devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=3.21-4"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"product": {
"name": "devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"product_id": "devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.21-25"
}
}
},
{
"category": "product_version",
"name": "devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"product": {
"name": "devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"product_id": "devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=3.21-7"
}
}
},
{
"category": "product_version",
"name": "devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"product": {
"name": "devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"product_id": "devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=3.21-6"
}
}
},
{
"category": "product_version",
"name": "devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"product": {
"name": "devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"product_id": "devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.21-11"
}
}
},
{
"category": "product_version",
"name": "devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"product": {
"name": "devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"product_id": "devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=3.21-1"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"product": {
"name": "devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"product_id": "devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=latest"
}
}
},
{
"category": "product_version",
"name": "devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"product": {
"name": "devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"product_id": "devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.21-6"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64"
},
"product_reference": "devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64"
},
"product_reference": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x"
},
"product_reference": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le"
},
"product_reference": "devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x"
},
"product_reference": "devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le"
},
"product_reference": "devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64"
},
"product_reference": "devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64"
},
"product_reference": "devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le"
},
"product_reference": "devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x"
},
"product_reference": "devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le"
},
"product_reference": "devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64"
},
"product_reference": "devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x"
},
"product_reference": "devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64"
},
"product_reference": "devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le"
},
"product_reference": "devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x"
},
"product_reference": "devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64"
},
"product_reference": "devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le"
},
"product_reference": "devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x"
},
"product_reference": "devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x"
},
"product_reference": "devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64"
},
"product_reference": "devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le"
},
"product_reference": "devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64"
},
"product_reference": "devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x"
},
"product_reference": "devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le"
},
"product_reference": "devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le"
},
"product_reference": "devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64"
},
"product_reference": "devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x"
},
"product_reference": "devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64"
},
"product_reference": "devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x"
},
"product_reference": "devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le"
},
"product_reference": "devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64"
},
"product_reference": "devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le"
},
"product_reference": "devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x"
},
"product_reference": "devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64"
},
"product_reference": "devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le"
},
"product_reference": "devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x"
},
"product_reference": "devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64 as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64"
},
"product_reference": "devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x"
},
"product_reference": "devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"relates_to_product_reference": "9Base-RHOSDS-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le as a component of Red Hat OpenShift Dev Spaces 3",
"product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
},
"product_reference": "devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le",
"relates_to_product_reference": "9Base-RHOSDS-3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12905",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-03-27T17:02:14.911888+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355460"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the tar-fs package for Node.js. In affected versions, unauthorized file writes or overwrites outside the intended extraction directory can occur when extracting a maliciously crafted tar file. The issue is associated with index.js in the tar-fs package.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar-fs: link following and path traversal via maliciously crafted tar file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an important severity because it allows attackers to extract a malicious tar file that can write or overwrite files outside the intended directory. This occurs due to improper handling of link resolution and pathname limitations. The risk is high for systems that automatically extract tar files, as it can lead to data corruption or unauthorized file modifications without user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12905"
},
{
"category": "external",
"summary": "RHBZ#2355460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355460"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12905"
},
{
"category": "external",
"summary": "https://github.com/mafintosh/tar-fs/commit/a1dd7e7c7f4b4a8bd2ab60f513baca573b44e2ed",
"url": "https://github.com/mafintosh/tar-fs/commit/a1dd7e7c7f4b4a8bd2ab60f513baca573b44e2ed"
}
],
"release_date": "2025-03-27T16:25:34.410000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T02:39:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8244"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar-fs: link following and path traversal via maliciously crafted tar file"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T02:39:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8244"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45410",
"cwe": {
"id": "CWE-348",
"name": "Use of Less Trusted Source"
},
"discovery_date": "2024-09-19T17:00:10.951603+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2313584"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik. When a HTTP request is processed by Traefik, certain HTTP headers such as X-Forwarded-Host or X-Forwarded-Port are added by Traefik before the request is routed to the application. For a HTTP client, it should not be possible to remove or modify these headers. Since the application trusts the value of these headers, security implications might arise if they can be modified. For HTTP/1.1, however, it was found that some of theses custom headers can indeed be removed and in certain cases manipulated.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "traefik: HTTP client can manipulate custom HTTP headers that are added by Traefik",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Traefik is important due to its impact on the integrity of HTTP headers that are often used for security-sensitive operations. When the X-Forwarded headers, such as X-Forwarded-Host or X-Forwarded-Tls-Client-Cert, can be removed or manipulated by the client, applications relying on these headers for trust validation, client authentication, or access control are exposed to potential privilege escalation or unauthorized access. The ability to bypass or alter these headers compromises the security model that many backend services depend on, particularly in reverse proxy or load balancer setups.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45410"
},
{
"category": "external",
"summary": "RHBZ#2313584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2313584"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45410",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45410"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45410",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45410"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik",
"url": "https://github.com/traefik/traefik"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/commit/584144100524277829f26219baaab29a53b8134f",
"url": "https://github.com/traefik/traefik/commit/584144100524277829f26219baaab29a53b8134f"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v2.11.9",
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.9"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.1.3",
"url": "https://github.com/traefik/traefik/releases/tag/v3.1.3"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-62c8-mh53-4cqv",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-62c8-mh53-4cqv"
}
],
"release_date": "2024-09-19T14:48:10+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T02:39:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8244"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "traefik: HTTP client can manipulate custom HTTP headers that are added by Traefik"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T02:39:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8244"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-28T02:39:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8244"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:e57eccb97cb2329af1654e27ad2ad30bb30de70c496b0e6e4353d2d0ce9274b8_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:6f3737f74c7659d65af8fe9a7cab165f8cdb1554b8ff963352885e1d9014ff27_amd64",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:82d121266eb9adca7faa9af0da6c89323cfe24add67bcba759a6a81ca161ba2f_s390x",
"9Base-RHOSDS-3:devspaces-tech-preview/jetbrains-ide-rhel9@sha256:9a8899c791034c3395c081fbe55746021d372ea1ea3523f2a72bf7e31a2a4132_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:08f2e3cd088b9d1176e61f8017126ecaa7447ade3aede5d63e49bd678b5cc30b_s390x",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:d36fb4add09a1576207fe4b114f60142a43b351d218b1f5d0807bacc19c02915_ppc64le",
"9Base-RHOSDS-3:devspaces/code-rhel9@sha256:e48a0e27d13aff1bc60facd4ef3bd875f3b9c68b33c5d9be86dcf2fb46971d24_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:403b6c1ddb3fe9337fc1f83129d0b9e51dc18948df29f94212e291246b828e90_amd64",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:97544fe3e08648e8f0aec09dda768e884b0c213be0b833568747c797d492bb42_ppc64le",
"9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:a47dcbcc9292e09c31ad8df74d54b58aa03db782700937365434407029c586d7_s390x",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:4fb48f0964049b6e56c71cac4973c8ec4ae53b3248ec842e58ec499736e3ffb7_ppc64le",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:bbb3292a84927c24cdef7aaff704cc12560172ba0c55021bf397d92f0f8c04c8_amd64",
"9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:f894dcaddbc0dd33c9e524e33bf54416f08dd328838bbe2c869eb7201cf7ef1a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:b05f216166a75a5ae3f56495ea4f47a6c3b91d5405360cd991f7c9d545491150_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:ba152d33e05c8d53dd9c39249ba9756418619ff784ef1e4cb296a7aa1a33adfd_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:f463c35bfe9daac4929295c610f07935ff9655793b72d5fd040944fad8307c9a_s390x",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:0cfde874c304561625ac5a838df9d90514bafddd5af6f7ed38f1476475497df3_amd64",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:23280e408cce44be3fc8ebf244b19f5e386da1e6fab218a1a3ee8a1748f132f9_ppc64le",
"9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:e2b9c33d133573a466fead6c5f904d7ef31ba96d5fce1a619f3ff8c47d86a9da_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:4e11c662d89bb01653f32ed2f3bc66a67be8a1464e267a564a30e36d047b46a6_s390x",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:899c0fa0d3035a2da050c9dc765d2d5a1e79969ac8e5fe772e6dab003940c4b4_amd64",
"9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:8de9e91840963be836e62c27395e7c37ebe1e908770a817197cb938fcf1777dc_ppc64le",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:0ce141da5a9eec8fd61d6beee7c993ed4731a4b25501fd3a8f261a4aeab2ccda_amd64",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:60f6c9724b2c7e773654d7fd176829661420b6a3eb9df7f72c3560e7890fe691_s390x",
"9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:ac07b6bc8c311b357ab5e0545a2b80aa567c2f76b9ed01a3d382b5685b688c83_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:4c5430c1e53219652c27d861d7a7d577097db0dad05ded83b814275cb9a6cad2_ppc64le",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:7107f9bf1082a528e0f3af30a5b02e26a770b3430600596e37bebafa18fd0786_amd64",
"9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:989fc72b261f44374f16ba8aa190791d04da8b295933f724a00bc31a84efd89e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:52ea2c5e3244363b1d131b8551c10abc687b18f95ca5b9f561f79041a6f06c21_amd64",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:ae275fed16fdc724d0e48659c3de940e4af3e0722d3b5d465634d31f5a2a972e_s390x",
"9Base-RHOSDS-3:devspaces/server-rhel9@sha256:edae16c9f7a40feaf051b22a05945fd3a51033d031b742346105cff657848881_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:24a8578aa65eaeb3fbbc4809db2bd8e57cd76cc6a96d94ce67aa22f1b5d4a4a5_amd64",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:2a9c66e55371adf209b5b317068e63cfbd9b3e27da9de210250607da8b3ffdff_ppc64le",
"9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:90df466eef849a4fd6846345273968f875397d72f24c38445058d462d861ca9c_s390x",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:25b8dab260796cc1962ef2c31a6c8b98e258b1a9e8b13580da798a0074acd4e8_amd64",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:89d858f949b7bbc4502109ff8ab3cf0f416ad1a4c9432924669fc30eeba26b86_ppc64le",
"9Base-RHOSDS-3:devspaces/udi-base-rhel9@sha256:e1b46dd642b4391ece60c7bc3bb062ba81c3c975cb3723ade62f5a230a43ed5d_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:c98bbca9019281daafac3fb0ac3590258ca5c93ecc954e5127c1c99db4aa0315_amd64",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:e6d836b45dfb32da1a94114ab9908251da24adeeca932de89ba0e23d4f104e22_s390x",
"9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:f6be90596ba55531a1ef7acf4041ed2828d4fe8a3cdd4e8b251bf4929bd19700_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:3185
Vulnerability from csaf_redhat
Notes
{
"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 for gvisor-tap-vsock is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\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": "A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor and is used to provide networking for podman-machine virtual machines. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3185",
"url": "https://access.redhat.com/errata/RHSA-2025:3185"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3185.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:16+00:00",
"generator": {
"date": "2025-11-12T02:30:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3185",
"initial_release_date": "2025-03-25T20:37:10+00:00",
"revision_history": [
{
"date": "2025-03-25T20:37:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T20:37:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.1?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4.1?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4.1?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4.1?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4.1?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T20:37:10+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": [
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3185"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64"
]
}
],
"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": [
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:16165
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.14.57 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.14.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.14.57. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:16163\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16165",
"url": "https://access.redhat.com/errata/RHSA-2025:16165"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16165.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.57 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:08+00:00",
"generator": {
"date": "2025-11-12T02:30:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:16165",
"initial_release_date": "2025-09-25T04:42:04+00:00",
"revision_history": [
{
"date": "2025-09-25T04:42:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-25T04:44:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.14.0-202509151013.p2.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3Ad1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.14.0-202509151013.p2.g71fa09b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3Ab271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.14.0-202509151013.p2.g4469d80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3Ae1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.14.0-202509151013.p2.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.14.0-202509151013.p2.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.14.0-202509151013.p2.g9abf7d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3Aae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.14.0-202509151013.p2.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.14.0-202509151013.p2.gc7f9fb8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3A27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202509151013.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202509151013.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3A480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.14.0-202509151013.p2.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3A799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.14.0-202509151013.p2.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3Ab981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.14.0-202509151013.p2.ga1bf930.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3Ad81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.14.0-202509151013.p2.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.14.0-202509151013.p2.gd10f7ff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3Af7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202509151013.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3Af7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202509151013.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3A0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.14.0-202509151013.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3A25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.14.0-202509151013.p2.gd93a218.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3A76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.14.0-202509151013.p2.ge1dd453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202509151013.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202509151013.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202509151013.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202509151013.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3Ad9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202509151013.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3Ad9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202509151013.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Aa141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.14.0-202509161325.p2.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3A04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.14.0-202509151013.p2.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3Ae68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.14.0-202509151013.p2.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Aa033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3Aff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.14.0-202509151013.p2.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3Afbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.14.0-202509151013.p2.gb11c804.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.14.0-202509151013.p2.g01349bb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Aafcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.14.0-202509130418.p2.g87eb83f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Aed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.14.0-202509130418.p2.ge839a4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.14.0-202509161325.p2.g7b56c30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.14.0-202509130418.p2.g1b194fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3Ac36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.14.0-202509151013.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.14.0-202509151013.p2.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.14.0-202509151013.p2.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3Af32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-cni-container-v4.14.0-202509151013.p2.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3A9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-controller-container-v4.14.0-202509130418.p2.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3A71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.14.0-202509151013.p2.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3Ae1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.14.0-202509151013.p2.g4fa7043.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3A8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.14.0-202509151013.p2.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.14.0-202509151013.p2.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3Adbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.14.0-202509151013.p2.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3Ab90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.14.0-202509151013.p2.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.14.0-202509161025.p2.gcdeff52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.14.0-202509161325.p2.g477c659.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3A7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.14.0-202509151013.p2.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.14.0-202509151013.p2.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3Aadd03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.14.0-202509151013.p2.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3Af0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.14.0-202509151013.p2.gce0483f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.14.0-202509151013.p2.g14c6508.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3Aecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.14.0-202509151013.p2.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3A4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.14.0-202509151013.p2.gf493a75.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3A303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.14.0-202509151013.p2.gf493a75.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.14.0-202509151013.p2.g6df4bf1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3Adbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.14.0-202509151013.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.14.0-202509151013.p2.g91a7281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3Ad4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.14.0-202509151013.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ad86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.14.0-202509151013.p2.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256%3Acd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-controller-manager-container-v4.14.0-202509151013.p2.g8ba0b37.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3Ab9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-csi-driver-container-v4.14.0-202509151013.p2.g3dc363d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3A04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-disk-csi-driver-operator-container-v4.14.0-202509151013.p2.g8853e6e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256%3A71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-machine-controllers-container-v4.14.0-202509151013.p2.g27f105d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3Aac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.14.0-202509151013.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3A2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.14.0-202509151013.p2.g9a7820e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3A2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.14.0-202509151013.p2.gdc084f2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3Aade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.14.0-202509151013.p2.g4622dee.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.14.0-202509151013.p2.g609879c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3A9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.14.0-202509151013.p2.g2c864ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3Ada6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.14.0-202509151013.p2.g9ee3b74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3A593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.14.0-202509151013.p2.g9ee3b74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3Aa0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.14.0-202509151013.p2.g8c2203f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3A34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.14.0-202509151013.p2.g6d3558a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.14.0-202509151013.p2.g9189357.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256%3Abd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.14.0-202509151013.p2.g2cb8201.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.14.0-202509151013.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.14.0-202509151013.p2.g483d019.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Ad4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.14.0-202509151013.p2.gb491a81.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.14.0-202509151013.p2.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3A436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.14.0-202509151013.p2.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Aab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.14.0-202509151013.p2.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3Ae612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.14.0-202509151013.p2.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3A19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.14.0-202509151013.p2.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.14.0-202509151013.p2.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3Aa18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202509151013.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3Aa18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202509151013.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3Ad42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3Af3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.14.0-202509151013.p2.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.14.0-202509151013.p2.g0164e3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.14.0-202509151013.p2.ge858d0e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.14.0-202509151013.p2.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3A7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.14.0-202509151013.p2.g9267f45.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3Aa7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3Abf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.14.0-202509151013.p2.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3A85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.14.0-202509151013.p2.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.14.0-202509151013.p2.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3Ab0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3Abcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.14.0-202509151013.p2.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3A2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3A962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.14.0-202509151013.p2.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3A87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.14.0-202509151013.p2.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.14.0-202509151013.p2.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3Af0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.14.0-202509151013.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202509151013.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202509151013.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3Af92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3Af92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.14.0-202509151013.p2.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3Aaef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.14.0-202509151013.p2.g09e96a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3A70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.14.0-202509151013.p2.gd99fb31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3A1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.14.0-202509151013.p2.g8a626fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.14.0-202509151013.p2.g95d55a0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3Adede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.14.0-202509151013.p2.gf39488c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3Af26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.14.0-202509151013.p2.g4b41543.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g6258347.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.14.0-202509151013.p2.g8607d6c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3Ade53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.14.0-202509151013.p2.ga63c6aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3A4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.14.0-202509151013.p2.g2a6627b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3A7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.14.0-202509151013.p2.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3Ae8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.14.0-202509151013.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.14.0-202509151013.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.14.0-202509151013.p2.gb533e08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.14.0-202509151013.p2.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3Aca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.14.0-202509151013.p2.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3A8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.14.0-202509151013.p2.g28aa32f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3A698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.14.0-202509151013.p2.ge292817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3Abcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.14.0-202509151013.p2.gd526284.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3A4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.14.0-202509151013.p2.g7bf14fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.14.0-202509151013.p2.g51f8e4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.14.0-202509151013.p2.g00b2e0b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3Aa71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.14.0-202509151013.p2.g0d48bf3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3Ad9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.14.0-202509151013.p2.g75d37a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.14.0-202509151013.p2.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.14.0-202509151013.p2.gf95487b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.14.0-202509151013.p2.gb8585ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3Ab535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.14.0-202509151013.p2.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3Ac6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.14.0-202509151013.p2.g84d7ac4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Aa0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.14.0-202509161325.p2.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256%3Aeadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.14.0-202509151013.p2.g8930f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256%3Ada18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.14.0-202509151013.p2.gc066168.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3Aea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.14.0-202509151013.p2.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.14.0-202509151013.p2.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3Aff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.14.0-202509151013.p2.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.14.0-202509151013.p2.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.14.0-202509151013.p2.g16560ff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3Abe31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.14.0-202509151013.p2.g1c76570.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3A9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.14.0-202509151013.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256%3Af8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.14.0-202509151013.p2.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.14.0-202509151013.p2.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3A90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202509161325.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202509161325.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3A28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.14.0-202509151013.p2.g988f710.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3Acd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g7436369.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3A7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.14.0-202509151013.p2.g19cf1d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3A85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.14.0-202509151013.p2.gea93a47.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.14.0-202509151013.p2.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.14.0-202509151013.p2.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3A08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.14.0-202509151013.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3A8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.14.0-202509151013.p2.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256%3Aac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.14.0-202509151013.p2.gb5d0e7d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256%3Aac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.14.0-202509151013.p2.gb5d0e7d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g5d5105f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256%3A6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g5d5105f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256%3Aff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.14.0-202509151013.p2.gefaed5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256%3Aa3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.14.0-202509151013.p2.gb6a13f9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Adeab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.14.0-202509151013.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3Ab40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.14.0-202509151013.p2.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3A41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.14.0-202509151013.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3Ac624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.14.0-202509151013.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Ac727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3Afbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.14.0-202509151013.p2.g1f72681.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.14.0-202509151013.p2.ga267125.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256%3Ae9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.14.0-202509151013.p2.gb5d0e7d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256%3Aee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.14.0-202509151013.p2.ga9c0842.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3Aff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.14.0-202509151013.p2.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3A378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.14.0-202509151013.p2.g71fa09b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3A9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.14.0-202509151013.p2.g4469d80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3Ab088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.14.0-202509151013.p2.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.14.0-202509151013.p2.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3Aafb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.14.0-202509151013.p2.g9abf7d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3A4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.14.0-202509151013.p2.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3Ae542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.14.0-202509151013.p2.gc7f9fb8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3Af8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202509151013.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Af8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202509151013.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3Aad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.14.0-202509151013.p2.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3A226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.14.0-202509151013.p2.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3A502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.14.0-202509151013.p2.ga1bf930.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3A664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.14.0-202509151013.p2.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.14.0-202509151013.p2.gd10f7ff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202509151013.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202509151013.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202509151013.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202509151013.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202509151013.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202509151013.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202509151013.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202509151013.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3Aa57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.14.0-202509161325.p2.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3A8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.14.0-202509151013.p2.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3A2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.14.0-202509151013.p2.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.14.0-202509151013.p2.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.14.0-202509151013.p2.gb11c804.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.14.0-202509130418.p2.g87eb83f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Ac05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.14.0-202509130418.p2.ge839a4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.14.0-202509161325.p2.g7b56c30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.14.0-202509130418.p2.g1b194fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3A06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.14.0-202509151013.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.14.0-202509151013.p2.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.14.0-202509151013.p2.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3A4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.14.0-202509151013.p2.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3A95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.14.0-202509151013.p2.g4fa7043.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Ac2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.14.0-202509151013.p2.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.14.0-202509151013.p2.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3Acc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.14.0-202509151013.p2.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3Ab74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.14.0-202509151013.p2.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.14.0-202509161025.p2.gcdeff52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.14.0-202509161325.p2.g477c659.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3A346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.14.0-202509151013.p2.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.14.0-202509151013.p2.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3Aceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.14.0-202509151013.p2.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3Ac59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.14.0-202509151013.p2.gce0483f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.14.0-202509151013.p2.g14c6508.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3Aa844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.14.0-202509151013.p2.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3Ae0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.14.0-202509151013.p2.gf493a75.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3A0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.14.0-202509151013.p2.gf493a75.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3Ab5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.14.0-202509151013.p2.g6df4bf1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3Af72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.14.0-202509151013.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Abe3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.14.0-202509151013.p2.g91a7281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.14.0-202509151013.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.14.0-202509151013.p2.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3Aecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.14.0-202509151013.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3A49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.14.0-202509151013.p2.g9a7820e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3A55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.14.0-202509151013.p2.gdc084f2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3A4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.14.0-202509151013.p2.g4622dee.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.14.0-202509151013.p2.g609879c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3A971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.14.0-202509151013.p2.g2c864ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3Ac919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.14.0-202509151013.p2.g9ee3b74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3A25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.14.0-202509151013.p2.g9ee3b74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3Ab90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.14.0-202509151013.p2.g8c2203f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3A5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.14.0-202509151013.p2.g6d3558a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3Ae562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.14.0-202509151013.p2.g9189357.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256%3Aeac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.14.0-202509151013.p2.g2cb8201.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.14.0-202509151013.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.14.0-202509151013.p2.g483d019.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Ad13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3Ae5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.14.0-202509151013.p2.gb491a81.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3Aae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.14.0-202509151013.p2.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3Aa575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.14.0-202509151013.p2.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Ae2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.14.0-202509151013.p2.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3Ae410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.14.0-202509151013.p2.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3Ad4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.14.0-202509151013.p2.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.14.0-202509151013.p2.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3Aaf4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202509151013.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3Aaf4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202509151013.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3A95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.14.0-202509151013.p2.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3Abde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.14.0-202509151013.p2.g0164e3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.14.0-202509151013.p2.ge858d0e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.14.0-202509151013.p2.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3A332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.14.0-202509151013.p2.g9267f45.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3Acffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3Ad1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3A24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.14.0-202509151013.p2.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3Af4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.14.0-202509151013.p2.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.14.0-202509151013.p2.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3Acc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3A3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3Aa33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.14.0-202509151013.p2.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3A6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3A038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.14.0-202509151013.p2.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3A7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.14.0-202509151013.p2.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.14.0-202509151013.p2.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3Ac11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.14.0-202509151013.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Acfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Af504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Aa6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202509151013.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Aa6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202509151013.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3Af249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3Af249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3Aa189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3Aa189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.14.0-202509151013.p2.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3Ad8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.14.0-202509151013.p2.g09e96a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3A789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.14.0-202509151013.p2.gd99fb31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3Ad93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.14.0-202509151013.p2.g8a626fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Aaa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.14.0-202509151013.p2.g95d55a0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3A6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.14.0-202509151013.p2.g2a6627b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3Adb84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.14.0-202509151013.p2.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3Ac9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.14.0-202509151013.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.14.0-202509151013.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3Aa636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.14.0-202509151013.p2.gb533e08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3Adb81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.14.0-202509151013.p2.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3Ab9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.14.0-202509151013.p2.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3Ae45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.14.0-202509151013.p2.g28aa32f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3A3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.14.0-202509151013.p2.ge292817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3Abb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.14.0-202509151013.p2.gd526284.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3A29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.14.0-202509151013.p2.g7bf14fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.14.0-202509151013.p2.g51f8e4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3Afda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.14.0-202509151013.p2.g00b2e0b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.14.0-202509151013.p2.g0d48bf3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3Abacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.14.0-202509151013.p2.g75d37a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3Ac6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.14.0-202509151013.p2.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.14.0-202509151013.p2.gf95487b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.14.0-202509151013.p2.gb8585ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.14.0-202509151013.p2.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3Ad4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.14.0-202509151013.p2.g84d7ac4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Af39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.14.0-202509161325.p2.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.14.0-202509151013.p2.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.14.0-202509151013.p2.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3Adf6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.14.0-202509151013.p2.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.14.0-202509151013.p2.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3Abcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.14.0-202509151013.p2.g16560ff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3A1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.14.0-202509151013.p2.g1c76570.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3A0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.14.0-202509151013.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256%3Ae327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.14.0-202509151013.p2.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.14.0-202509151013.p2.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3A6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202509161325.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202509161325.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3Aa5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.14.0-202509151013.p2.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3Acf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.14.0-202509151013.p2.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3Ad57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.14.0-202509151013.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3Ad018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.14.0-202509151013.p2.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.14.0-202509151013.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3Af4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.14.0-202509151013.p2.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3Abe8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.14.0-202509151013.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.14.0-202509151013.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3A10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.14.0-202509151013.p2.g1f72681.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.14.0-202509151013.p2.ga267125.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3Ae40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.14.0-202509151013.p2.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.14.0-202509151013.p2.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.14.0-202509151013.p2.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.14.0-202509151013.p2.g9abf7d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3A0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.14.0-202509151013.p2.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.14.0-202509151013.p2.gc7f9fb8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3A3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202509151013.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202509151013.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3A2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.14.0-202509151013.p2.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3Abcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.14.0-202509151013.p2.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3A53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.14.0-202509151013.p2.ga1bf930.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3A20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.14.0-202509151013.p2.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3Afc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.14.0-202509151013.p2.gd10f7ff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202509151013.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202509151013.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202509151013.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202509151013.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202509151013.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202509151013.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3Adcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202509151013.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3Adcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202509151013.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ae1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.14.0-202509161325.p2.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Ae234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.14.0-202509151013.p2.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3Ad875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.14.0-202509151013.p2.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Aae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.14.0-202509151013.p2.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3Ac2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.14.0-202509151013.p2.gb11c804.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.14.0-202509151013.p2.g01349bb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3A684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.14.0-202509151013.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3Aacb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.14.0-202509151013.p2.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.14.0-202509151013.p2.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3Ab972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.14.0-202509151013.p2.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3Ae68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.14.0-202509151013.p2.g4fa7043.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3A76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.14.0-202509151013.p2.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.14.0-202509151013.p2.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3A8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.14.0-202509151013.p2.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3Ab852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.14.0-202509151013.p2.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Aa59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.14.0-202509161025.p2.gcdeff52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.14.0-202509161325.p2.g477c659.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3A19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3Ad85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.14.0-202509151013.p2.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Af23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.14.0-202509151013.p2.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3Aae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3A1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.14.0-202509151013.p2.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3Ab73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.14.0-202509151013.p2.gce0483f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.14.0-202509151013.p2.g14c6508.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3A4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.14.0-202509151013.p2.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3A0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.14.0-202509151013.p2.gf493a75.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3A83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.14.0-202509151013.p2.gf493a75.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.14.0-202509151013.p2.g6df4bf1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.14.0-202509151013.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.14.0-202509151013.p2.g91a7281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.14.0-202509151013.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Afa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.14.0-202509151013.p2.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3Ae549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.14.0-202509151013.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.14.0-202509151013.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.14.0-202509151013.p2.g483d019.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.14.0-202509151013.p2.gb491a81.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.14.0-202509151013.p2.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3A7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.14.0-202509151013.p2.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Ae9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.14.0-202509151013.p2.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3Aee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.14.0-202509151013.p2.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3Acec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.14.0-202509151013.p2.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.14.0-202509151013.p2.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3Af306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202509151013.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3Af306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202509151013.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3Ab09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3A727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.14.0-202509151013.p2.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.14.0-202509151013.p2.g0164e3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.14.0-202509151013.p2.ge858d0e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3Ad8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.14.0-202509151013.p2.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3Ab50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.14.0-202509151013.p2.g9267f45.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3Ab23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3Ad6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3A23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.14.0-202509151013.p2.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3Abff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3Ae02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.14.0-202509151013.p2.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.14.0-202509151013.p2.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3A88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3Aeceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.14.0-202509151013.p2.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3A012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3Afa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.14.0-202509151013.p2.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3Aaca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.14.0-202509151013.p2.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Abb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.14.0-202509151013.p2.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3Afb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.14.0-202509151013.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Ae5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202509151013.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202509151013.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3Aa403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3Aa403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.14.0-202509151013.p2.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3Ab5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.14.0-202509151013.p2.gf39488c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3A7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.14.0-202509151013.p2.g4b41543.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3Ad9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g6258347.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.14.0-202509151013.p2.g8607d6c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3A9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.14.0-202509151013.p2.ga63c6aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3A4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.14.0-202509151013.p2.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.14.0-202509151013.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.14.0-202509151013.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3Aa52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.14.0-202509151013.p2.gb533e08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3Ad47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.14.0-202509151013.p2.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3A1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.14.0-202509151013.p2.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3Ac7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.14.0-202509151013.p2.g28aa32f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.14.0-202509151013.p2.g51f8e4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.14.0-202509151013.p2.g00b2e0b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3Ada8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.14.0-202509151013.p2.g75d37a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.14.0-202509151013.p2.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.14.0-202509151013.p2.gf95487b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3Ad384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.14.0-202509151013.p2.gb8585ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.14.0-202509151013.p2.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3Ae54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.14.0-202509151013.p2.g84d7ac4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3A1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.14.0-202509161325.p2.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.14.0-202509151013.p2.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.14.0-202509151013.p2.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3Aa50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.14.0-202509151013.p2.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.14.0-202509151013.p2.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3Aac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.14.0-202509151013.p2.g16560ff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3Abbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.14.0-202509151013.p2.g1c76570.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3A609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.14.0-202509151013.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3Ad11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256%3A6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.14.0-202509151013.p2.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3Ad1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.14.0-202509151013.p2.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3Ac41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202509161325.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Ac41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202509161325.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.14.0-202509151013.p2.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.14.0-202509151013.p2.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3A828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.14.0-202509151013.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3Aef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.14.0-202509151013.p2.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3Ac0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ab9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.14.0-202509151013.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.14.0-202509151013.p2.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3Abcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.14.0-202509151013.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3Acdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.14.0-202509151013.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Ab930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3A30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.14.0-202509151013.p2.g1f72681.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.14.0-202509151013.p2.ga267125.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.14.0-202509151013.p2.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3Af2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.14.0-202509151013.p2.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.14.0-202509151013.p2.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.14.0-202509151013.p2.g9abf7d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3A333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.14.0-202509151013.p2.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3Ad2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.14.0-202509151013.p2.gc7f9fb8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3Afbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202509151013.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Afbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202509151013.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3Ab57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.14.0-202509151013.p2.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3A80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.14.0-202509151013.p2.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3A05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.14.0-202509151013.p2.ga1bf930.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3A2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.14.0-202509151013.p2.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.14.0-202509151013.p2.gd10f7ff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202509151013.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202509151013.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3A708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.14.0-202509151013.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3Af4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.14.0-202509151013.p2.gd93a218.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3A8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.14.0-202509151013.p2.ge1dd453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202509151013.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202509151013.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202509151013.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202509151013.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202509151013.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202509151013.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3Ac87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.14.0-202509161325.p2.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Ab5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.14.0-202509151013.p2.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3Afefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.14.0-202509151013.p2.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3Aac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.14.0-202509151013.p2.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.14.0-202509151013.p2.gb11c804.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3Af071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.14.0-202509151013.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.14.0-202509151013.p2.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.14.0-202509151013.p2.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3Afda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-cni-container-v4.14.0-202509151013.p2.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3A8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-controller-container-v4.14.0-202509130418.p2.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3A9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.14.0-202509151013.p2.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3Afe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.14.0-202509151013.p2.g4fa7043.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Ad48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.14.0-202509151013.p2.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.14.0-202509151013.p2.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3A4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.14.0-202509151013.p2.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3Aa602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.14.0-202509151013.p2.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Ae0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.14.0-202509161025.p2.gcdeff52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.14.0-202509161325.p2.g477c659.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3A7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.14.0-202509151013.p2.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.14.0-202509151013.p2.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3A5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.14.0-202509151013.p2.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3A43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.14.0-202509151013.p2.gce0483f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.14.0-202509151013.p2.g14c6508.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3A775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.14.0-202509151013.p2.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3Ac82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.14.0-202509151013.p2.gf493a75.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3A4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.14.0-202509151013.p2.gf493a75.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.14.0-202509151013.p2.g6df4bf1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.14.0-202509151013.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Ab04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.14.0-202509151013.p2.g91a7281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3Acb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.14.0-202509151013.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.14.0-202509151013.p2.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3Adf939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.14.0-202509151013.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.14.0-202509151013.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.14.0-202509151013.p2.g483d019.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3Ae15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.14.0-202509151013.p2.gb491a81.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.14.0-202509151013.p2.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3A4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.14.0-202509151013.p2.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3A83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.14.0-202509151013.p2.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3A9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.14.0-202509151013.p2.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3Ac97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.14.0-202509151013.p2.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.14.0-202509151013.p2.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3A96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202509151013.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3A96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202509151013.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3A5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.14.0-202509151013.p2.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3Af2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3Aff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.14.0-202509151013.p2.g0164e3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.14.0-202509151013.p2.ge858d0e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.14.0-202509151013.p2.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3Abf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.14.0-202509151013.p2.g9267f45.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3Ac0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3A013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.14.0-202509151013.p2.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3A38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.14.0-202509151013.p2.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.14.0-202509151013.p2.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3A06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3Ad97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.14.0-202509151013.p2.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3A22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3A852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.14.0-202509151013.p2.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3Ae97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.14.0-202509151013.p2.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.14.0-202509151013.p2.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3A9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.14.0-202509151013.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202509151013.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202509151013.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3Ae8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3Ae8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202509151013.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Aa48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.14.0-202509151013.p2.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3Af747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.14.0-202509151013.p2.g09e96a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3A6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.14.0-202509151013.p2.gd99fb31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3Abdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.14.0-202509151013.p2.g8a626fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Aceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.14.0-202509151013.p2.g95d55a0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.14.0-202509151013.p2.g8607d6c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3Afc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.14.0-202509151013.p2.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3Ac726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.14.0-202509151013.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.14.0-202509151013.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.14.0-202509151013.p2.gb533e08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.14.0-202509151013.p2.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3Ad351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.14.0-202509151013.p2.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3A0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.14.0-202509151013.p2.g28aa32f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3A659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.14.0-202509151013.p2.g7bf14fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3Ab31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.14.0-202509151013.p2.g51f8e4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3Ab018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.14.0-202509151013.p2.g00b2e0b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.14.0-202509151013.p2.g0d48bf3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3Aaaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.14.0-202509151013.p2.g75d37a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.14.0-202509151013.p2.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.14.0-202509151013.p2.gf95487b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.14.0-202509151013.p2.gb8585ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.14.0-202509151013.p2.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3A652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.14.0-202509151013.p2.g84d7ac4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3A9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.14.0-202509161325.p2.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.14.0-202509151013.p2.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3Aa4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.14.0-202509151013.p2.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3A2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.14.0-202509151013.p2.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3Affc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.14.0-202509151013.p2.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.14.0-202509151013.p2.g16560ff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3A17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.14.0-202509151013.p2.g1c76570.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3A9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.14.0-202509151013.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256%3A4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.14.0-202509151013.p2.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.14.0-202509151013.p2.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3A6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202509161325.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202509161325.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3Acf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.14.0-202509151013.p2.g988f710.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.g7436369.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3A6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.14.0-202509151013.p2.g19cf1d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3A0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.14.0-202509151013.p2.gea93a47.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.14.0-202509151013.p2.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3Ac8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.14.0-202509151013.p2.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3A2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.14.0-202509151013.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3Aa3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.14.0-202509151013.p2.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.14.0-202509151013.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.14.0-202509151013.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.14.0-202509151013.p2.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3A351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.14.0-202509151013.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.14.0-202509151013.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Ac9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202509151013.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3Ae366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.14.0-202509151013.p2.g1f72681.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.14.0-202509151013.p2.ga267125.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-25T04:42:04+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:6cdef088d3345b2bbe38c096b27b14d7c6044bf38ea24061ae9a9d32d78e0921\n\n (For s390x architecture)\n The image digest is sha256:25d52cf252b61043a1ac9cb19ec04bc55267bb3f0e9281fa0b22e9489c03b391\n\n (For ppc64le architecture)\n The image digest is sha256:93886aedd74a45fda93f379ec4d0dd358c2627f8fc4fd767a3d35a8454b3223b\n\n (For aarch64 architecture)\n The image digest is sha256:68c4b1d3f95ad199223c30ab720eb02d4b8a3d6c8d25ad2dce75576cd1eb863a\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16165"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-25T04:42:04+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:6cdef088d3345b2bbe38c096b27b14d7c6044bf38ea24061ae9a9d32d78e0921\n\n (For s390x architecture)\n The image digest is sha256:25d52cf252b61043a1ac9cb19ec04bc55267bb3f0e9281fa0b22e9489c03b391\n\n (For ppc64le architecture)\n The image digest is sha256:93886aedd74a45fda93f379ec4d0dd358c2627f8fc4fd767a3d35a8454b3223b\n\n (For aarch64 architecture)\n The image digest is sha256:68c4b1d3f95ad199223c30ab720eb02d4b8a3d6c8d25ad2dce75576cd1eb863a\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16165"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:8f5939790b4e85a5a3f52b29299038da39556841584bff6c638f2550b0906b25_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:92a73b9f11eb87f4db4638b211e65faf18fc94ac0ff19fad36afde510f842e9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:990d082d7f28aa39c9800057e6c780228f871ba94c87ee5bf9d882dedd96b9a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ae8f1b0b68e0497a5c881f3ec171c762ccaeec300578f63f21582a051ce0a77a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5bea34c80035e1eefc772642bb8d9ecd52a0b150247ad4a3765996b3a73f891a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8e43ab075544a7972cc01e91d4ac2aea0981ff94d428caffa49b442faae12d3c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a141ed93e31797e122068b0dbdd1e41e10bb8477c42ef78ae1fdeee47da90def_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1a439c41952982c49daf2741f5abfdf733f0198b02d2d12ade62508adbf2fa1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:04a97ee2d365dca39db08fd4c6457c2252259e5182d48aa0df9052e69fdc0457_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8556f754627f21d26be107facfa60034700a436f77ee67955a51a75fd9cc922a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b5c0c55d72569b38286b3bfa80c797a1e546c87fac5bbd8ed9c0e559c23fafa1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:e234f5269ac16f5cea441069a6da718a98c98bbfbee0d0c747a58fcaa2b119d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:0fa731e105233ca0e75899d31b28bcebbe6a2b4a7096cd789fe5c400c5bd6c9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2529ef9ac80d0d80f3a3a4d4e9765e14230f7930544b9dad8b3a6e057a74e6b6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:6a07eb73b2f78f04ebfc2f082a2830ca9ff971afbddf3e609845b385fe24e469_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:db81c7d1cc72d5bb8809e6aea9a8e92a8d557338a916e2f7a14e846330828bb7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:1003dda623bcc1a75b6d126271b61c873da48ac39e73227232eb61243e5cceb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9266f3bdaaecb8ba389880f5076981cd991b682bb16664ce66a97cf5dd65cc54_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a0fe55ccb837fbc4686f2ab36612668c4392a2e402f9a33da4352e046b3a23aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f39f55763d2453dd89f46240c5b387f678f6724a4d9e3daa2003f1a205e2f76a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:a602b79566f255eac387a676560823ff7cb5f8e111e79423fe91e8d52975d1f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b74117924b9de278053a257168f4819e2b9c6dc789e2e579e091adb8e574effa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b852904f032c510909f0bd5674b33de463b79be80c61fcb9449f4ffa43bf6108_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:b90ba11130035e2a6eff34f05f635fca8a2e308d6f80861de7b5c450fb583ed1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:129ac563b0e53d06f17a2eb45bd9f705a589e9e24e43431039efdb9c90223b60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:39ba1a080a81a4e6cd12dc07fbde05ddeeaf59ad838edd8a2df321298d335bd9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c8e9233977117e2e8cf3d01d4ea8097939fdaba90b9cc7276f7851d5841dadae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:cf27e28d4c45502e98edd251e7dd89e3d0c40866d5652d43c5eb6c12e06a0c7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:0dd6e4cc103320836baafb5530a6ff9b48a60c19ab71c5082f33b3fcd5e7026f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:14e5707896323182c66b75ee422a1350ea5a7ff635a061c007b685e588912baa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8f8caac099b5dfc1816aad3ba082d2ef76f8f519f73b6bc4cbc82e1d3f4a9ff6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:b5a85b6b2325e7b8864649092a46098a1176ca2be890282ecbeac7a42af058e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1748912967ebd7098762b8c9c9ed17cc76f0c8e58b6e3f3715585c4055ce42de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:698e30c21c24fa77df7b44f27d3b57813cc617a621b0435213f28b30e45e215b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dbf80f371f40d0b1c117378774173fa92b8677544672b4afbf28aa51f104ce87_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:f72f8cca68cd2eeaf0c1cf795ad4b3c5442a00c75e17640da30b34e8e3323816_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0ebe5adc4524832f0e118d74e9ff72c7f88a7fcf3141c3cb9537bea117990dec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7766ebd971a4ca559b86b55eedd71010055c563fbfc4b729facc061a7f48e050_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b04c93ada9a39af45173011ec5443b858ed2b49e0635b458f7c78eaada9d7e42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:be3c0a1cc57b6b0f0e06412fcca3baec8c75af63132e60e5f54eabae398128d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:51e7ef05925f396d39353a15660b023875382f6614b8f5ff273f5c51db3eacc9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9cad7f89953952638669200682992a907103f2cfd93ad6783f32983e123ab9cc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:cb41d05eee74aba582758b4757adeac009ad1c68f834ee33283dcdccd65de56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:d4da0d5eee51232e28974cb978e091c823a6d44b77714f176888ec603b8bf61c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1699e8d2dc5382ff408a1f4f19d26f47540986ddb99e1ae53154450c77a2b70a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:555e37d14dfeea7b31fc74fe25213f5f83f4108499d1f5e5dedf19c29ef62688_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d86df233fc6d04c934395398cac4c51412ee0c35af0fa7127c3f8edcdf26a1dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fa8786d66c4c476a8d53cb94654900d1b16e3e70e58899d76d89159109a719cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:cd7048e7ce104379c29d985d3c5ab7b0757611ade9654e372360c91164109620_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b9615fd1748f79172d7143c576cac33a144f68df6d4035e7d2a826211f53dd60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:04b97618b6bfeb25c7b32acef9c5084e16dc6d4f408be5e9a12596fe2a0300a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:71fbc3ab9714f57308640ecc68739314e582440a3fed9b63214dfdc7fd9141bf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ac604a904412dcc1c8f4f9ca72cf4416bde483d3487f9b922d6fbba96275a04a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:df939fe58d41457c69a60943f34fee8f07df9a8ed3026dc189ecb44cc600bf71_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e549cb00c296d31bc727d894ec4c398b049b3ffbd6a2d6925e2eb660d7fb8215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:ecc2f89ebadc077b91594d391e4baada4d2f0693f11d2ae57f70bc2c390a7f02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:2cc2674e1a214ae5a7f932f3fa7f5a7329e5099e2dc0ace8d4a83f604a51585c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:49a16858e2d62b8e0ae43fed27088c4c4c2790a2808d5608811aae6102f62fae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2f072f97a24519894e718dce45a952182e25fcd1e6eb7e175cb16a8dd1a32988_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:55c8271ff784553d4cec4a0099bf81465b6b41b2b1a53e824994a0b4aa75a3c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0830476a879664f64c40b498cd2a1251f7d1a5d87f89c5de0547a3d19d957b7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:96dcf1c1a34abe584758bd9539ac4e757110d0f36c4c436fec382d16cad09f8d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4c85cde6fa7b55f3d313f26ac5ebdbc2e346840c9bf2d1a2e44f960efc12a197_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ade8d8cddfc0badcd3d91a3e073b0b89983aca7f86790c69d2e42dcc4d900ad5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:971b50eaee8a36ac20ca26d984fa13dbf33033e7f46102044f97e1f44be5185d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9aa3ae837c7d86b0f4091f117a37f08de9bff06b85b97597c7e48ae375d819ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c919ce50be791a10b883afddeb87a61056350ab3a3d9b1a797109cb7cba235bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:da6db414a71c533f4365d9182277d3d1034dce1a452cebd7fc35acaa60f40862_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:25eaee750c1e732d54277f922379cc71a2ef54d5e71bc7b0fce8d2e94de1519a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:593a18cb4897049edf59c15a31540a0e87481613d24b9b1f4cb2aa765a379a0d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a0309ade1fc2352f15078d99bae9a02d69f96f1606e5e167f9fc175db75d3bee_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b90e9cb5813bfffa1706cad4fe14ba5e1eea6027f8ae069f67c82e4f30b1ef34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3a444c4c91d2bb899ddf5c0567afb5665dd487a2a9652168298b07896d0be02f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e562c87bfb5051d23a08571ce9f7863d345b3279362d492f4c2cc3af333bd963_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:34f7dd13a0bda22157d1705d97fbb5ce2915783e73f695f0f5b85432e22c7b72_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5d15ba0115a6ea085e24715fab2e76afc81ba8102740ab12fca1ed011451601d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9355e87e39071ac60a9e9159c846fca6edf0eb9db0d533c9d241200ca165bfc4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b271b59d2925de83d66bd736a455601188da300b3753de1cf1a6dcf4f350f372_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:378f65bf649188bff1bff891946587c33da1eddfd8305339e377313b1a3b19ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d1e3a14c1dd015fa564cfda475400418e1906d17cdb3f7018c73e1db94b2fbc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:bd137fdb01b4d603f5e82bc0785a38e0931c26a7b5966082a9541302ff585efd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eac8cec35f3d706f5b5d81e4a32077c4c8b20d9cd5a91df90729aa88eb64387e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:10c696a8bb823da3fcbed90a94e6c394df44f07f432353cb41bb77d2844fe792_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:2324d6fc4ecd4c9ac5f9c1e3ce31f4a64f67ad6750d42d30402c08683b1d5147_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:644c3a2a10a5360041465f51b3ec7331bbff88f881c093b64630bff0427e6708_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8a98c31023c6118b9dc5ab6c3183961bff7b80240db2a3e6b20092773b04ae9a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1f536d42c63e0afc63dde932ac4108ba71654c6480480b74a57035dfff5cfeab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:b088192ae4d09aa1fdcb6dd9ce2042c5d64824f92bb3754d30e008c137efe69f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:e1d30f197254ed47f44819dd9a431568ed692911b1e24ebf5dff6e5b49d4452e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:f2acd003e036fb14bfb45fec55d54bb481d9f80c754245945266cc8cd999cb12_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:245a4369a236adbcdf3139d0e53b5afba8942d932c32b8a0c615a81037892831_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:38437ad642cdc81867405ec476fb6e6a2450870d7b4aced794ba1264b291f8b2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:5db1da32b052beb4ee307579207f93082513204512d3b8731c5e0dc7c0861d3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:6f513b1519e96509a3f1d93c7a40f6d4bf03227600b80d5148617d1cc27248f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0634d18b00ddc4478b604606fe9900ae5a5f6682a53346eac5e26ef6984b0838_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:409d78f5ae30831e863fafad1fd7b8ebf59b20f4c3ac187de3c83cb62b07b279_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:56a149a99aa3f5a7f9019ab41eb09b556583936b01b24b4b618539cc05b291ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:6a41960185cc984c49836b6841a8e3510c7f92661223d09276ba310b8fe0058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0cd7d9a706ed1a905ceaae3f4af801d7886f4ca1e2cd85c34302fad4789612fc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:1fd6a8a64d33e0087a532f639b939dc6e111e7f8dc9fbd81e62e78fbf01eb96a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d13ef9eb81d269edbbce8d206b010c05e4785561efc84d46d0ce345afe33e699_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d4c375112b6b2ff69332631e000148221ba38c476598ab8ec9902be4ddeb7a67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:059509a95bace33df9cf2a6e80fd128fccfd379c619a4c2bf625e04406ee8a0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:2c2b661d66905dc6ec527d4d3b404221f9f4df08a1872a2b840f9217f1fb5203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:45c2b5378fd000d0856532d1aacaf960df19ea8e2200a832e29810c2c6ba4af7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:4fbcddb02b3471c329ca4b3029d064fa7e371f3cec058b45867108a70a06cb6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6366ad366454ec7f07b87e8875ff45f1349e63478e7294bf1aadbdfd2bf2c992_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:7f71e33d3f70959d3247f9a9be0b4704cbbd98f42d07be004cfd4fa301e083ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e15077ab0f1d35fd36c32b954a8f07466d2f6268cc718c4158274bc46c4db5e6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e5f3667299958ad4488c0bdd2b973fa7704d3c0482f25ec6600d0052b2437175_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:436c99a9ca885c0a1ac1d8f251e6b5681af77e73d6987c431fede5190ad3a965_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4fd0d1292e015247dc9f8184e3e47be4fe78e017b532acfb421ae1521fa2d7d4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:7898fb2175c717a8a3ac54ab486d1b29e93ae9a9416735eda554afabcd6a4fef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a575881637483e8ff34cdfce4ffc0f04a5db265b5ede680294d0f42f91883b77_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:83594fa60bc8e9c6ffb8e0855f1062280aeee958aa72048962725e72da3c5f22_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:ab585ab74b0b01a75eb98bd1c583ce900fcf0e4ae91b5c1fd93738bd1d63140f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e2b65a75c9dbf516ff3ac31ec2106588360b17eb137322b94c95a63fb20f6fff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e9f5f219fdf30d8efe880a7ba4fd9b31f4775f9298388b63aaf400aa711d688c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9abb87f980bfd8cac366bf355e9938a77e39757e45a7bbca99223103067ea196_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e410d5bf0888abb4c7fc37d021e79fe12ae4f206bf86093075cda3fef3eaa5ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:e612cdcb4a6dd8ecd5847cd15f29a9a6f4efa93599037717a5562e7c5d4fda36_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:ee7c13f85085a8aa88b19f6f31b21f9d71a2717d1cc8b1feda13bc46d0c1f482_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:02b02c5d1f31832e97e4f0553928bf9ef61963cbaa86148bee0a9b1a0712e0b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3dfe7e9ac97405d1777016666da6426fb750b15f0875c61f3ea5662ff0a1ef06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e40a44b4e23127048f0711fa8ff904b8c569e2f0fe23d853e210d304d5fac163_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:ff19e23e84e1808aa54f681eca2bb97d429c44d25727ce843e7de50a42222695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:19ae36d3bb2b98a4cd9c8f6095dd73c271f73505d5138b1707abe038f4803256_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c97efee947246630f1ff8d5783307c9b5844087396f08382bb58a5dc9d6e5e35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:cec4e97a24f781454fbb9a61838bb7ae9cd3260a1737b17a7a829b0392182b3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d4bd68561bde7506aa2ece1c677ce59cef39264ba7888549e3a7a17cf944e618_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:193e8eacfe312368e182a5a4726c761aadac6996f6b9977b1a23b9ce127d21d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2d9b147b87945cb51c80d88175beca575d5928a8b5e5a598e0db26a2c19d5cd8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:66c31375aa4ec2d3a200f83ef470762a9d212085b4ff979f72726aea8ced0d51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:76f9756704565f6d7420c66b4b59c55f0fcfe447eeddd44c6ac79404dd4278fa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:96d3fcdc86a8ca9181ab84599222640de2ce46d0231daba6970c0ce96bec3a52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a18d2ead2a56c3b24df49b69a3d20a6dd672f396184ec77c75f959ac0eacfca0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:af4899584014a0aa9f70e4136631be2843da1f5529d0af9a5eca93a629b40359_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:f306015ca2b4ecdebc5df445e80c3ae5a8af5ec154d9483543711a2aa64fd91d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5be0128ffc473c486ac60d5b374fe8a7817b212625e5eddc2d83ec4a1c929621_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:97d1b22122734184ca4845ea0324cc152ffd83672d9d8eed789e1e7033be28e5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:b09c9db19467b54fa2eb860196ac7a5e25b40a34f65652509b5ec575b2db40a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:d42ef4720c490754b8b0e40d7e824055fbdfb9d8dc891d3b842c1fecdfad85aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:5d097ce13b0da8c003beeda5225c7d56091bf4dfc17c9e7f436934b9361be855_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:727a7e8149ab898a3dbff6d8d768248b7ef253617e95047d5f6e2aad98404681_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:95eb89ac5bbbb966ec7f578faa279b4fb6091a3a6e357a8d03e162ee73597576_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f3e7d75c7948398295de2a457654a8c952e53e901ed761768485e22882bc1356_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:30640a75ca88244e31e8fe3abd45b4786cec52dc1ea7235e6a7c7211ca548854_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:452e6d7ebfb47ea10c51ee6c6de2b7c638d490227d42b17e707a2c2b9e9cb1d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bde8cae8c72c89eeec2799a709c8cf5afafa09523abda7d153759f50caf856a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:f2339e81b43c708b5d4d6a2de6b037701249e9b1ec94fa934a7de6dec7a25d0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:4214bb5a57d7ea42681036e9318124ea1dd13002e2cfe3d66d5055de7358a7e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6b8e1c8cbac96b77334a85dc67c953ab3ab256e9e7f0491d335eea9fd6f8100a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7fd778c320ac9872517061411245a10b84c8bfab0100e7043c9bd845a6bf8019_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ff65a2f97adc0b877e34a27e82ebcd014471c2657268bb6d77087c7c87c6cd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:127e21b4ebe1e1f8f74479460f49dbc5cf4e59f2f2198aebc02b76df41ed7843_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1cb3fcd89a6f4140ca9b035d97388d6974f13ad27b70af817ba15ca6b0007461_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:83ddea52a4ae9da23883a5e91feb3f73a1098b65591edfe9330974883cd2d038_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:8dc0052e928a79f39715534c6d284cdc618e6b79c0cbda826f12b54bbaa205c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:48912f37c502e26cc988a05b75d27fb7c213cf59f0ec021b2a2bbda826fff0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:8076b849e5cd1eefb1809f4f21f34de7c928da24df1e6991448e60846d6c996a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9899beb9c97cc2819703a2865d00892a9cd7d59808b73c02017dd2f7a752cbc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:afb6e4cda5bd5d5816d9f1f5b601ae70c81848ea0969343681a0d8ebc6a4f6bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46621c418f58493bf67e9a6a1a98062c700984328b6d5a800d3032509ee9d19b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:5a56158a8cdd83121aa7374e98faae1e19fface19e5c346fba6d42f584bd0055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:78ffea97403b82df438af22994fceedbbdc29765afcb2cf77210b796041274bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:83d4daa8704fe5aa151e84026fa01f0d386d8f5481648a371ff8c942573ee13b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1d11f50808a8d05c29fb8a359753ad75bfc1a44a22e444f7c91a1b2b9b8a9b67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7af93808474a96ff86408a5b81b9512f3840dfef5f45ef638d742ff5fddf89a6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7f0fae12d8830b69646cba9b7363d93b80030478e7151caaca68e1ca15da8d55_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d8e0ef608989c88910a25c04bdfbbdb7353e7044296a0516e3ca71879119d546_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:332491999cca8af49ecf9350b2b04d215ca7b37bd53f8adf1121a0982755f0f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7eae94646f3ba50850118f9d3c08258538c98e81d9aa5278ddf14dc9c6d3a52e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:b50bbaf5582f3e4cda28aba1a95fed803f716d307637d02b7b5b3b22741a3919_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:bf61e94359bb26988ff5c996bc0b95f0c75f1728513bd944de95db5508fc43b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a7954790a96b89e30e5403c26ff4cd1df7a9c29a7412a375ffda74eb0b883f8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b23440f336f48aacf3cf53abc19fda41ea971ac7d4368c28a187455740f57a25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c0a67f20473ebc15f1ddbd32845058e3290e11b900b6b22ff74a88c9da58553f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:cffacb56ab2b3adab95f3d0c9a7c899095a7e7f2668735d06302d87800e1b135_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:07adc689d44c1b0c766febc636d91b325593d2d1e0f4a23bdc6d94d5c29e5e58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:26d2bf822db88b4c0d14898a4009c245cc62558ec8e73c748dda3930ed5b9440_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d1b5b014efc1b0bead73fe5fd1265f313173be6cf8e729b80579db799d67e389_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:d6d8b494c4aa1dcc3485e38561344ce4a67a938680f4b40050306b002b784bd8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:013955ec3977371d0279a78993cf085e6d72a80e94a3e8a90e63bcab622edb85_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:23b873990108f6f6a6c3f03685476e29c4b36c8409ff1d737b82c6193c9353f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:24cd081ae99c31fb82b2df5bf639b8d470bee990906c6a03717ffdd3eb9c622c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:bf716202e32d3674c7391634d2c4c14ffcd79af57c86a8d24ef76a37d859d0ab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:19215a42461673eb5362be7bbd6ea316023f77d372fc7261d721f8bfc88a65f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:37d0d25514169b5d62ac2888ae3a820bb2e54b3f03ba5b78008d4f4666a90f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:855f8004036a0e19adce948f51566fe9c852b9423e6c7d55085601254bab8ef6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:bff290163f0568cb736bc2bb46498607448f7e27653812430eedc33f1f3e01b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:38780164a447a1e8d331bf933d99c33b013abe344b7765dbee8391aedd9446b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:85299066c064adbec4a871351f69219d00c7869d8c51c9b915beb4a7bc6a620e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:e02477eaac7a77fc4cafbdf312260fe8e9bb1e9938e1617d2428307dc420ad2e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f4e4ad1d74044c65fdc7efe2ab2bc3a20a417dc1f535f5b26d39ed438c45572f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:0946e0ddf6d186a38275c92f9626c2eade7daca392ae003471a21420ff526430_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:333545f5814beafbefadaa1225a65a7d366cae7d781ef51d58cff1180c0e4999_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:4381363b864cb5365f6ed61432f406069db17251f60bfb9319721268be4cbaa5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ae1f4834ff47550d64ea56148b5b122f93c6db711d11864959f1ac6b64a1dba2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:0fbd1217d2e570bd9534b70950664d454d1b46dd6a0b02fdec5656f88290a656_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:34b323d2e891eafe3c50c804c673a0843a78599c8e292f1a0f0c0f5b4b39fbd3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d2251d573b1029bc4520825fa1e62eacc44e02a74a34acb2c186f4a630c219dc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:e542bf007fe146798043f749e17171c150cf867d6d011472ac678844ab5b8f62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:27a9cf912ab7e443f2623d39f16e23e01620f823d91a1564ac23f1c225ab2648_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3f26e5a2fa3760820eb1151adabf7d26af96395345444216d519742dded51ed3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f8d7c441ffd62d1b18be9a1b382fe75f9304acf0f2e9d1c28f7bb13843b4deeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fbdeecb5d0c78e4a316e8fdd8f41ebff61c84a177400172c8bb4315b2bcac138_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:00ede5289e4f8ff370380451ab62b244387df55b6fb9359ffc67e7d76f97c860_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:3d742c34e57e26f9ddca30af345d65d0afa2f48eb0ff4aa823c78a679204878c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:69ef238825d9358c00d0865e45758e14472dbc7e8c72869ae5446b2244d833c2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7b27c040db5265a06d86bb48f9421634cd9802471ae747e8670f6a8ba34e4a6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:1a5b180e8370fd822c7000827b40b22e0575fe848803e954b7fd158c4c11b895_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4c0a5013df3f1718c9b52cfe51d841090fef90b8d74429c6ebf70f802bce96e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9ebd9b50b6aee76f842cd5dc844ac772de3038cc5b35e095fb1323d9498c2c30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:cc7538c714803840b4ead4152e32e0e37b86639cc6e0ad330e0cefe983766a09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:06fab18ed4933ae1c5c77dcbcb3f454c130de6e97c569fb75e4834a7623cca94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3fc800d561a46753792401a68903d93dbd62a757cdcce46ff0b434a9a7854d9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:88551481ff4cdb898fdec610f556643e06beadeb615af9c373ba24fd9af158a1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b0defe0c634121644795a01c93df2ee14767972cacf1044a361437ccb9e9d62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:012275fe4d910c7256de12e0682450639f0c3306145fc31c89c0d8cfbae1b32d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:22725553d49db663a27f6316f7a2ec9dc773994938f3baf9fe4c405d58587ea4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:2e25eeae84a107878f6d651253b2ae594b2eb408afe120c3705ab1b6ef1880b6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6c5d0304d5e559c909909b7b4e0d01f8b91b087a0f7424a0ac2f41c1971ecceb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:2024751b0ebacf85ba47dd6ec59ad28853aba6406fc531a389058e69fcaad227_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:480b8de7e171f39669f1f199d0fe71569c2a8d0ee8eb3a6f9f3c644b2122563f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ad35f5bd558aef28ec4527ec1c2fd4be01a5a4d794a177d1428aaf1e77973cfd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:b57e269aa22431682b6e754e54a1144f8796dafe2dbdf69cb671d455a8b1a460_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:038e1d21ad00cdce203134db282f18c4b2ed263e02d861df97cd2ef18865208c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:852e6955e8a72972cded1982bebf15b331b76631100d2c6e838a378f200fe5cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:962ec16974353c481bed2e52ef3bb5cc62106cb35ea214aa5f7d156e0121aa8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:fa67a273024978f4d8e43f3925ead095fe3c066a26881b10dd4e477436125807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:226e95d83a4b511398c2294b5c4898042151e9a9ca4d22ab2f4de04a14df92eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:799e19c06f9d98bbe7d3dc9f672b98f5c2b116c6a996efca1b6c57ae96d8be23_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:80b99d93096d002057e5054fc1ed18de04b2023bc5fc3414b8efcd3bc146096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:bcc0edc06d5b65167b4ac3bdf804a5783d9d0abb8e726dddc0767b7fc10d982f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7cce954c46fd4933e859d86b37579ab5157f867d6c07ba0b3a0154e8cdb7ff3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:87922b246cfd5c085c0b2586628eb2abd73764f56d38fec06144a30d3f3ebfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:aca2638de65835b5fb01a0ad4198aaf8bf459abd16263408fdacf5c159cafa37_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e97f126b758ce1acfa39b2826807f77fa9957baf5eb22935f9407cc79a0ecc38_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:05b23360fa20f10b207340dece37cdcf33c4d992e3a29c8a9648a7f22389e7ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:502cbbb98f22695369c279efe895a43bab142a507fc03aa100178a62a7cdd514_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:53a67eac858334d2fea2d2108c8e7d0f1b17bba0c273e763f195acd2ccd217b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b981f087a2079a194e7da695fd7403cf999685bbedf4be81001615015baa2a11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:20a61c3820c60cc5f2471a97c323b91a23d30b6c1f1398d6d5b2b9a66b47cc20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:2a940beb94e4745593c309bd6fb316a00369d99f6cf1f23dd29224a2d6324c27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:664055e5fd3a78fe5bd8af340b1f7084e38f7f3f79df7eb56935b9af2dd90515_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d81108bbc04aeb54c088b8bcf796a3b2c8e42186d80b06b8ed5bc36aa1636e78_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:19bd6e3472d9582a2c1563aa482f59c04bf453a11ce0719b9b9dae5226276811_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:346b64f6acf55949007b679f6b642b1304a51c70680c46bcb843d0a2bcb922c8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7836351bfaabac1c146c2b07129fe2485d34fc2e20f2aefb46de9b6743666423_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:7c229d06f80e356c102f142b1872223172d9c766bbb853bafc480d558c5f5d42_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:3ec2bdac3f7798847a49a22c6b2a89158b018837e9a0240b6f81a81947dda271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:4e278fffb4c53b7b77fc888bc120754905c51b5c4025fd33b863000583c9f0f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:63966665dc84db1dd26a762d8bdfabf20fe6e53646240ef67329a16885f9d994_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:94cf8d518f985113830d4b497d00596c38a6570c1628c09e0863c1943424012a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:365e192b7487bd1bcf835d90c830aec2d9cb4c48eda52e383a1593063cd35c58_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7c088f3e06e1287f952f0d1a4f72f649d52cd61f93b38aa0753a556d01cbd663_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7e38d1f899e62a61e586a89785c8688750c5d4f3800e7cf0edb510bc4ef780d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bb9ddc9194b2ce01c39c36d0224216599e5603bf680686dbe37a1a16e6f9343f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:364d6e6f8ae667724b92a79fe23e3a9adfb99b6fc45dd6140ed14cbf460f93d0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:5464bd96c438bf3def0fd6d570725cc7f1f2b8051ff8b4dccb2a9444e69b7e6e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:9277b84769d6cc3e236b8b26657b852ed7f3b1b08d51b410a34dd284b7b748e4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:fc34d819343474af5512f7e4958f4ca767084dd0028027b72f04767de9c11352_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:25442e912d3923cb6eeae01bcf35be62fdc1a0b5f926645efe8686e6efae1943_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:f4e906196916c8ebde54d2e9addd8544c044d68c16e97af52279a1fc6449616b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:0912964fee54f3360ae53187876ed4d489708972fbebbdcd6f8dcfaacb2d4d50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:708c8e0fa58864fcc0521d644f73bbac8994e76c128608f9af039395012f516c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:76d9580358e51a8eb8418db4d02d7e27ba9f8e6c91c31e7a6792c21e4b04b88f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:8efb309eb5f2dc5ea86fdfdeeae1af6fd4cdb9831e6ca9c18e218f5e1069f7be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:57869c49a29f8db93129eba2b48af6ec285ca37c4b92151f42607e585c3baaa7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6586a80b58dc3d6881774f44e13d23d989198b5995d4aa7c5c84371b3904b394_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:cfe9c9bfccb8a43176254eb857c93a309ae68a5c2ff00a598c0a5f8744348c6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e5db1baae4ef48a4a472f2301909c8cb18f251b089201436cf16b8d1686ad1f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:9a95e2fe6fc9de210883289944b6e53e9f5fb7209fab44fecba774dbad1c6892_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c11f0147dd2cfc7e90b8583171bea78130cc8d15bcefd4bdd99e5eaf3b99b62d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:f0dedabe0e0aba9b9afcc56404bac650ed8f5a76a9211bf1e81b665ed30254dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:fb095ec279185522b46f3f51258fbaf0514c5c0bde961effe39256d5831ccc99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:16b8ae62eb611b1e91dc76eb3d8df6b25c50fc05f305201f4997c595506da979_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2fbddf28b8c6116aa06550b6152b6267f3095b3561ae573d2982f94edcccec96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:31a6a6a73f4d96960126bf95f578b32a60e292ce4c7e98ec7ab931dcd018f7e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f504976b36fc2ea95be888e5e944c562ccf160a059109cbbf61713017e12e13e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:5f43495b15df64e4359d12949b5e0cab1b9ef9d154fd3c85ea4172b3b6ff336f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:6d4647a27991b62ab32976ec818c3628bd6a776f0dcd9d4d41f77014417b9959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:89c9eee94aedba7eeadfa1dab7b4712a3c3443c4f17886af471a5c147d42d6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:f7bed21d2c55f17728fb1922dc0a3ff82ce1e1b20b0c7d4a346612c6c406f5be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:01fe3ab1288c86aabf1894b4cf2c1490a684c3f25edb71802382779752a47c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5c0755b37acf8f2c6a742ecbce8141eb2aeba7d639be6a84d1fa8ea0a5210c4e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9c63a2cc8f065a586cd5f20d49df5cae5308b9bd81ce612995a76360f94ba95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:dcc3d15bb00662d02a870728b1af4052342eb5885b491cac0999ed29e73c0231_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:08fd31d9f7d99920fdc8e82acc96caf9344b1282be6e97219ba046eb544b70d4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:53c3c5a76704f34c6a5a895aba2c5fd1bd3fc6c5963f2a00dbf0d27bae8cd532_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:81f2a52b427c06fb64162c5467567e63fb104b70eabf9fd779e6a7ad29bd39fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a6d960247a1eae2b4193528e509704b6b5e2682fd1725ebcdcd337075a1fad60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4058c361cfd59735101791d5ae79034cad53a6da3bcebe04cb884a81a4716d25_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:689743414ad91e78f45115e6dc0693ad71e24be78f6fca0aa4af5bb448062bb1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:8ec2df4a9163ae6ff13f4af00586f52e38ae1872fc4cb8d786b613a7116f8575_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f249c68ecc27e7810c55e4a88bd5b8344ab497e38a160df4545956a8cd9ec24a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c1b998d32b4b865f763f691e378e4305ee699f0c7a49d0f9d11b071c4b1d1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:443759a86257d9b31944fc5261edf98e6c0fe2ec84fd6da40f6ea8d272792cf9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:656cc35bf38ba567edbf993de27c4836dc890329363e6415787b72db096a1b3d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:6f7d6e54509b3bae8394c544347d82d1e4beba8da9314db6afd42759cefb0dbe_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:36a3f1de8f08a6b388e34f0f6d176bbc24dcd4fa687098f4ea0e27937daca9d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:46abb86fd6e252dbd3f0f4d2e67886f5f48e85ae9ebdd15cb97c1b4ef6f7c3ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6ebace88a0eabd744314c45ce9f5f3bd3815c4a8f3418787ae7e3f7ce899ff2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:966525e0b600108fecdf3b35d3ac1a3eb86bcf0f3d0ca40ad7a8affa0a7cf625_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a189962370c0cb19071e929b52f30ab287b1e993caf0dd2d82366f87283018ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a403428816f508796b4da8b526535052f2b7bfdbe909d918d50d2ea4e0079105_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:e8e8294dcf8c72b3716117bb4a1d8a60dafbd2610d76a790d72af1f1f05587b7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:f92843a3d56cbc7696e8e7611dd32de515b5d6b297f232353720bce355bb55e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6b3209f8700a754e7ad49582b07b98d2e008bd981187fe039f05da00e9426c78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:7072164068bdf9ec9a09e39b92d951f6c8f1b5cc96dba5353e46a266492473d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:a57e873390cadc797c373d43652b7cc33f4703129818efc9c52eb19669083d9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c87fc2a64a90083963f2f31be79fccd0d098976daf8a3547dcfcbe3035192801_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:51a7bb947c25aba4c3012ad77285d111b4aa6f21ef1f6385b3d3d8205a46e34a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:64dfaa93ff01631734464fd5b5a7681b8f45b91ba32cb782511336dd9817185b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7ecddcf1688ba0c4970702bfe29e8294b396b28f90be16373ec3fba250454773_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:7fb399fe943b7a45a234b27808f609e32e9ddb5f538558a061815942600ec1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:76d47f16a6300eee18e1d084f5b6e95ba93a0c167a1ef49931352108d863447a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:9487b6858e33ac73c154e59cb4c96e0bda1182411d5ecf6328ba863161d316ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a59ebcd33da05769d935e43d5b2b2f58349218b4de3397e19990eae329b48e01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e0e0f6c299d930a8d0388a2c15fd3512639953c9cedcd218ba5542c5d19f7a51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:43a4f8930da3af278a4f3be8ae26cc7777822e308072f6466ead82dbea4ce5c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b73a245593a50974b7ee6484edcce9daada3991dde86999da270d3baa042fa44_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:c59182bba1bc1bd373a6deeb803b17e01b9c19dc1d38a68c7644c13f52c092e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:f0212423d6d5b077a118edb2b151e9d8622e411e71ac975bfe0f2fd5a8421ed8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0ec34e1d35c4d698dd2b47da85d8ed074d99e14ac221644f6f5c0b62df7f388f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16c20bafb2402f4c091344290f7cae4554a2dafcf730856e8dccfd1e25887ec5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:2fe6ee7dbf151f55037bd6e817f446c3cce49a2e5bf19b422c6ecc46b68c7c47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a48e8aa4f0b04ba85ad28a8676f3e3e035053b784581a4276d8739bc472b3395_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aef9bbd24b09d248a54be438ae96dfb8f434829fae929e387cd715fec8a8e667_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:d8301d2e26357c1dab9d314dab0625a06ba583d260beef7e91c7bb4d5290068b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f747b164b3cc58cb7c15813f2d8033487d2dc53778d1d4c6e6cdc366530062cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6b6df5070a6de70365b63de98ea44fc0352ea5c9eb94d8e308b919e3ac5603f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:70fd5a174239379e3d167b26811501b6e2a48249e85dc5b3f74e6135732d1581_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:789d81c8dc20f307795b3aead098dab023cf21bb1288a26471045906a291b51f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8601c0772bc61d6324a64fee530b7ed1085753eab9ec2c2068d8e18a920df0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aa5e2bb5f4256e59be67fe5edd779882c4ad68c5ba062495c41e2496f5999075_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ceb4969fadf65700dfa41ebdc91c59002050451898398f636e794a6bbbfdc84b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:1fa90c85eb9b6764ea18b9ed0b8cb3864793e66bcd08c88e81e928c4325ccd58_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:bdb1c72d507c31ec649f8be1b4411161d38fccf63e556040982b634e3f886521_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d93df9254c48b953045033136d76ef666f080ff4b0c01dc40c283cb8bacbec74_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5139ac7633a255bba3b3c5fe1117c3c573b0805259f473baccb34a97e09e2c6e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:53babb8256227ef4e83f5bf44257d3582de673c5815a03c84d80498488fb70a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:87ebe475ddb42fb766cddb35cfce3fac180091d81c4c59bee2f67cc6755cb78e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d85e0d47ab3808865e9f1918b82f64a8b58c30178b8c076576a5d8829b98f78a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:78896d4c482ec7c24ae74a049071e94200cc133419fa5b258345630357fdef90_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cfc8dca2a816ee9e3e2cfbc9b0e99c9e4a346e365827e02045ab306367c7e15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7d4e8c356a87933a8ba06b5f1fc28137e3903bc3eb21270d2d45353e600239aa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f23f0cce65f0df648edaa857ae5af99e6b0a0be552a41f61f5c83acafd8b181f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7c446f3481e312215af918c28427433059ffa83162c9cda3eaea5e0e2dabee0e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8057efd2a03b2787eabf4d7ea52195049f3a8eeb025435c43a8dd493d8b19c53_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c2f89a29ec8d96dda13d7371bb883521120179ae732f1aec739a91eb93a1a256_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:fbde574f68e3627f3e2148c51cc06a3a44300ddf807f94c2cc6f1ef8af10af3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b5c1a7d4b9fd632974a6d407810220ccaa67981ce9263bffd5c92aa1fe54448a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:dede4bebbc6de50630be4cac5712684384bb685b3fcce1b7d2b3949726e106ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:13eeca50283ef7aec2dd2ad947fe1791626c9c504b77ec6697e2289bda266a19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:d9e1e9fbe1f12d7d76142bd70f1b2d02b21c7677b3c02d42a46fa52687eb8faf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7527d0757b3e463a430d3d1099f80f2f6ece657bff2b66c3dd6b9d130733df9a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f26b15b67ae35b6a68ad8ab71a1be5d127d0fda9cbf9989a2899bf3c4c41c920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:2d97c602db77434e7207d2f27d1d9ef4f5a594400d1d35e38538c2534ece95c0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:9c2a8f934760749495747cf62132f6a967601051a66ad783b8d00776ba020bd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:049533b5c1fe3aca71d8c3c02f5b1be61a27154a685b1db59c30d331a02229b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7644b0a2c1ab8dc479667bcafca582352ee249f781eb19434e4dbb1b74a8a1e8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7dbda017fffe67e41b6b1d85735e000d673cd07bb6542c44c67256643e88aa9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:9f9f11ae41d4e6b6fe9a9eeecd40f196c8dbfa1d18c9fc38da162e1054aa4daa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:de53aabfe6fd00f601f229c0abfbc96af93c327915a598a1c5d9b9c2ddef531f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4bbbcbf186a8858905fea18c8f3244e0e4cca1291c6d22cc6bc982d90ecd5cf0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:6b2d149ac8b04e2ae8b125accc761a45ff7651a1f6d3a91a13cbfb5d9a96b53d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:4101d09e893f7a025ce82166a6c78a0a8ee4cfe388c2d6de1b35abd3f0284c03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7d4b254f1ceed0b5bf09784ce27e97d45e376b6b82ffc7ee7967e76e7f0f3737_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:db84204aa4d3b831b6d6428aa90ae89f10c85f61bf1c32f04e63d23f68659518_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:fc9301e3716d7abc006f0ddca94ac258cdf81fb4297120455d5e2c931ddb3daf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2c5307defd066d07bc42d092e906bfdb2007c97288dde598a563107a7d2d47a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:75be1a48ecd6eb09d9ff583840afcacf8aaf0b654dde1789515b3b88be139388_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:8c96995cd1358e791d8ad6184d696e2245094a8c736c753922b781a181772b6e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:9505be79ba6df90934ea65cb9df844fa07450afd9587ea6c1d39e682f326c152_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:85f976b0c44b8e0cc290bddb39f451a9c0ee72d6b541155e52bb4685d6c3657c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c726b5c4c97ab4760463b02495246e61386f8c5fc36b70f59200c6e44d750f94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c9555a29685e6872bf70a5072084801505755fc43239a4a7b9d53a520738795a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e8477843ea3d2ff8768c8a59950fa57e2a5aa78e12ce38e3f4fa104a38b154e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c05f3f93cc56e4a16905141e29b284d5a60aa350f3134d3e451f10e741d0826f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ed07f0a42634f9104b2f6c985c00c6c95317bd6101a9048fd8782c50c68b9ce2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:29c7a5482efc6252ec5b34af24c43aa10c6db614d579441bfc8dbc2f3a4b3661_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2e532effabf15ef426d7c72b63e3b5d283438e589f2cff580ae6cafdf77f1403_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7421808697067f26aa1f0a4e564b618c9856986c507b87cd137734e5b63b0169_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:afcdf30312a458e2fae1cd86bfea75fbee6cea2797dee16e1f02f98b858ab8b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3b08036bdfe4be5330fee8b6c2f64594913a14b7777e1753999b8bcf3f55be44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3bedf15b11703d7a3745ae1f46cf048a3a930ba183a7f1b3b1407394c8d2d531_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:049a3710217374becce7e0eb7e4e5220d6df0bbb684b23af619d44e4bd615cee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9a069701178d9e840c6b79b801ba03562823df0cb251570037a509a49c136e0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9d7aafbc07d04deb3119e1fbf533bc5c31bdb90dfc75d42651807f29a894ac2f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:a5cae3465c251e39983d3781fbf910ac7fe21962d996cc45985dfd342b7561c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:29e3d934c976880cccfdf46f8d3743c306cd0a5c6b21f98a622f48abef4beae8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2b1ddbb3d3e2fa4e1c51b225240f010f1502120bafef0e59c105cf4154acd30d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:91265f51e256eecf2aefefdfb7c2c625d326d57e754f1d23697ced20737f91f2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:ae5138399158c2f2468b6c4701d9c15544c0376ad16db31abeb1c77f83476904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:06733c0a536a12ce2bd6f835178b7b23e5c9e58928da56d07b70766351e90c1b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:684747fae1f28e427fb1ba02e624e3cc1bda3f44af56232ec5ca6fddd1d953de_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c36c391f8cf8a47205816cedab04a610cbad4c06b31ae41fa7aa66533e756b9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:f071f63675a060ef89e146f4183faf557497d4f2ce69365abd3e031901834ea6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:3e5d1e921b9a34032708ada169c000edda452fafd9b9ce9e9525d396b4748092_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4338a35a4c2627e099c966615de2b8a87ce113ce7f8ca5fa0b26779e917a0b43_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:95239cbd7882e46d2c85948246837d15e1a62233909891c467f453113b58757b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:acb88d3cf1943047231d03ef0db05ecc08bc2b55828a880b2e3c00fc0959ac17_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:1f3b655c34340d24e41d318e6311c5c9dcc0f8983c2ba94fb4e124e0d8798c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:29dd2558a5570c0ffcc9d4098e080b2a8b85534255e39efef22cf0e1f496d8ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:418aaa395e045ed3a6a5737b77f5fb41f0dff4383b7f6fd1e12bad3b90c20c69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:7143c3e916dd7592b053ce32a1d161a2367cefa43d4ac1d9720a465aaff31dc5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:006525badf32be378253dcbda0d72ba644e2f147e753eae31bc5ae261960b205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:8d85c088d5617e4374446a1df836d9a2792a04b29aa398c7143d08efb3edeeec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a52701da9107849685267e56543b887820ed0f752498616ff4f40db93bede52c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:a636891623579425e62107a5714f6d9a82859371c229b48bcf6c8be97ad5b623_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:2f5a4694aba5de3c3a02c2505e743a5a4dc84cb4d29907e458a34333f418525a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:373e92156c67c346b8cd8db7e917a7f8b6b86bdaec117153a4f22361236cdff8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:978c9f9149c2664f06dda783cb58a19f6e07e2003122400b93bed8d88d60f8ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:d47afefd5b608b7ae316831bd44eea1545ef92dc862151909fd668c68b44b5eb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:f32a521d8bffc86f6b5f4993a7295f478d506bac5c94c7bb961be3f6c7c3dea3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:fda44f5c6ecc8c662c78e3156883e142ac4f0ddc5cb1eee2c8df509ece49cd5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:8a50f86f02081414b84dd7313849a11f640971bc29ab708fc4991d335753cd4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:9c20db4b70d5c37b7c2c667b778f311176560a239dfb732e7450530d86d89cb6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1b889b7dc3baa35bdd2a338837420cf8bccac71a5ef03070c3ecb03becfb58d2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:b9d89f5c1a12c7b086dae0990ecd5fc55ce86ebf1eea01909ff2d9d421baaead_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:ca965b68a2e23a251c5371721e9f285582163f4e890c6e86035ef6e8b2ac7527_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:d351f6aa9c9336ddf4e892b0d2c54962ce01e1091259ff5cdb27bbfab8b3996d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0712dd33406c1ada080ea09692e1341dcd5a7f551c8c4b09a76a781ff031b1ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:8a2dc9cca6fb3e5dde544a4fbfc765e9ac2af6e0d0bed69588f34c8da0c4d1b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c7fe6e374655f296cb5b682cfec49fd21dda64d1ce2d1f1818139d0f47a3ed96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:e45377e58bfeeda71ebb3b8de90e3e11f2791716edc26c7333d7e85259b33d96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:3b022f77d4b03f34ecc1f3ae4df6c4a25258d0a0bb7f3be384e15381c2016f28_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:698a08fb1e89c797919edee11673a160400922bf2515f61cabc0ac06200a29a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bb4ecab3d4421c069e145f1d46541f8079e79b025f993f13ec12d340003c5f13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcc8da939553550ff251e8ac6ebcd5c0faaf82072664e1ad7961808341bf9f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:29b75239738032214cdafd80be46f8681d1ab53fd45c6be1f39549acd731ed79_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b0012ae6edb57179c3056f2f76bbe0424932392ba4cf86689c7e70c1cbc0410_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:659812d32c1c29e564250dcf1c6121a83fac9eda1d1cb5358e3584d212384cc0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:4aa837c7e433ceb649159cd1d62d2d85a272b47daba16e15858bc3f902eaa0f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:69eaee96ead3bde7e41f62f5af3a1bce11c117d5fb32fb65001b18503ec9014e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7fd950d9be9c7e54cf84238147e0ee906b7cec6e995e460b8bc9a5263cbe0382_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b31b05f3a5843e4babda7f2411bf15a5838672f5f563294badccf5377da24d33_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:20d8b83b46e9a7585d703bb2d393b2ca745d57ece30b11c17308cfaf042302da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6ae26ec581cf7f18783bd0646b78692a3ebb7bcba02d250b1710cf42abe2881d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b018408d18071b84c4ec3a9cfdab64b527a7fdb2abaad0a7c5aa7d32eb98025d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fda4712baffef1ee5ed0f1041371af0f23f00378b309648bd7f1d0db87ef12f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:57e856ac2c074190ffb9313c7429e399afeae2f20f362d462540ec3fa142b930_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7cb24b07e3f2ebbdccd6d66ae2941c49e0f1069b2339b054449ad80156f9659a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:a71eb145008d112d2d25eba00e0f65be5a681f7c2c193010716966520239bd9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:95843c90c53070372209f7cfe99cb1e5c79ad7e247333dd1cc148af1eece7fc3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e1074766db5ffc8e931945e0151539b043112e088f42a780f36fa27b9091682c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:e68a6d834170e61dbcc5484cdf8c146514e527dc8b6a2a45bbc85d7a8a534dfc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:fe53648063a87c5142204769a43ea387073297debdc962da64040cbcff10d601_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:aaa54c7e70f9affdab405b3460ccb1af5a076831b19ebcd9b903951b0e7f6289_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:bacb71ea5757abd25618d4ab135cdd97c47df12f3d303fc98c3576f24e38c695_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:d9c9eabc038fdce8ce5599e6b809802794d0ff0830389d88b78670bac6f6688c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:da8c5ba33b113fd1e669e02b25c9017d6912354fa49d142266d39ae3d1e4b402_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:76b8ec267ff614ae9da9fc6784d93461c10a06e9663e7d4aa47dc65b72b48fc1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:8596e3e92b32af69ab0a232205a608075a50e5a687728f4758175ed494f18e9a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2552cbc626a27ab679986b19abc34be10e8f05765b0f9ebb12ed3fa88a968ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d48b9c07ce688f3399270d219b1f88997997e0dfb5204cc0b74e6214322e30aa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:59f6e2fc2e459dba4fdd05918852935b6e43073832f4961f349eb4957aa9f167_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:650ead1a1bff3cb45441985b9eacf22bc044730d7b15708746b2249c729946e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:859b43bd83c63adfcc1d0bac14ac49a7ff6b838df241b53cbf12d4d4ab947540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:89b2a7c3092c9cd2aa0ca39498bff98848e6651dece10af468321547a599a383_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:2725a3a998ec714d41c582459b793c41fa1377989ac42b454ce99297e915d628_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:82ee820c172b37b309caf3e55796b21e2ccb643f3362fa8f835265916e5d8936_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:90d3c02501c951ba335dfda454e7563dfbe795877e5cc02aed42c1c496774902_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c6207d4c5322bcef6b1ff929f838290279a12bc36811cbc696727cdf2e9dc4eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:01df18b0ceb65a45f3b7dbec47b4486736a6cfd3f57ef3a892dcc5ab91a4399b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6278798174090b0e829ae620b88b0cc2954544821749ded7d6fdf39a64d62e94_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:86cd1a1241d937a8ae9363f3b02c918a5bc1696c7d2ed305985b66884fd037ca_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:8739531070cc36b62cf8af92211cf4db250fdefbdec8b50026b054d128cffdad_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:4ddb887e13b2959bc46fc8fc1e052de382f0ffa67add0b344eca242c4a6e63e6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:8927097ea97a72b1a62ca714a883e4375562e795421dbc71846f7b8a1cdd7e64_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:9ddce7d0eb9bdd8545124fdb5bc587db0d6da0e989203c307c145cde5edaa635_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:d384b9629365fa4556e66551b10ef1521d4ec3ad6979fd566054806118dd297b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:197c2edf4e02babbbd8a89b269eb6d6e8a09d660b648b73d96523d610a4a1e67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2cbf0c2030f05e268a951c36711604d9b9737c762fa90a83c18665ea1be2dd09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6ec1c18330bae8dc4b476dc1154b6c86946ef22dcd681a9b934105fa29935b00_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b535e3b77325c728df4d1663ac5780e59bedf0456a433ddf555f549c87d46d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:652ce88fd47ea7982ac2ff2ae5a59d8f7a73374a0db5fb6f258c3cc519c9cd14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:c6b874fa4b344e0a760b77291dbec8d17d12d4b583af35c233b563cfbc1056db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d4544982e414c4de40f03f1293103d34016226fcd7b0911ff808929be058ad87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:e54628b2acfdd169c7f68f946aafd98804f210e974f4c9f3f1d9d9edeacdc550_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eadd97658496bb171a386e668d64c4b565a49e5bde0e1de41b2c0d23d59c48f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:da18fcb127ddab2f555983be712a8331a0e7942bcb245a1bfb3381edcad1637e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:574bfe6b3d5a47d348c5f430d8d1fc5d7c3dd41058f1c422428443520092af50_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:6322a8b42059c675304d9901d56dee634336ec78625ada4639f6796c35aba423_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:76e65f5226a732781ff266e8c1d9b5164a0326b6d233373f34707fe9f061fa56_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:ea6f8ff18a8690ef81a0154e9bfa66212000c54c41202fb12fbc73e9662f6d05_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2d5e3e228bd0f33d08d0222481ae1f99fb0ca959fa2e3ef936902563aae0005d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:d875e0dcc5b271fde6a9fe26b0cee8646f3fd76c9795b445e516f8144d1f5c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e68637bc28cd2e0820d75650ed3019b64247d9b2760e455bf6c1af7d5d66b7af_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:fefa1f41f0138f463d4bfb59c77eae08bcec8c9a8e62b32628fffbf6a18af908_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4935e679006bb3a9561db7e2fa87f654fe56b57eb6bea20439bad52088d9270c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8828e9643100260e539fbf1e5d377da92108ae41310a33921c81e68e0d48d483_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:cc5861caf8efb0ecd929e37b759c91e609aebcc2eec2a5ba71aee9676e189e88_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:dbf2d74cd97e1b0ee349230003c641992c9cddddf4817a948554e19f4e04d9da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:030f7948481a6bda0c1b755e99308286eb88bd5740145aebfe6d337cbab69a4b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:0c32a80ffc127f1493f0bcd020a6c10f65ec22f8380d962d5242d01443ba9f3b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:50fb43db98f82a6d1c64aae5fd929bd6b72f2fc63784034e0357cf2edcf4e51b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:a4f2b70697ca6b04c67b244d2acfac43a3212df6ae4bed0286f245adfc310aa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d6f5738d0a91f91afe31e29ebc297e49651b7ba75cc9d5841142c22e002316d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:a50d6b43e025f70ec3d6d13d8f05868b96665938bc57621b9c85b1e33fa16496_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:df6cf35b191df4d2972bd3bae6feba1fc2ff43c56b85353fc71456ac0bd7fd9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ff99fe70ce8da97f9ac3c35891fcd861ca462305357486b861ef2f2f49d1df99_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:20fc1e608e1d50de0e360dfa47fa1cd756a3725d4c9e09f7493e6aad565b0de9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:21ea64882aa06a57af6d109ef5452b972c85ccd08e7ddc8794857f0a329b4c94_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:975eed4c6bb65da0f424925e06c967d7a0076abfb5dd836afc2f03877ddb7aa3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ffc8026078607979f97e52bb1768a83c8783d364fa05d6dd717399f08728952d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:2f49d9c19ad50d6a9c896c1226699053ff38db30700314cbc7c26160613c2b5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:80a6be1810afcad71159ce8615d4ccf8861ffc3ad0b6ec3006f10c7e05e716e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:ac8f28281edd40ed8a53f7f28fd2ddfb7e498eef41a358a3c2643fbfc85a74e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:bcdbe5bc5972628172a62cb932d7e02fbc6b0a7066697bc80a17dde90c3eca98_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:17799d5bd0d7e02ed006d72e0dea57cd875c6a782f31f6c70373c27c8b7423ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:1d2ae56c69a0befc5f982dc978d33c0a5ea92dc1e0f0d55e528510d8bfa3d040_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:bbdf2d449f0f395ed80d8ee4def701827d0027e591c5f8cb9bd6808ac4052fe3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:be31b77bbfa75dcd5de2b87a2d26fd50217e80a44cf89a28623235e8bc9b909e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4f07b47f052359c188a8f2e0ba047bd2eb0471d5aa09aacfcfb44e187f5e4cc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:775cd9b81c12e2b4d29676aa52e3f2b3d8073222b13207da8dfdae08ed952a67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a844d1fc750336706be9ef35b83bf323211fdd52ed0d657ced74fe404dbe9761_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:ecf0c17418c2c6ce74b8fb9e63eb451a647a4b54f9d1ca515a2b4e8b4d7f91dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:457998465fa6455b090aaaea05bff7fb9f7a7bc333d8254dd44f8e7e22148445_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4806e817a333da55084253beb4c1fc13385e0f8a27a607cfc80cc8457051d064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:6097fe0b4cc2138b7e1e7e076d6bccb58e51c2d778b3141d14207bb8d672a821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:64cd9daa33b9735dc744f440d2d9b1253095407898c4f41fc4470b06e9da953a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0749edd0e6d894ac2cfc2c7029002d028a5cc4c1cce10f9f83d38e9f7164ff10_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:609679e0b162983fd1296ed00431746418512b9a1796611bd97e7afaf7d3278d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9a0366468a829c1d8fe5513a13614343fb83dc95865a1d82a84a0f926b57f6c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9b66f3b45e40b2fdd957998486d2a08b34d9be43683416af5d02955fe99a913a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:24445005b20308d18834fdad1014c04eb9734bfa122314ed44521ec937f4deb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:466e08c5ebb914a3206badede56e23449ec9090f9e430c80d703da924154e7f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9ff348e7b1cbdc588caa8fa786ca3c8829ebbcb05a1d0add2a0d779dfd3eac87_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d11d606e291c78b337bb11f9c77df7746bc27877c54deb05352b2836adbfd9e6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:0bd91c2a2013222c7cc3235e8362c850b9cea890254c9148e31de4a5030741ec_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:4eed113cc25d901c1e8fb704d976bffba6f1ca07314b1f35b4dea686e8c790da_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:c82807b0f308d47b28ebb51150fbb7f97deb4587b0e9290b17963180a20717f9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e0badb7e3565e7efb37e9c700da89aacc35c3ccff3218fb2ddf311fb8589d71c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4497903eecedfcbbbb2a7eb3763050e7f034ec500fe6c8599759cc71acb6ec9f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:71a38ec7327a404be7682572badab3cc1f6f394d4dc5e02a3f8779236eaf3e1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9973cd4a1455a85e02955c96f80d0de2fb5acea8c3a92bd624eb0ca6d733f913_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:b972ad7d66f6bcc5e6fc0b3cc44477dee11c3aa7b0938bc2d2083de2d9b7e5f0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:0d6fc12b144aeaa5cdabde6939b96de1d788a99c245af4be184c168ae857d252_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:303fe6ce2f5a4a58cea267df82b2ae9658d28869cc696a1a344c97139b12e881_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:4c52a562976c32d055f7c936b87e8a754deb93c4909b17e2fe3c9d202b26cdf0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:83f1bab4b454e7bf5e45670a887fa52cb8f0578ad7abe302d828188169b50d8e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:51b4629657eb5d2953059e2858463c720e73c0127e884f20e86098980634b56c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8112d8a9a76f4c1fc11c64c390b5f9aa15cb3a47884a6176c3064fd3f86cd754_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8d37ffe9525d5ccf73a86ccacfdddcc1663d84547619a4493bc8e45354ebfe41_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d1ac219d837dcc0aad5c822e7fec3bb12bd74760c8a8d1a07781e2d7c6ef153b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:10eaf2809bd4a906ae8b3b54f6e425c55f2e8473fccaf570efa1c38958a0b680_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:48c33ffde1ddbb45e1ab5b07fe8a080ca85249c36d03dd05dbaccab23aa899f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9c67c4ac45e552ed415baf10ad9e6b8977c64a40d57bba18b2f67e035aff5da_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:deab9e7f2614e111eec8f0f76d7f30af5fad45503c86c5434a1fa49e20d4b840_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6d2c60e03d13b8d2fb13ef4c85e297e9ea2447f4662b470957018727dece87e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:6e5a9fbb5ee4a1aad19e0a5e1bc64e9649c319815d1549b65a1dbdfb7b387548_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:90b210d1b90c6380651785ff8046eadf9883cf32ec0eb50486463c519f591d8e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:c41fe3f9c13994260cd571a0837211afa261a937309d8608596fa90b31d6dad7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:1102f66174f3c29e53f70e0373be6aa62022b5ef63c305551417b7337642ee35_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:5a34dc93670a3c3d09a0ac629c08c9cb619da26b0096d6908f59a896a8152a88_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:add03e456db5368c7af0b9f7ec557558ee390c52feaed86fc90a59417523a3db_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ceec3dd346503f36cda439a0ebac6468a5377f8dc7d753512e15e02ceb5cd684_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:219d54a07274ccd97610b6f1c34b6490416f26ddc6eb159e9e202dcbc15388bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:cd3ac066d696274b320f77c34f996c326812ec06bd9e29abe0243937e5e6b680_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:28941a7ea77c69b56b9bd2a6f62812438c43b1f2ee8299dac3201d0bdb4821dd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:cf02354bd73572f1b6490f602d29d3c21b9fad5a74f152913a366b3143072386_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:6d1fae3c20378304bb1b502ee5a5b1e64def9003b5af88b6b987e93cac7dbaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:7de35fd743b66ec55b17e8bf65054332a862364bb030f261b992e4ebe7527540_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:0c1e6d5f430814d233ad7e25223894324f1fbd5f6cc6d8d829d0adc589b69ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:85ac517996dba1a08c86448d629dfebd93962998dfc8f8812eaae5f8124c8861_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:78f558b709a94c93f827b8e29f117c8340fbdbb512862c949d35668567c1582c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:8d0ccffdf83601350d995e39b28ec52929cdd5e077b8367d1d4c9bae55c15053_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b40542367c6682459c340f734cc8976c6286cc45c9eb1f652c751ef9534759be_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f4caf29b0c093f3bb6476079809436cb19459e5ddbe837f8a061be90c1477b89_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:3f898d33dd4c6cc78645a763cc6e003bef1473f960af4682ab4251638cd7d17b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8183b63d9780d67ad5cf5020ffa54f72db9daee84c3e855aa638d31c1f9bbb23_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a033883db68538eb523243a301a2c85e462281e08c674bd31923413ad2df07a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ae4e14b1723d08684f74e5b40eec6351971a6c8481cbf4726b8e7c3c5c407cbb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:351fd0109096699d24deb6e832b8fb5fe18e4d5b072ffef95427f25d669019d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:41a95ae93d999f6b7f700853210bf5357b441ae256fd37fe7a9c2a2ce85a2598_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:bcb9bcad4bafb7ae077d13c67f6e1a4331a1e7ad307dc86eea129ba2216aad6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:be8214bc83b85e9ea396466ffc9ddb94f9023948cd69c86ac6f22a9ed58ae1e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:686baed9e5cf043ff7d7966a33bd8cf458ff48dbdb0fb0cbd4f246178814e1f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:b930146001822dadceaa9f72a9b913e1fdb109b77161218c4a95a9e157a27960_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c727e1dd3b0a6463cb9cbf4c35d968ec3c894ac944fa0714c291a37607bdb453_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c9981cf1518ef848133f75603e5964ee0de817886a3a8ca659f1833341687248_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0a561df80a0cfbccc3fbc085a276f3cf2e7b8383b40373e73cbe9e5e6760f2d3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6aae6a6adb06a7d9c43fca967edf3dd857834b3925ce5ba965e00e71f8c2d44a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:c624923d5330700202ab72351f01b0658519ed8cb09d3b8b8268911b8a40d002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:cdd9551fac26fe64992ca19ce27b74bf1fffa80c543da4ed459af576a2a5580a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:58dab74f84e37a1a52cd81dc8c65603f7ba054614e18be762074301dcfee93a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:73fb9473271b6e7fce63519d9619ba33614803d7a6c04322204a2503e03ac8ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ac04409300197f8c5e8a3038bcbb15ea141e2ffaf4d0a6ea6818384a7db23531_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:ff451e5835efa44a0ec7d2e9264f4ed752f00de7f6f74eeb9f8119375255fb33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:08f19a517a6eb4862d3e4c15039bab9e7364345836ace669a6ff7fa62b1592c4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:2cbe577f8d5f0898c64a7d722aa111b07fb3316689c45aff5cb5dd602f9d7b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:828f93216422f3d58f13457009030fe7ae024b2deef29753fb1389aef2b5e38e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:d57cd82c31154768d73d15600cd75e6fce7308674ba43f34cb61c310e84b18e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8aa5a11b23b58c58fd89e881dd471542396abfda82a71923c72c7a66ca062f47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:a3e7235828695b6d1ec1c56bfe794c7071538d90e770ca9eed620a6730ea8eef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d018d3de100bc063bce92029b6e48eaf6e42a38187be05412558a8ee36de08e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:ef81fbd93b76d6aab82714c2f87b5f1b8524f08fd5578f858e5eed6ab0e0c921_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:10f185e60d8ccdaa4d97cf52838df4aaf15c2a40d609997713ad120e55a03df8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:30f4bc5c4db83374a01b44a88ce6d00ccca13805540425235efc748c9f2f7b0b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:e366f9650750252d581dcfbe69d4b3e17ca8e5ff72b0255dafabd3bee68a8059_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:fbb79ffc653cbf9bf1703437d4e855db2d0c5748b26eaa5453d0450f4bf0ee5e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:0882235abca3abe497495592896e0b4bab3e2254ef5ed5f6d8ae3ce54e71ea41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:34fbb75f8bf42c3e9fc37b17aedb563be030ea0709a3ce36dd2a45a33b786745_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5debdafffc830b896686161602009b184f76d246d15916663c70aba9f156b8bf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:7509ab6e6547cfb66757c8084ad52996d6db97ec6c1d5d274a2b428e6fb9d271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:0c519369c98d6bc6a319eb3636ac55b85c1c0262ec7970f10bf297ba97c0d812_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:122f753bdc048a899359fc5e9b063f0928bebd680f73d39bfd5e7d8b37c2d9c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1c65afa13b7002ee6b49f805465ef2e8b3417bfc28bf9b501e94227bd27c7720_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6ffe7ba5a834ab60a3e58f2fe42f79e668d33c702f1fe860fa15d7f461f828f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:04573f3ec30b104cc6dff3de517f5623adbcc6951774dca59606a7071fe27a48_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:197e03058abb183c5c86f3744fad3f416d8ac635d62bfe9678f68ab17ca59119_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8de48e7a102377ca9c61bd7ccd68696eebcf7c4859c2caad04e211ffb8a589a0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c0c612351c912f0770ac3385c30b62860d38677d4405ce1823c85da2b14c706a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff72eb6d45b8d54dd5d065a2019d8a3829557f8fdd6514bc6ddcaedb1ba92a62_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:a3cad37da7c8166faccee64c034fbc44680de084e514777e2d441ba084c1c69c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c94e2d89bf69dbe0be6f5677e09f8fb518551180ac8d32afe772509c9117229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:ac45dc4193242470085facf58b6236105aa4cf3a59b7a411a8acd000f74527f8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9496803662701cd92a78985ff306aa8acd1ed850d89c2f9bbc7575025a7e0a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ee7e912f0ed1c30f8030132aea4fa2899185e869c6ba63e7524d2a9039f61f45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:4dcfc670c16322d583b0027892683588709ee4fd1e79bc220125763c023829b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:6a98a94e053685de5ef9bde7dd972d227f868c237d80efc2130aabe667d0e08d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:e327925704aeb183807a5b9d0a01cf6fc4dcc29516f48650d8ff74cf55fb834a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:f8111585a4da47c1956ad29da223314024d309f69c58f37f5fd93cdd9c893464_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:a33a89ddc5d4cf073610ed6d9894d65da8bb69dcd3423e991bb1d7e775c342d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc7cfd5344f311325b6fa827e64d9561b508a72a50e5e4ca955051778a888ea_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:d97dfa6d3fef6d0766f217be08ad763d6e203fe6bcd72103832dd99fbced0459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:eceffbaf4be9a93ab0a66b157638e9927b5e8f75acef28502c511a7e7bf74202_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3833
Vulnerability from csaf_redhat
Notes
{
"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 for gvisor-tap-vsock is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor and is used to provide networking for podman-machine virtual machines. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3833",
"url": "https://access.redhat.com/errata/RHSA-2025:3833"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3833.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:27+00:00",
"generator": {
"date": "2025-11-12T02:30:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3833",
"initial_release_date": "2025-04-14T09:21:59+00:00",
"revision_history": [
{
"date": "2025-04-14T09:21:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-14T09:21:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_5?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_5?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_5?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_5?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_5?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_5?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el9_5?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el9_5?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el9_5?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-14T09:21:59+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": [
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3833"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
]
}
],
"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": [
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:gvisor-tap-vsock-debugsource-6:0.8.5-1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3863
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat multicluster global hub 1.3.3 general availability release, with\nupdates to container images and bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat multicluster global hub 1.3.3 images\n\nThis advisory contains the container images for Red Hat multicluster\nglobal hub. These container images provide enhancements. \n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in\ngolang.org/x/oauth2 (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, and other related information, refer to the CVE page(s) listed in\nthe References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3863",
"url": "https://access.redhat.com/errata/RHSA-2025:3863"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3863.json"
}
],
"title": "Red Hat Security Advisory: Red Hat multicluster global hub 1.3.3 bug fixes and container update",
"tracking": {
"current_release_date": "2025-11-12T02:30:27+00:00",
"generator": {
"date": "2025-11-12T02:30:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3863",
"initial_release_date": "2025-04-14T18:00:47+00:00",
"revision_history": [
{
"date": "2025-04-14T18:00:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-14T18:00:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster-globalhub 1.3 for RHEL 9",
"product": {
"name": "multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_globalhub:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster-globalhub"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.3-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.3-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.3-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.3-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.3-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.3-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.3-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.3-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.3-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.3-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.3-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.3-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"product": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.3-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x as a component of multicluster-globalhub 1.3 for RHEL 9",
"product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
},
"product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x",
"relates_to_product_reference": "9Base-multicluster-globalhub-1.3"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-14T18:00:47+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.\n\nSee the multicluster global hub product documentation for more information:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/multicluster_global_hub/index",
"product_ids": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3863"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-14T18:00:47+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.\n\nSee the multicluster global hub product documentation for more information:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/multicluster_global_hub/index",
"product_ids": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3863"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:060ca2cf3d1cb2b6a335b5f1dff3d4616c064e87af81928e9673aaab0acca778_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:86f30038a48834b7c6bef64fd626831a8502fb7c21a8db950715843ddb7ea55a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:e3df13431b136853956c05e8dad57482b9297dabdf0127e61d8be1d78f2bdf70_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ecef54419eadca54b48634c3eee02d4bc18eec9ebb1350c975164744623b4308_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2a5dfbef1f941c57d67df184337a7b970cd560e4cc3fa19d7671bdba4a08b9e7_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:2fd4a242c2fd286f32de41d026ae85256d4ad21763a5a67559a77818a413380e_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:74aaadfaf4486c489d8bf976ee0485cf415850bde43aa3c51086e0c15e94c30a_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:b7a627e1f04171223b761cbf802d7e6edf69ccb241395973a5075ed8e099a445_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:0f934d0e95febf1441ff2ef32c20fefdc71f14c9d6509ccf678b989ad0accdab_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:2e088de715378b716330066c18898cd3f46f117ccb2b4f85efef8eeb94f3b04c_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:62609b6e37d13730eaa4668c9118b2bb94d3f6367f51540b99a5eca60ee43b34_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:b4df5e3434b7b348a839f99914dd7887dc79d175f8a322a3d787033603257c1a_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:6597317fdd081f0a4ec268d1f9ae53c8ab69e9b10088b01b539baf0cf7ebf5fe_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9cc873cd6f1cc6cb702fb9130d0455edf233a5ed01865db688aaae77e5bf8f34_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d1ea61353a8dc4f98fa3ae0fc36c1ee8ce6ce72b7902c8a4462385a1d9a91224_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:d9febc5d528b7467bbbf201764f6ddcc272fd55cf50bee3f7b4368edac3f9b5e_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:21fbc3538cb0885c45bb0293f1c68cc98701382103fcff061d5e0c3e415831e3_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:2b300052b3d363422f503ebaf14662909189c6378f2915b87261cfa3401df512_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:520924084316e7f5ffb98dc6b161774dbce20b3a23b2378759045c7f22db1e4a_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:79211c6788d7c934c420563b98eca5cd501e20350701cf08ef4704616073bb41_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:375b08ba24f3dd27a39f5f75bc77e1e72d57c790f2cb99880c1a720733c6074b_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:898e407d3aa168779f33ce7311c68762645aa8cbbf2fde00d839c9149b395074_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:935eee00d0218702cf8a84ae6ec196ddd1d10b042692d4f056c1bc0d63ddb995_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d61e3f722e53ff8495415250e29e235c04207c6ce4b8881a26ef9f8e2d2cce46_s390x",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:21ed01d85bef12486c45f636b22500ef2fb76715a185e09e7f0d4d19a45763ae_arm64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:8cf004aae590ca4f08d37a6a221e49d4fc22734323290d38174e404331643b98_amd64",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:eb75d65e97b3d8cfbf30bab7d9fa3513aa652d9dc55eba34ad8c065a181a2cff_ppc64le",
"9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:f1ce1d2292eb45c0f5c004664d7d3e251441c99b87776210e8d5ab57b264f849_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:4012
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.17.26 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.17.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.17.26. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:4014\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header\nparsing (CVE-2025-30204)\n* kernel: ALSA: usb-audio: Fix out of bounds reads when finding clock\nsources (CVE-2024-53150)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4012",
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2333971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333971"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "OCPBUGS-43096",
"url": "https://issues.redhat.com/browse/OCPBUGS-43096"
},
{
"category": "external",
"summary": "OCPBUGS-50579",
"url": "https://issues.redhat.com/browse/OCPBUGS-50579"
},
{
"category": "external",
"summary": "OCPBUGS-51210",
"url": "https://issues.redhat.com/browse/OCPBUGS-51210"
},
{
"category": "external",
"summary": "OCPBUGS-53168",
"url": "https://issues.redhat.com/browse/OCPBUGS-53168"
},
{
"category": "external",
"summary": "OCPBUGS-53323",
"url": "https://issues.redhat.com/browse/OCPBUGS-53323"
},
{
"category": "external",
"summary": "OCPBUGS-54393",
"url": "https://issues.redhat.com/browse/OCPBUGS-54393"
},
{
"category": "external",
"summary": "OCPBUGS-54750",
"url": "https://issues.redhat.com/browse/OCPBUGS-54750"
},
{
"category": "external",
"summary": "OCPBUGS-54767",
"url": "https://issues.redhat.com/browse/OCPBUGS-54767"
},
{
"category": "external",
"summary": "OCPBUGS-54841",
"url": "https://issues.redhat.com/browse/OCPBUGS-54841"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4012.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.26 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:28+00:00",
"generator": {
"date": "2025-11-12T02:30:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:4012",
"initial_release_date": "2025-04-23T12:41:37+00:00",
"revision_history": [
{
"date": "2025-04-23T12:41:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-23T12:41:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504141804.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504141105.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"product_id": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504141437.p0.g72f2020.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"product_id": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504141105.p0.g95cbab5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504150406.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.gded6f9d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"product": {
"name": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"product_id": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504111435.p0.gc30988b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504112135.p0.g98664c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504140534.p0.g14489f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=v4.17.0-202504141804.p0.g5f18d29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"product_id": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504150406.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504160043.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"product_id": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"product_id": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"product": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"product_id": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504142154-0"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504141804.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.g6d5c18e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202504141105.p0.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202504150406.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504141105.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"product_id": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504141437.p0.g72f2020.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"product_id": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504141105.p0.g95cbab5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504150406.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.gded6f9d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"product": {
"name": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"product_id": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504111435.p0.gc30988b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504112135.p0.g98664c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"product_id": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504150406.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.17.0-202504150305.p0.g0bff150.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504160043.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"product_id": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"product_id": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504141804.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504141105.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"product_id": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504141437.p0.g72f2020.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"product_id": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504141105.p0.g95cbab5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504150406.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.gded6f9d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"product": {
"name": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"product_id": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504111435.p0.gc30988b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504112135.p0.g98664c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504140534.p0.g14489f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"product_id": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504150406.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504160043.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"product_id": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=v4.17.0-202504111306.p0.gd7b13a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"product_id": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"product": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"product_id": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504142154-0"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.17.0-202504141804.p0.g859518f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.g6d5c18e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202504141105.p0.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202504150406.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g3246300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504141105.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202504141105.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"product_id": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504141437.p0.g72f2020.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"product_id": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504141105.p0.g95cbab5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202504150406.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.17.0-202504141105.p0.gded6f9d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.17.0-202504141437.p0.g6a8ebdd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"product": {
"name": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"product_id": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.17.0-202504111435.p0.gc30988b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202504112135.p0.g98664c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.17.0-202504140534.p0.g14489f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=v4.17.0-202504141804.p0.g5f18d29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"product_id": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504160043.p0.g586f4ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.17.0-202504150406.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.17.0-202504150305.p0.g0bff150.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504160043.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"product_id": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=v4.17.0-202504111306.p0.gd7b13a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"product_id": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504141105.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"product": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"product_id": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504142154-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64",
"product": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64",
"product_id": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504142154-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x"
},
"product_reference": "openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le"
},
"product_reference": "openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64"
},
"product_reference": "openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64"
},
"product_reference": "openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64"
},
"product_reference": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le"
},
"product_reference": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x"
},
"product_reference": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
},
"product_reference": "rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-53150",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2024-12-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333971"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s USB Audio driver. This flaw can allow an attacker with physical access to the system to use a malicious USB device to gain additional access. This is possible by reading arbitrary system memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: usb-audio: Fix out of bounds reads when finding clock sources",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-53150"
},
{
"category": "external",
"summary": "RHBZ#2333971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333971"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53150"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024122427-CVE-2024-53150-3a7d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024122427-CVE-2024-53150-3a7d@gregkh/T"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2024-12-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-23T12:41:37+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a659df5d19dcdbc7fd9ede710b213cf5b269c31612d1b5ae3d01a8e5e5619bfc\n\n (For s390x architecture)\n The image digest is sha256:6a672395f38e3c2cab7603ff0a47f8910fbcfd36df8c065f17ef493740dae9fe\n\n (For ppc64le architecture)\n The image digest is sha256:b2dab96379380102a1bc3dfcca3844d754b12ba80a4532ae1e25eb46f14c9b6b\n\n (For aarch64 architecture)\n The image digest is sha256:7ebda0cff02ca44d6fe8b8b849846b25d978efa249c6f273ed8e54efbb799ea6\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module snd-usb-audio from being loaded.\n\nAs the snd_usb_audio module will be auto-loaded when a usb device is hot plugged, the module can be prevented by loading with the following instructions:\n\n# echo \"install snd_usb_audio /bin/true\" \u003e\u003e /etc/modprobe.d/disable-snd-usb-audio.conf\n\nThe system will need to be restarted if the modules are loaded. In most circumstances, the sound kernel modules will be unable to be unloaded while any programs are active and the device are in use.\n\nIf the system requires this module to work correctly, this mitigation may not be suitable.\n\nIf you need further assistance, see KCS article https://access.redhat.com/solutions/41278 or contact Red Hat Global Support Services.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"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:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2025-04-09T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: usb-audio: Fix out of bounds reads when finding clock sources"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-23T12:41:37+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a659df5d19dcdbc7fd9ede710b213cf5b269c31612d1b5ae3d01a8e5e5619bfc\n\n (For s390x architecture)\n The image digest is sha256:6a672395f38e3c2cab7603ff0a47f8910fbcfd36df8c065f17ef493740dae9fe\n\n (For ppc64le architecture)\n The image digest is sha256:b2dab96379380102a1bc3dfcca3844d754b12ba80a4532ae1e25eb46f14c9b6b\n\n (For aarch64 architecture)\n The image digest is sha256:7ebda0cff02ca44d6fe8b8b849846b25d978efa249c6f273ed8e54efbb799ea6\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-23T12:41:37+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a659df5d19dcdbc7fd9ede710b213cf5b269c31612d1b5ae3d01a8e5e5619bfc\n\n (For s390x architecture)\n The image digest is sha256:6a672395f38e3c2cab7603ff0a47f8910fbcfd36df8c065f17ef493740dae9fe\n\n (For ppc64le architecture)\n The image digest is sha256:b2dab96379380102a1bc3dfcca3844d754b12ba80a4532ae1e25eb46f14c9b6b\n\n (For aarch64 architecture)\n The image digest is sha256:7ebda0cff02ca44d6fe8b8b849846b25d978efa249c6f273ed8e54efbb799ea6\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:0867d11c4679d28f4131a2161da5d809be608256255fc4e987dc083edcc3a726_arm64",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:2f8580343ecc25e356ecebbc874edd638feb245f046711aedc92f262e278137e_ppc64le",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:cf4bb912874243ef17f21e792e9834eaeebcfaf177198fe39ac6f313a4fbb7d0_s390x",
"9Base-RHOSE-4.17:openshift4/driver-toolkit-rhel9@sha256:fca2a21602ec267e60095e91df322f79da1edfdef08f590964fe9357394dc0e2_amd64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:5ffc0ffe0c2768f89b935a7fba5e9d2e0a27a6cc456e1204dc39554dc341a6f8_s390x",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:651ea9fab54113169358ed3117dc93e0cc3eeec6adedc2a45a02fa9df2b35f1f_ppc64le",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:de416e98c9ddfd00883626e0150fa6aeb5493889ec0601fdbdb040e2a6e94590_arm64",
"9Base-RHOSE-4.17:openshift4/frr-rhel9@sha256:f3ef182211e7278f7ee750a8127ed54f73ded49fb4e3b74be658c96d5c37b219_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:583da8c35cc5872d7160860cc424eaaa0204f532dc4fecf8526c8684c4b33987_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:5c0bf077689bf90170a71c88805a6c19cfcd22cd7482a52ec4b3b55f27b2fea0_arm64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:9e5f42f16ce95c2f8956272bd3ad3ca2067fed53ce7a28f288a3418ed1f94cce_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:a2fa6351008535b8582ad82272cf624f16e33e4a33ac3461955e28aca54c252a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:13e745e680456e63b5af4d9fc987f65b5a6118259d1fb2ccb2850489608be6ca_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:98ece001bdb8e38cb5ce9b054f90970c0a6c31944d4bde6f4bbee1ff3d679573_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:db407fac949956b041bf7c9a3b073800171430653dbf55783b836d2525b87cfe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:eb222320e9188610fdb195ba3ef6272c41125e3e079371f0d8b81ff9f895b67f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:065141adca25c43adcb6c191ca8f15df3fe13548c95ad68244d44a260ac53b6a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:46157310adc8d05277f438c292d4efc788a4b30037d598cec4d4102673883196_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:75209f1a5788ec0e69f45dc22de89b2fc278a6871b842c5ea424c7459756adba_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f9b1d3b0f62ca796cb90d62815dedb67f3d81445cf1dd0d41e61e8b4e1aac6da_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:27f25906472135420025e2b5f4f32c5b7dcb448636f419e48d8654fac3df3e0c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:80311a541a2f0beb1ec9ef3070415c182e06fa70c054d1da9a6141845b3a1e72_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:acb530b1b24fa51c4c451abcfbf30d6a5fa439d5bc3911778598a86608e49eb4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-node-agent-rhel9@sha256:ae637dca8328ba8dfd4c2957866bafe3fb5c07137b295a380553716b2ce830a1_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2e17063bcb619321e576db2fe1dd3693d6f31d1df7de6827bb71ddbeb954b9a2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4921e22221b7428889f3146a940c2c74d74ea304cc89b262319fc84b8a57f0d1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:cc2e498e90dd068d637f18283317a4bf77eb0a1a9aedb521ea7c7eda8f02a396_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b37c974d3a873189225eb74277bcc69acdbaa061f4ffd759dacd2c6917f652_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:0e641f7debb1e018070e9fdd488731cbe89b0bc1fe380a163d277f738c9c8ed7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:6226b03592dcabe088a52b51b916953b55bf9f4224a470c7f5bcb301f9f68587_amd64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:931846b331882f66608f1a2a380672513337d3da74c96a6795948d8c0030417a_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:ab4bef6e74ecdd7a8a9024041ffa21a9577b17eb5985bd432322a8e8e9ea9fb8_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:042f39841fe6817e849947f4dae83b1a3ea93cc316e4d0c27d9d96e7c4255c89_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2e3f4148bb19029af85349459430dd6eb1c129e17b422286e9a318a41a454b21_s390x",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:2ef541dc956f42d1901fe1a79b97813be4c3313bb719ded9ecea1acb5ed142fe_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:a3bf850e9ff2ca394f31f6f91cf9fd1afba9368ab4c9b54666db9f27cded7f9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:1a9add8f16068164b34fc8cfd0aa71d14c378fecf0d6b88ed622ee2f0ccdec99_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:3c922fb763a8d6932cb1213e9434aaac07391f1ea8f05a78732499d8d946b86b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:48fc42850dea1669f389d609521893af685bae740f02a3729494859501c435ff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:90169338cbd7fccf4577af2db06094998614d38e247f7823ebe9e6f3b25f7dc0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:3f5241c903ecc3037db520dab89d9eb4364755521ce01b635bc12a8e030a716c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:6a90667d6da13155c6b2c6272f8cee012786455e17508515b9d462838c786e4b_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:cb39c7c8a751da5fedcd09f917b8dededd0ef6fee1ee85b89e74a945573ea4de_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:fbe4ad32ba917a96de193a5b918b5621bf9ad08c94185ad413ba937578d53b36_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:3f55ccbe2b0cc34f3c8220d4bda7cf1dbe8a04425e503175c49eaa074733bbf1_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:baaa7cc4930aab85ec6e4934f4064ef96f22c051ac084a05142cadf8e89c46c9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:05c6a23ccfbbdeb2ee9a0259ff6db1e6fb39b6837b9ac81e6b506b7193df95a4_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:84012434b4e9ecb907b0bd00180d4a5d5d649d721bb588799d5c741e14e6a4a6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:ed62814971a32fe12479bed1a80e9328d4e145c3c1df50e3ec494b784cc98db2_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:09466cfc5d0b1e3d4aacfd17af444113d24b9415eb8bee20d868b39cf99206f6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:0f2a30079f1c771ef8f581b884b628cd8ccc637c9eb24b8197931b3e002b7881_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:8a97921bc749f6cc792870d62533a46c2896f94a91ed8c70fdfbd87ac111c68e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:d106c9a3fe06188a7faa4bf9e761a0217686919a9bc3eb02f9850fef01bf21e0_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:239b33b1e248489c7840e51e6b907d7d56be959f968196c7edcc16b8c3023185_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:423f85327f407ace961f036c18ccb414aa1a558865590a446523e17e8583a49a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:5467396a59a092cfe4f6209a9217296bc0815305017b6bca0c263c4f38bf7476_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:60f356c0283694cbd0adb9373b28a53cc5e62895f6c9d417c8d8f8623f09180c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:43d0237d4fdb129de470a2cb57e9b4671a7273627010ae5b7781c597ccde67be_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4be2a2ef2ebc8ab7d54a04be0c3aa288f937e8bb7ce7e848f7d6a40838c9d2b0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4d3942df926e13ab9c5fe7671d322ef12ce8f171988f6052e911019cb4ba9929_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:8271e5036b95601b13400e350eb23b3e10244a5a6372cda771d9206b351a3ab2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:f65e13e96fe5800d91cdcdb1a19a6a157b4a655a7db8d984481425749eaf0bb8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-agent-rhel9@sha256:fed1a4d2386ecf05b9b601cc19e4371e703362428aa1f5fa1557d41178901595_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2d2c08ba05a23764a4b40031acda78f67c32fc870c4af9daf7578adebe76ff91_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dc497fbef7b1d1458d8bc8099a138916bef043ebc9bd05511ed0e96b01c53f08_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:0da39f1fe12024df0fa211e0d169057143876d1b09510ff409e4a1f439a82d5d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:850e82c42af0641991ba8a460d4cc5ce670a698a66514e02bfbb9966f5325f64_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4c1b89f9ff605074a3c45ee6b112a095c83378d63256db016d0d608bba268c3f_arm64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5ba210c7adb1cbded79517894286019d2fb5d32ffc3230c985a726464a4d906a_amd64",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:65653463c9b03292dcb690a12bc6be03e6e19bc91e799ad96d6c0bb10e68eb63_s390x",
"9Base-RHOSE-4.17:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fa14f8bc36be051bffad4aa3e2b0320fcce3a6d7e114de5cf83633d90ba5f329_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:e198b95aa26baf8445a811592ae1d46551a923931bbe683912525ea68e3b0ac8_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-api-provider-azure-rhel9@sha256:f81d601895403c7cb91bd2c444d9b9c6f59580ef6a9c607091dc6d7076d93413_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:018c8b3d44dbb3a580ae41f766f19242412b705e420e5188223936c045033936_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:2095b974eae4c3fe177e5740a9b2498f515a9f57baa928992afca22cd3b836ab_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9debb07bc93bd06434232504631a6e851a7c5c9b13152964775abfeffdb86025_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:f1c0befef1b0b7d5c0a06fe4fe5ea302aa638c41bdbbfdb8ad342a9715272bed_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:163af882fdd4af285055ddae86029471a35567b3394d65663337edd491531917_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:16c3ab0f918ec363f05c3b8e21ba3d7ddd031227b3ff4f8cecb7e2d6b14e4859_arm64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:d07c825410c5af58661906af1fce53164898992a1ceaa4cf2f04ef36d126b253_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:dd32bfb061b004e636037771b19d26bdd08e1fdf1b133a96b070ba5e006a210a_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:0954eab55ac79d1965d2403ef54e106af7781b51a9fcd7f4226be5f8f5081466_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:4900dec7acffe23cb01a59c6867102e37bca5ac4096b27a6de9abce12b7f6041_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:b913a6775fa83df60f3a4cfc203f8d14c7351aaaafdd811c166600b655b9868c_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c8d30f0e0b8736fe5b842a26873dbe2abe9a0b03236f768006355a0d9f5c531f_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:6d0b753f99a3987ba974c2a1bd4ff39f47bd483830506f2dfcdd0da3a28116ac_amd64",
"9Base-RHOSE-4.17:openshift4/ose-powervs-machine-controllers-rhel9@sha256:d3559f268aab879621b3de7786d15ec47e1118d07b8f38d1574487223a2bdf84_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:2dfb794180bd00c0b14ed55d839557c5b75a0e9cad31befee32556c2cdeaa6bb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:985f3b101c899eb989511bf74078f37bfd702cbc04e2c9cb0ac614983be6419e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:abee3962847eaf8aa27e643bd00a95d805729bf13e1f09361c1e9134ff30fd7a_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:b96057691511744b44271177588cc6b7e94e58586f91dd16ddb0003be7077932_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:072101335ab21f2e85c134bc943a4b93ba93baa44422fcc61d65686bed9f2d18_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:5c572c64ca015de47d1b14df5d908b77a173cd4f32a3cc4e87ab68aa593c1f2e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e2cdf20c191e347e0de9b5f22fa5b28b68f59b0f3f393df8a9e5d337788818fb_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:e33d4e84638ca49cf1f54b2f4ef016d28a2691076115be8979ba73242baa8228_amd64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:e2179f7f7e7db9413b7998255b8fed3b5f82ed05b83c513690321d44a9bf3f44_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:4666
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.11.7 General\nAvailability release images, with updates to container images and bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.11.7 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://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/release_notes/\n\nSecurity fixes:\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n* crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec (CVE-2025-22866)\n* golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect (CVE-2024-45336)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4666",
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/release_notes/",
"url": "https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/release_notes/"
},
{
"category": "external",
"summary": "ACM-15050",
"url": "https://issues.redhat.com/browse/ACM-15050"
},
{
"category": "external",
"summary": "ACM-17312",
"url": "https://issues.redhat.com/browse/ACM-17312"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4666.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.11.7 container updates",
"tracking": {
"current_release_date": "2025-11-12T02:30:31+00:00",
"generator": {
"date": "2025-11-12T02:30:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:4666",
"initial_release_date": "2025-05-07T16:17:54+00:00",
"revision_history": [
{
"date": "2025-05-07T16:17:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-07T16:17:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:31+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.11 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.11::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.11.7-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.11.7-37"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.11.7-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"product": {
"name": "rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"product_id": "rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"product_id": "rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"product_id": "rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.11.7-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.11.7-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"product_id": "rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"product_id": "rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"product_id": "rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"product_id": "rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"product_id": "rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.11.7-7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.11.7-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.11.7-37"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.11.7-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"product": {
"name": "rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"product_id": "rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"product_id": "rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"product_id": "rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.11.7-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.11.7-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"product_id": "rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"product_id": "rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"product_id": "rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64",
"product_id": "rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.11.7-7"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.11.7-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.11.7-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"product": {
"name": "rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"product_id": "rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"product_id": "rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"product_id": "rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.11.7-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.11.7-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"product_id": "rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"product_id": "rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"product_id": "rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"product_id": "rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.11.7-7"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.11.7-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.11.7-37"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.11.7-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"product": {
"name": "rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"product_id": "rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"product_id": "rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"product_id": "rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.11.7-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.11.7-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"product_id": "rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"product_id": "rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"product_id": "rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"product_id": "rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"product_id": "rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.11.7-7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x"
},
"product_reference": "rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64"
},
"product_reference": "rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64"
},
"product_reference": "rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le"
},
"product_reference": "rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-01-23T12:57:38.123000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2341751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-200: Exposure of Sensitive Information to an Unauthorized Actor vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with account management controls, including integration with single sign-on (SSO), to ensure that user permissions are restricted to only the functions necessary for their roles. Access to sensitive information is explicitly authorized and enforced based on predefined access policies. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, which helps identify patterns of unauthorized access or data exposure. The platform enforces the use of validated cryptographic modules across compute resources to protect the confidentiality of information, even in the event of interception.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
],
"known_not_affected": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "RHBZ#2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336"
}
],
"release_date": "2025-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T16:17:54+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
}
],
"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": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect"
},
{
"cve": "CVE-2025-22866",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-02-06T17:00:56.155646+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344219"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-200: Exposure of Sensitive Information to an Unauthorized Actor vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with account management controls, including integration with single sign-on (SSO), to ensure that user permissions are restricted to only the functions necessary for their roles. Access to sensitive information is explicitly authorized and enforced based on predefined access policies. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, which helps identify patterns of unauthorized access or data exposure. The platform enforces the use of validated cryptographic modules across compute resources to protect the confidentiality of information, even in the event of interception.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
],
"known_not_affected": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22866"
},
{
"category": "external",
"summary": "RHBZ#2344219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344219"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866"
},
{
"category": "external",
"summary": "https://go.dev/cl/643735",
"url": "https://go.dev/cl/643735"
},
{
"category": "external",
"summary": "https://go.dev/issue/71383",
"url": "https://go.dev/issue/71383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k",
"url": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3447",
"url": "https://pkg.go.dev/vuln/GO-2025-3447"
}
],
"release_date": "2025-02-06T16:54:10.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T16:17:54+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
}
],
"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": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64"
],
"known_not_affected": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T16:17:54+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x"
],
"known_not_affected": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T16:17:54+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
],
"known_not_affected": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T16:17:54+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:7484
Vulnerability from csaf_redhat
Notes
{
"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 for gvisor-tap-vsock is now available for Red Hat Enterprise Linux 10.\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": "A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7484",
"url": "https://access.redhat.com/errata/RHSA-2025:7484"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7484.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:34+00:00",
"generator": {
"date": "2025-11-12T02:30:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:7484",
"initial_release_date": "2025-05-13T16:00:36+00:00",
"revision_history": [
{
"date": "2025-05-13T16:00:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T16:00:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.src",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.src",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el10_0?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.aarch64",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.aarch64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.aarch64",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-1.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.aarch64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.aarch64",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-1.el10_0?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.ppc64le",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.ppc64le",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-1.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-1.el10_0?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.x86_64",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.x86_64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.x86_64",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-1.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.x86_64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.x86_64",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-1.el10_0?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.s390x",
"product_id": "gvisor-tap-vsock-6:0.8.5-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-1.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.s390x",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.s390x",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-1.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-1.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-1.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.s390x",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.s390x",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-1.el10_0?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.src"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.aarch64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.ppc64le"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.s390x"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.x86_64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.aarch64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.ppc64le"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.s390x"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.x86_64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.src",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T16:00:36+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": [
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.src",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7484"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.src",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.x86_64"
]
}
],
"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": [
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.src",
"AppStream-10.0.Z:gvisor-tap-vsock-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-debuginfo-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-debugsource-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-6:0.8.5-1.el10_0.x86_64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.aarch64",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.ppc64le",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.s390x",
"AppStream-10.0.Z:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:16160
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.15.58 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.15.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.15.58. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:16158\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n* github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16160",
"url": "https://access.redhat.com/errata/RHSA-2025:16160"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16160.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.58 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:05+00:00",
"generator": {
"date": "2025-11-12T02:30:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:16160",
"initial_release_date": "2025-09-25T08:35:24+00:00",
"revision_history": [
{
"date": "2025-09-25T08:35:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-25T08:35:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.15.0-202509151014.p2.g8914989.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3Ac29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.15.0-202509151014.p2.g491c4df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3Ae2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.15.0-202509151014.p2.ge1a7a2e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.15.0-202509151014.p2.gec95372.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.15.0-202509151014.p2.g1fbb2c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ab184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.15.0-202509151014.p2.g4ed9036.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Add285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.15.0-202509151014.p2.g0496cad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Aaaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.15.0-202509151014.p2.gc383bbd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.15.0-202509151014.p2.ge828bd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.15.0-202509151014.p2.gcc48f31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ab0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.15.0-202509151014.p2.g4c2b89d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ab71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.15.0-202509151014.p2.g2cb8ce9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.15.0-202509151014.p2.g617398f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.15.0-202509151014.p2.g1326282.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.15.0-202509151014.p2.gf806f26.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Abd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.15.0-202509151014.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3A50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.15.0-202509151014.p2.g9bcf382.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Adab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.15.0-202509151014.p2.gd032dc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202509151014.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202509151014.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3Ae982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202509151014.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3Ae982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202509151014.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202509151014.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202509151014.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.15.0-202509151014.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.15.0-202509180128.p2.g7a448c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Acc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.15.0-202509151014.p2.gf8ec690.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.15.0-202509151014.p2.g241a88c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Ad865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g870ade5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3Aae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.15.0-202509151014.p2.g79fa623.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ab5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.15.0-202509151014.p2.g4c5aa5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel9@sha256%3A3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.15.0-202509151014.p2.g9b13bd4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Af033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.15.0-202509140413.p2.g3bf0111.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.15.0-202509140413.p2.gd339f3f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.15.0-202509180128.p2.gbcbcd95.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.15.0-202509140413.p2.g989bcb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ae701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.15.0-202509151014.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.15.0-202509151014.p2.g9308e7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.15.0-202509151014.p2.g037b59c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.15.0-202509151014.p2.g2bd2755.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3A83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.15.0-202509151014.p2.g1217bc1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3A1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.15.0-202509151014.p2.g05497ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Aec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.15.0-202509151014.p2.gb377b4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.15.0-202509151014.p2.gc055dbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ac1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.15.0-202509151014.p2.g5536816.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Adb641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.15.0-202509151014.p2.g5df9af7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.15.0-202509151014.p2.g59f7137.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g91f5c97.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.15.0-202509151014.p2.gdc38fbd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ada5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.15.0-202509151014.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Aa9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g87c23b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.15.0-202509151014.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.15.0-202509151014.p2.g89c03ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.15.0-202509151014.p2.gde84169.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ae68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.15.0-202509151014.p2.g1915f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel8@sha256%3A2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.15.0-202509151014.p2.g232472e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.15.0-202509151014.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.15.0-202509151014.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.15.0-202509180128.p2.gb7cfbf8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.15.0-202509151014.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.15.0-202509151014.p2.g051696d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.15.0-202509151014.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.15.0-202509151014.p2.g33b7d85.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel9@sha256%3Ac56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-controller-manager-container-v4.15.0-202509151014.p2.gabf4fa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel9@sha256%3A8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-csi-driver-container-v4.15.0-202509151014.p2.gbe4888d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3A054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-disk-csi-driver-operator-container-v4.15.0-202509151014.p2.g41b367a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel9@sha256%3A1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-machine-controllers-container-v4.15.0-202509151014.p2.gf7f5eed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.15.0-202509151014.p2.gadccbd5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Ac4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.15.0-202509151014.p2.gfd77d92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.15.0-202509151014.p2.g6354e83.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.15.0-202509151014.p2.g7043c1c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Af9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.15.0-202509151014.p2.g2a2b9dd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.15.0-202509151014.p2.g1338503.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.15.0-202509151014.p2.g0d799a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.15.0-202509151014.p2.g0d799a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.15.0-202509151014.p2.g44832d2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.15.0-202509151014.p2.gdcb7e1c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3Afe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.15.0-202509151014.p2.g160cf62.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256%3A873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.15.0-202509151014.p2.g5db478a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.15.0-202509151014.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.15.0-202509151014.p2.g880ee05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3Ab474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.15.0-202509151014.p2.gcffd425.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.15.0-202509151014.p2.g6864da0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.15.0-202509151014.p2.g2053e13.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.15.0-202509151014.p2.g7aaa40e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Aec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.15.0-202509151014.p2.g8425d88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.15.0-202509151014.p2.g6e850ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ae8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.15.0-202509151014.p2.g0849c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.15.0-202509151014.p2.g203435e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Acdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g5618113.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.15.0-202509151014.p2.g0a58f8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.15.0-202509151014.p2.g0b4c69f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.ge1b692b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g65dbb12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.15.0-202509151014.p2.g73aa60d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.15.0-202509151014.p2.g3a8a3ce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Aa2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.15.0-202509151014.p2.g815632b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.15.0-202509151014.p2.gb5b212e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g128d8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.gee8cf52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.15.0-202509151014.p2.gf054dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.ge76cea5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Aae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.15.0-202509151014.p2.g863813e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.15.0-202509151014.p2.ga7ba898.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g078c81f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g1ae0ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.15.0-202509151014.p2.ge9b0fa2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel9@sha256%3Af2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g37a0a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.15.0-202509151014.p2.g88a3bc5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ac4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.15.0-202509151014.p2.g802233d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.15.0-202509151014.p2.gbf16e4c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.15.0-202509151014.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g8d017b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202509151014.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202509151014.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.15.0-202509151014.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.15.0-202509151014.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.15.0-202509151014.p2.ga7005ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.15.0-202509151014.p2.gfc50272.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.15.0-202509151014.p2.gbad5403.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.15.0-202509151014.p2.g856ee3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.15.0-202509151014.p2.g3b91ee3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.15.0-202509151014.p2.gcc0d541.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Accecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.15.0-202509151014.p2.g714ed7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g9c64fe8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.15.0-202509151014.p2.g299435a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.15.0-202509151014.p2.g6846b9a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3A28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.15.0-202509151014.p2.g97d8765.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.15.0-202509151014.p2.g975bba9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.15.0-202509151014.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel8@sha256%3A24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.15.0-202509151014.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3Acb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.15.0-202509181729.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel8@sha256%3Afdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.15.0-202509151014.p2.gbcbf241.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.15.0-202509151014.p2.ga6a9ab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.gdbaf9ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.15.0-202509151014.p2.g23b66bf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.15.0-202509151014.p2.g7dab744.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.15.0-202509151014.p2.g166c46a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.15.0-202509151014.p2.g2a29507.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.15.0-202509151014.p2.g9f1015e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.15.0-202509151014.p2.g0af06c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.15.0-202509151014.p2.g396a09f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.15.0-202509151014.p2.g78cd089.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.15.0-202509151014.p2.gb7f83c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.15.0-202509151014.p2.ga2e3c6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.15.0-202509151014.p2.g1ccafc3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.15.0-202509151014.p2.gcfa4f97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.15.0-202509151014.p2.g0f70f31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3Aa9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.15.0-202509151014.p2.gf91deca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.15.0-202509151014.p2.g1b188fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3A396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.15.0-202509151014.p2.g17536c8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Ad1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.15.0-202509151014.p2.g040d4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3Ae93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.15.0-202509151014.p2.gec58a61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Ab7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.15.0-202509151014.p2.g0e15844.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.15.0-202509151014.p2.g035d383.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3A332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.15.0-202509151014.p2.g303b954.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.15.0-202509151014.p2.g5b09cd4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.15.0-202509151014.p2.g65ff3cd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.15.0-202509151014.p2.g110a10a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Acdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.15.0-202509151014.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.gd0c2407.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.15.0-202509151014.p2.gb8d25ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.15.0-202509151014.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Af6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.15.0-202509151014.p2.g38bee56.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3Abd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.ga3729dc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3Af2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.15.0-202509151014.p2.g1d6a7ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.15.0-202509151014.p2.g5c68b04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.15.0-202509151014.p2.g34e2019.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3Ac986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.15.0-202509151014.p2.gc5cc7a7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.15.0-202509151014.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.15.0-202509151014.p2.g19f312e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3Af8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.15.0-202509151014.p2.g4b15e93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.15.0-202509151014.p2.g4b15e93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3Ae17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.ge0d4657.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256%3Ae17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.ge0d4657.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.15.0-202509151014.p2.g81ad52a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.15.0-202509151014.p2.gbb5a771.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Afa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.15.0-202509151014.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3Abdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.15.0-202509151014.p2.gf3f1f5d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Af522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.15.0-202509151014.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.15.0-202509151014.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Adc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ac1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.15.0-202509151014.p2.g14489f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.15.0-202509151014.p2.g66161ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.15.0-202509151014.p2.g4b15e93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.15.0-202509151014.p2.g15ed0ae.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Aae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.15.0-202509151014.p2.g8914989.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.15.0-202509151014.p2.g491c4df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3A685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.15.0-202509151014.p2.ge1a7a2e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.15.0-202509151014.p2.gec95372.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.15.0-202509151014.p2.g1fbb2c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Accd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.15.0-202509151014.p2.g4ed9036.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.15.0-202509151014.p2.g0496cad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.15.0-202509151014.p2.gc383bbd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Afca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.15.0-202509151014.p2.ge828bd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Aba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.15.0-202509151014.p2.gcc48f31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aa383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.15.0-202509151014.p2.g4c2b89d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.15.0-202509151014.p2.g2cb8ce9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.15.0-202509151014.p2.g617398f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.15.0-202509151014.p2.g1326282.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.15.0-202509151014.p2.gf806f26.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3Aad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202509151014.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3Aad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202509151014.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202509151014.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202509151014.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202509151014.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202509151014.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Ae55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.15.0-202509151014.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Acb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.15.0-202509180128.p2.g7a448c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Aa2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.15.0-202509151014.p2.gf8ec690.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.15.0-202509151014.p2.g241a88c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g870ade5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.15.0-202509151014.p2.g79fa623.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ae096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.15.0-202509151014.p2.g4c5aa5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.15.0-202509140413.p2.g3bf0111.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.15.0-202509140413.p2.gd339f3f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.15.0-202509180128.p2.gbcbcd95.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Abc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.15.0-202509140413.p2.g989bcb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ac0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.15.0-202509151014.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.15.0-202509151014.p2.g9308e7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ae1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.15.0-202509151014.p2.g037b59c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.15.0-202509151014.p2.g2bd2755.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3A510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.15.0-202509151014.p2.g1217bc1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Ad1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.15.0-202509151014.p2.g05497ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.15.0-202509151014.p2.gb377b4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ab945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.15.0-202509151014.p2.gc055dbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Afb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.15.0-202509151014.p2.g5536816.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.15.0-202509151014.p2.g5df9af7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3Ace511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.15.0-202509151014.p2.g59f7137.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g91f5c97.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.15.0-202509151014.p2.gdc38fbd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.15.0-202509151014.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g87c23b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Acbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.15.0-202509151014.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.15.0-202509151014.p2.g89c03ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.15.0-202509151014.p2.gde84169.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.15.0-202509151014.p2.g1915f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel8@sha256%3A4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.15.0-202509151014.p2.g232472e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.15.0-202509151014.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ac0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.15.0-202509151014.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.15.0-202509180128.p2.gb7cfbf8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.15.0-202509151014.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.15.0-202509151014.p2.g051696d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.15.0-202509151014.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Aa1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.15.0-202509151014.p2.g33b7d85.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.15.0-202509151014.p2.gadccbd5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.15.0-202509151014.p2.gfd77d92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.15.0-202509151014.p2.g6354e83.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.15.0-202509151014.p2.g7043c1c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.15.0-202509151014.p2.g2a2b9dd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.15.0-202509151014.p2.g1338503.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.15.0-202509151014.p2.g0d799a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.15.0-202509151014.p2.g0d799a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Af5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.15.0-202509151014.p2.g44832d2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Ace69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.15.0-202509151014.p2.gdcb7e1c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.15.0-202509151014.p2.g160cf62.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256%3Aeef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.15.0-202509151014.p2.g5db478a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.15.0-202509151014.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.15.0-202509151014.p2.g880ee05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Ab0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.15.0-202509151014.p2.gcffd425.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.15.0-202509151014.p2.g6864da0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ac18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.15.0-202509151014.p2.g2053e13.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.15.0-202509151014.p2.g7aaa40e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.15.0-202509151014.p2.g8425d88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.15.0-202509151014.p2.g6e850ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ab481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.15.0-202509151014.p2.g0849c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Aa4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.15.0-202509151014.p2.g203435e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g5618113.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Addb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.15.0-202509151014.p2.g0a58f8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Aa605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.15.0-202509151014.p2.g0b4c69f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.ge1b692b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g65dbb12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Aa88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.15.0-202509151014.p2.g73aa60d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.15.0-202509151014.p2.g3a8a3ce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.15.0-202509151014.p2.g815632b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.15.0-202509151014.p2.gb5b212e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Acf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g128d8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.gee8cf52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.15.0-202509151014.p2.gf054dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.ge76cea5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Ab7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.15.0-202509151014.p2.g863813e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.15.0-202509151014.p2.ga7ba898.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g078c81f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g1ae0ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3Af2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.15.0-202509151014.p2.ge9b0fa2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel9@sha256%3A3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g37a0a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.15.0-202509151014.p2.g88a3bc5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.15.0-202509151014.p2.g802233d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Abf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.15.0-202509151014.p2.gbf16e4c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.15.0-202509151014.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g8d017b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202509151014.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202509151014.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.15.0-202509151014.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.15.0-202509151014.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.15.0-202509151014.p2.ga7005ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.15.0-202509151014.p2.gfc50272.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.15.0-202509151014.p2.gbad5403.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.15.0-202509151014.p2.g856ee3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Aa32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.15.0-202509151014.p2.g3b91ee3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3A19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.15.0-202509151014.p2.g97d8765.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.15.0-202509151014.p2.g975bba9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.15.0-202509151014.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel8@sha256%3Ae739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.15.0-202509151014.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.15.0-202509181729.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel8@sha256%3Aa42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.15.0-202509151014.p2.gbcbf241.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ad02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.15.0-202509151014.p2.ga6a9ab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.gdbaf9ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3Ad4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.15.0-202509151014.p2.g23b66bf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Abc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.15.0-202509151014.p2.g7dab744.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ac1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.15.0-202509151014.p2.g166c46a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Abb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.15.0-202509151014.p2.g2a29507.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Aa41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.15.0-202509151014.p2.g9f1015e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ad32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.15.0-202509151014.p2.g0af06c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aa7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.15.0-202509151014.p2.g396a09f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.15.0-202509151014.p2.g78cd089.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.15.0-202509151014.p2.gb7f83c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ac84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.15.0-202509151014.p2.ga2e3c6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.15.0-202509151014.p2.g1ccafc3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.15.0-202509151014.p2.gcfa4f97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.15.0-202509151014.p2.g0f70f31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3Ab55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.15.0-202509151014.p2.gf91deca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.15.0-202509151014.p2.g1b188fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Afa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.15.0-202509151014.p2.g17536c8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Aa0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.15.0-202509151014.p2.g0e15844.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.15.0-202509151014.p2.g035d383.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3A946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.15.0-202509151014.p2.g303b954.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.15.0-202509151014.p2.g5b09cd4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ac01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.15.0-202509151014.p2.g65ff3cd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ab147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.15.0-202509151014.p2.g110a10a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.15.0-202509151014.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Aa9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.gd0c2407.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Acb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.15.0-202509151014.p2.gb8d25ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.15.0-202509151014.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.15.0-202509151014.p2.g34e2019.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3Ac1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.15.0-202509151014.p2.gc5cc7a7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.15.0-202509151014.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.15.0-202509151014.p2.g19f312e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Adcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.15.0-202509151014.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.15.0-202509151014.p2.gf3f1f5d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.15.0-202509151014.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.15.0-202509151014.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ad7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Af94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.15.0-202509151014.p2.g14489f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.15.0-202509151014.p2.g66161ad.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Af925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.15.0-202509151014.p2.g8914989.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.15.0-202509151014.p2.gec95372.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.15.0-202509151014.p2.g1fbb2c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.15.0-202509151014.p2.g4ed9036.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.15.0-202509151014.p2.g0496cad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Aa6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.15.0-202509151014.p2.gc383bbd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.15.0-202509151014.p2.ge828bd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.15.0-202509151014.p2.gcc48f31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aa6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.15.0-202509151014.p2.g4c2b89d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.15.0-202509151014.p2.g2cb8ce9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.15.0-202509151014.p2.g617398f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Aeb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.15.0-202509151014.p2.g1326282.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.15.0-202509151014.p2.gf806f26.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3Aa13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202509151014.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3Aa13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202509151014.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3Af54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202509151014.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3Af54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202509151014.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3Aa9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202509151014.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3Aa9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202509151014.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.15.0-202509151014.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ae63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.15.0-202509180128.p2.g7a448c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3A573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.15.0-202509151014.p2.gf8ec690.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.15.0-202509151014.p2.g241a88c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g870ade5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.15.0-202509151014.p2.g79fa623.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.15.0-202509151014.p2.g4c5aa5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel9@sha256%3Af9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.15.0-202509151014.p2.g9b13bd4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.15.0-202509151014.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.15.0-202509151014.p2.g9308e7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.15.0-202509151014.p2.g037b59c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.15.0-202509151014.p2.g2bd2755.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3Ab4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.15.0-202509151014.p2.g1217bc1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3A1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.15.0-202509151014.p2.g05497ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.15.0-202509151014.p2.gb377b4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ad4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.15.0-202509151014.p2.gc055dbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.15.0-202509151014.p2.g5536816.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Aff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.15.0-202509151014.p2.g5df9af7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.15.0-202509151014.p2.g59f7137.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g91f5c97.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.15.0-202509151014.p2.gdc38fbd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.15.0-202509151014.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g87c23b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.15.0-202509151014.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.15.0-202509151014.p2.g89c03ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3Ad6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.15.0-202509151014.p2.gde84169.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Acd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.15.0-202509151014.p2.g1915f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel8@sha256%3Af00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.15.0-202509151014.p2.g232472e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.15.0-202509151014.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ab1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.15.0-202509151014.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.15.0-202509180128.p2.gb7cfbf8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3Aaa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.15.0-202509151014.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Ab1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.15.0-202509151014.p2.g051696d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.15.0-202509151014.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Abb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.15.0-202509151014.p2.g33b7d85.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.15.0-202509151014.p2.gadccbd5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.15.0-202509151014.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.15.0-202509151014.p2.g880ee05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.15.0-202509151014.p2.gcffd425.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.15.0-202509151014.p2.g6864da0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.15.0-202509151014.p2.g2053e13.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Ad07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.15.0-202509151014.p2.g7aaa40e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.15.0-202509151014.p2.g8425d88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.15.0-202509151014.p2.g6e850ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ad0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.15.0-202509151014.p2.g0849c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.15.0-202509151014.p2.g203435e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aaa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g5618113.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.15.0-202509151014.p2.g0a58f8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Aaab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.15.0-202509151014.p2.g0b4c69f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.ge1b692b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Acd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g65dbb12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Af7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.15.0-202509151014.p2.g73aa60d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ac9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.15.0-202509151014.p2.g3a8a3ce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.15.0-202509151014.p2.g815632b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.15.0-202509151014.p2.gb5b212e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g128d8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.gee8cf52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.15.0-202509151014.p2.gf054dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ada4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.ge76cea5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.15.0-202509151014.p2.g863813e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3Ad0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.15.0-202509151014.p2.ga7ba898.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g078c81f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Af7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g1ae0ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.15.0-202509151014.p2.ge9b0fa2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel9@sha256%3A3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g37a0a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.15.0-202509151014.p2.g88a3bc5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.15.0-202509151014.p2.g802233d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Aaebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.15.0-202509151014.p2.gbf16e4c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.15.0-202509151014.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Aaaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g8d017b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202509151014.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202509151014.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.15.0-202509151014.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Abdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.15.0-202509151014.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.15.0-202509151014.p2.ga7005ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.15.0-202509151014.p2.gcc0d541.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ab192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.15.0-202509151014.p2.g714ed7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3Add050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g9c64fe8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ae4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.15.0-202509151014.p2.g299435a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ac2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.15.0-202509151014.p2.g6846b9a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.15.0-202509151014.p2.g975bba9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.15.0-202509151014.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel8@sha256%3Af4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.15.0-202509151014.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3Af720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.15.0-202509181729.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel8@sha256%3A426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.15.0-202509151014.p2.gbcbf241.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Af09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.15.0-202509151014.p2.ga6a9ab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.gdbaf9ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.15.0-202509151014.p2.g23b66bf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Ab5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.15.0-202509151014.p2.g7dab744.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.15.0-202509151014.p2.g166c46a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Afcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.15.0-202509151014.p2.g396a09f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.15.0-202509151014.p2.g78cd089.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3Aadab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.15.0-202509151014.p2.gb7f83c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ab0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.15.0-202509151014.p2.ga2e3c6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3Ac8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.15.0-202509151014.p2.g1ccafc3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.15.0-202509151014.p2.gcfa4f97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.15.0-202509151014.p2.g0f70f31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.15.0-202509151014.p2.gf91deca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.15.0-202509151014.p2.g1b188fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Afe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.15.0-202509151014.p2.g17536c8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.15.0-202509151014.p2.g0e15844.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.15.0-202509151014.p2.g035d383.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3Addb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.15.0-202509151014.p2.g303b954.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.15.0-202509151014.p2.g5b09cd4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.15.0-202509151014.p2.g65ff3cd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Af15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.15.0-202509151014.p2.g110a10a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ac5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.15.0-202509151014.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Aa7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.gd0c2407.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Abb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.15.0-202509151014.p2.gb8d25ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Aa83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.15.0-202509151014.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.15.0-202509151014.p2.g34e2019.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.15.0-202509151014.p2.gc5cc7a7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.15.0-202509151014.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.15.0-202509151014.p2.g19f312e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.15.0-202509151014.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.15.0-202509151014.p2.gf3f1f5d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.15.0-202509151014.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.15.0-202509151014.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ad8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ae06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.15.0-202509151014.p2.g14489f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.15.0-202509151014.p2.g66161ad.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ae653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.15.0-202509151014.p2.g8914989.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Adf11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.15.0-202509151014.p2.gec95372.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Aa066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.15.0-202509151014.p2.g1fbb2c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.15.0-202509151014.p2.g4ed9036.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.15.0-202509151014.p2.g0496cad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.15.0-202509151014.p2.gc383bbd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Aee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.15.0-202509151014.p2.ge828bd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Aeacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.15.0-202509151014.p2.gcc48f31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.15.0-202509151014.p2.g4c2b89d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.15.0-202509151014.p2.g2cb8ce9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.15.0-202509151014.p2.g617398f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.15.0-202509151014.p2.g1326282.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.15.0-202509151014.p2.gf806f26.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.15.0-202509151014.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3Aa41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.15.0-202509151014.p2.g9bcf382.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Ab560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.15.0-202509151014.p2.gd032dc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202509151014.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202509151014.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3Ad2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202509151014.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3Ad2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202509151014.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202509151014.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202509151014.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Ab6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.15.0-202509151014.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.15.0-202509180128.p2.g7a448c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3A0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.15.0-202509151014.p2.gf8ec690.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ab5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.15.0-202509151014.p2.g241a88c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Aa2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g870ade5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3Abfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.15.0-202509151014.p2.g79fa623.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.15.0-202509151014.p2.g4c5aa5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.15.0-202509151014.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.15.0-202509151014.p2.g9308e7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Aab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.15.0-202509151014.p2.g037b59c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Aa9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.15.0-202509151014.p2.g2bd2755.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3A015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.15.0-202509151014.p2.g1217bc1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3A12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.15.0-202509151014.p2.g05497ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.15.0-202509151014.p2.gb377b4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.15.0-202509151014.p2.gc055dbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.15.0-202509151014.p2.g5536816.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Aebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.15.0-202509151014.p2.g5df9af7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.15.0-202509151014.p2.g59f7137.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Afd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g91f5c97.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3Af6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.15.0-202509151014.p2.gdc38fbd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.15.0-202509151014.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ad939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g87c23b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.15.0-202509151014.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.15.0-202509151014.p2.g89c03ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.15.0-202509151014.p2.gde84169.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.15.0-202509151014.p2.g1915f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel8@sha256%3Acd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.15.0-202509151014.p2.g232472e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.15.0-202509151014.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.15.0-202509151014.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3Acce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.15.0-202509180128.p2.gb7cfbf8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3Aef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.15.0-202509151014.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.15.0-202509151014.p2.g051696d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.15.0-202509151014.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.15.0-202509151014.p2.g33b7d85.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Adab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.15.0-202509151014.p2.gadccbd5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.15.0-202509151014.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Adc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.15.0-202509151014.p2.g880ee05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Ae1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.15.0-202509151014.p2.gcffd425.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3Ae9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.15.0-202509151014.p2.g6864da0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Af741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.15.0-202509151014.p2.g2053e13.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Aaa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.15.0-202509151014.p2.g7aaa40e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Aee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.15.0-202509151014.p2.g8425d88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Af099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.15.0-202509151014.p2.g6e850ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ad5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.15.0-202509151014.p2.g0849c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.15.0-202509151014.p2.g203435e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ad1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g5618113.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ad729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.15.0-202509151014.p2.g0a58f8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ad9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.15.0-202509151014.p2.g0b4c69f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Abe9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.ge1b692b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g65dbb12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.15.0-202509151014.p2.g73aa60d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.15.0-202509151014.p2.g3a8a3ce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.15.0-202509151014.p2.g815632b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.15.0-202509151014.p2.gb5b212e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g128d8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.gee8cf52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ab52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.15.0-202509151014.p2.gf054dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.ge76cea5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Ae59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.15.0-202509151014.p2.g863813e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.15.0-202509151014.p2.ga7ba898.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g078c81f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ad6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g1ae0ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.15.0-202509151014.p2.ge9b0fa2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel9@sha256%3A983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g37a0a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Afaac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.15.0-202509151014.p2.g88a3bc5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.15.0-202509151014.p2.g802233d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.15.0-202509151014.p2.gbf16e4c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.15.0-202509151014.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g8d017b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Aa78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202509151014.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Aa78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202509151014.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Ab9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.15.0-202509151014.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.15.0-202509151014.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ad3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.15.0-202509151014.p2.ga7005ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.15.0-202509151014.p2.gfc50272.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ac8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.15.0-202509151014.p2.gbad5403.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.15.0-202509151014.p2.g856ee3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.15.0-202509151014.p2.g3b91ee3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.15.0-202509151014.p2.g299435a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.15.0-202509151014.p2.g975bba9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.15.0-202509151014.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel8@sha256%3A9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.15.0-202509151014.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3Aff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.15.0-202509181729.p2.g8bd1092.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel8@sha256%3Ab990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.15.0-202509151014.p2.gbcbf241.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ab5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.15.0-202509151014.p2.ga6a9ab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.gdbaf9ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.15.0-202509151014.p2.g23b66bf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.15.0-202509151014.p2.g7dab744.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.15.0-202509151014.p2.g166c46a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ade2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.15.0-202509151014.p2.g0af06c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aaba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.15.0-202509151014.p2.g396a09f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.15.0-202509151014.p2.g78cd089.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.15.0-202509151014.p2.gb7f83c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.15.0-202509151014.p2.ga2e3c6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.15.0-202509151014.p2.g1ccafc3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Af2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.15.0-202509151014.p2.gcfa4f97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.15.0-202509151014.p2.g0f70f31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.15.0-202509151014.p2.gf91deca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.15.0-202509151014.p2.g1b188fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3A7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.15.0-202509151014.p2.g17536c8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Ad5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.15.0-202509151014.p2.g0e15844.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.15.0-202509151014.p2.g035d383.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3Aab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.15.0-202509151014.p2.g303b954.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3Ab07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.15.0-202509151014.p2.g5b09cd4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.15.0-202509151014.p2.g65ff3cd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.15.0-202509151014.p2.g110a10a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.15.0-202509151014.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.gd0c2407.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Acf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.15.0-202509151014.p2.gb8d25ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.15.0-202509151014.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.15.0-202509151014.p2.g38bee56.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.ga3729dc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.15.0-202509151014.p2.g1d6a7ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.15.0-202509151014.p2.g5c68b04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3Ac50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.15.0-202509151014.p2.g34e2019.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.15.0-202509151014.p2.gc5cc7a7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.15.0-202509151014.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.15.0-202509151014.p2.g19f312e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3Accdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.15.0-202509151014.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.15.0-202509151014.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3Af96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.15.0-202509151014.p2.gf3f1f5d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.15.0-202509151014.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.15.0-202509151014.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202509151014.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Acee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.15.0-202509151014.p2.g14489f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.15.0-202509151014.p2.g66161ad.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-25T08:35:24+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:427fc0b133cc2aa45a68c36b603403ab278c845c0232e1c59387c4abfff01b9a\n\n (For s390x architecture)\n The image digest is sha256:ba89251bdd0f31c6a05306c3696dcaf38072eacf0b8ad8bfd7d8048b4038ccca\n\n (For ppc64le architecture)\n The image digest is sha256:9b60e5392e2733aab78a7a89f6735620ad229e415737c16b930efe59fe0810dd\n\n (For aarch64 architecture)\n The image digest is sha256:3843de0e1511bbe78f5045f6b7bcfbdc3f0836c9d07d5ec320033c8105a09890\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16160"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45339",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-01-28T02:00:48.029971+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342463"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "RHBZ#2342463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74",
"url": "https://github.com/golang/glog/pull/74"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2",
"url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs",
"url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs"
},
{
"category": "external",
"summary": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File",
"url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3372",
"url": "https://pkg.go.dev/vuln/GO-2025-3372"
}
],
"release_date": "2025-01-28T01:03:24.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-25T08:35:24+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:427fc0b133cc2aa45a68c36b603403ab278c845c0232e1c59387c4abfff01b9a\n\n (For s390x architecture)\n The image digest is sha256:ba89251bdd0f31c6a05306c3696dcaf38072eacf0b8ad8bfd7d8048b4038ccca\n\n (For ppc64le architecture)\n The image digest is sha256:9b60e5392e2733aab78a7a89f6735620ad229e415737c16b930efe59fe0810dd\n\n (For aarch64 architecture)\n The image digest is sha256:3843de0e1511bbe78f5045f6b7bcfbdc3f0836c9d07d5ec320033c8105a09890\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16160"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-25T08:35:24+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:427fc0b133cc2aa45a68c36b603403ab278c845c0232e1c59387c4abfff01b9a\n\n (For s390x architecture)\n The image digest is sha256:ba89251bdd0f31c6a05306c3696dcaf38072eacf0b8ad8bfd7d8048b4038ccca\n\n (For ppc64le architecture)\n The image digest is sha256:9b60e5392e2733aab78a7a89f6735620ad229e415737c16b930efe59fe0810dd\n\n (For aarch64 architecture)\n The image digest is sha256:3843de0e1511bbe78f5045f6b7bcfbdc3f0836c9d07d5ec320033c8105a09890\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16160"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:64c02cdb3b2b3cddc646baa3300c12be69a695d0a75f801111f1febb11aba391_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:800be55c1c5e5d0da9f572dffa5fa13d06120078b4040cf488ea3b33ac6b7ef7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:881c7844c69db796593eb74108599b8503c82ad0d23178a40e134eb05d25c9ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:e9a15ef9133d0c44ac9b3710215a1047b0465609018657af42882f2a1c1e56fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0c8b73eea4de9c30e060d9fa2539733e98f8cb2b80cfcaa4aee1375f607cd8e0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7856428123ed9d22d03e4932374e498d019f13b150f6d0946d8768920fd37dfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cb155860ebd52778c1c834da12703bcc693e8583e9ded76307e5dc76a5411b7a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e63b0db582fdb134893c4b268451f7dc20265ada9f90550d688bcf7c2cec63be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:0938ee3deee5f448494dcad4f572cd07526422bf6d750b311c7d944b0ad9dbba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:573d276221f154ff1843b610a2c4d9e286d97b686525217318166f3742fff3e3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:a2573fed11e0e38eb4797812385d9f3a0da299c77b4d0e52cc4787f3396350f1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:cc5d3518b012b98843585911eacdad88be8c69ba43bf24a7d8481a721f7a6f2b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:426af1583f4de64c4df0faeac797bf0301be7ed0aee8cf91b0f59899effa74e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a42e10ccd3323d07dbf1324f483a5d126ced7d68f5ff2d433abec41da138bebc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:b990f44fd1f0599de8fb848d9338fa539808c13120c9f542230a8907995c5521_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:fdd1bb3af27317d8aada4f18e3a035768845263546fa00376b5ec64cf6983f2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:617211bab647ffe46c31e3f414fa53d5b489c7f745d3df8ca54cc2c7c373e32d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:77218b7e90e92a3df9c3d975f3932f3eb6ef153b8f214580eb354eded7ee6ba2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:909bd8da7f1304dabc43c2a9f533010a63615628b32f500e2d16d66332183747_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:d4032dd6581e53ea3a7c19ba988719f1ca7d928869ac3253eeb89810cbfae640_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:396351e2dcb92226af7666a196a9f4f11259eff48ee6db2b1031961cbfa120fe_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:7316d25428cfc53ba24a16d425aa636cff2bd0ba6d0bc6ff733ff13f9c864a01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fa3fb603b152a92cdd429df9b02a8f7280297e3bdcabc4480dcb872e2f183a20_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fe454f8407fd42a9beab3943aaa31dc5d5049fc01e45bbe1191ae4d558775587_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:79414cd4834dd5a2eeefa79ab489edccbff865f8742867c8b1cdc57e04695287_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9ce3591de3ae6bc5f33cf6d0783debeaaef363fae55f7c3151c249263c75b0b0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1d690ad38a06b78bf3c7799763f8216a8673d4ce53f55c09169d100d873e97c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fb154ee0e595b97a5c38cbbd625ef343a72a71c9bff24764fe84848d4975c351_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:737cebf7b00f0e2116f3baa9b6fc5d158e416404cab3eec773e210d8dc030b87_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:94357317ef75fab6a36e741f4126c2c4d6982e6b48c7a8a51a069a6d6c4743f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c1cb5a147a8ec99b11b12c187ec9c622454c7dbb61a68467bc259c4d5f5cac98_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:c986c87d5eefd640620b40c16373e71bc4b0768a0fec5948393fbd514e48e574_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1da85e499c4238ee24f55a180a3fd6c5ed47a80b087a6010e56d398088cded39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1f6b70730ae425656c21cbe484f7fe1c34148f7fef9b6385cedc5457d7555799_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:53c5b2a549c36a2ed29bf4bf9c430efd4fa44b5bfef6d31cd4900a8f13ee9031_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:cce4891342a4e003713056e5188af25d9e1f0ce2da878db263076fe7c8dde1d2_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7eeac402213e4ab199a2f784c5bd0360835b4e64e9870e6a7eeab5a21a5e8261_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8cc301b8748dc99ec6bf2ba0700c54ac4b0352494866e87d08af82f7019a0191_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:aa32f3d6078a7ef3e388b6c8f50a205829af2ae53ec1b67ac479b9206a44bd67_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ef9676b28686a8b0cae03bb4887b45e0df535b31ca3861026c4d838606d702d4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:40c6210a04bf0319ccb1c2a11b0b31e0d8668a369339e3a4efa3465312678224_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:751af40be25423cc1b25528189e36370f7e014c29e602faeae688e6c4d90aafd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:92c2220d408cedbeb0f1c0301a0a679ad17507d98d4f32d02405bf219a761f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b1c3bf137028f3a9610ae116bcb0cb9965b6f047813948e20d3b50a7cab51337_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0040100286d5a140ef4192b52802fc48911435c3e9ac5d2004948c74451083d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0b13e8c5f10c9f7dbe8d81bcf9f7e4bd6b9d317b92084662cdd3f04f1b717410_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:46e49a83878e26925b53006fa0c1116657caabffe31d72efa070ca18d6bdac26_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7797003b2117f153ce5eb62cd7a33d21e4fdc79680ffcdc19b1a7c3e46815c70_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:402772da78734cbe6b6fe7eea24d49108279b156d664663274ded6d7b74c6468_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4d5b74d22e34644aba91487463aa5885d413b3fd0bc4c5ebae64e4c46f52aa76_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f37c1340f465f1cd6fdc5f9a5f5fb5f235467c5a16048f1c1774b45470df89_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bb7e6144d483e43e922963aa34c9cbc93c41dd3b6571da788dd2c533123a4621_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:c56719229f5983bfaddd3147d10e4c09981cfe6375fa500b8fb01f9b195e7f75_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:8c0f0780c7dfa2e9ef28bc4edd387160e0337216512b95a754c4b70999d5e168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:054ba40cc294227304a1b4eb25348d836ec01b9b04a05934ec9e2f5c15e3115c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:1b298480ca8d1045f0fced4aa79c01a86c57dc157d2d5e2010fa70c782306aea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:033a0be0b71ba089fc45a5d479f6f8839b8f68bc53f5b7aecd827738acb94f18_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:22f1272b45d038dfb11be8b15bdcade5d81fef045415b81e2b94752a89683067_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8231a88e17173d3b903dbfaf7b2bc19e6a5a5c8caa90700f09845520277155f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:dab89ae6f89a1102a5564df2bc5964544e75c82a5025c622e067f6341b7c19c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5fb3f9cffd380ca885e3ab41dda0eef1ebbac9120c2f384741aaf6bc618882e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:c4167d87385def79a21ae2619ac358ecdee1826b561d00f770f03087a3c38b98_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1f1eef7ce74b633491d29d15c1c948035386f223fcacb17651823ccea098d1ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:59db9086e8944a25dc921cdf9abd7b61905b6b5a6e5e9da61decfdd7e0b789b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:15a98eae4b4ce7426f9e29dff5e81bc0646fd94b0b6ee5ea6b5854d0de025032_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f9040b784463ba268e13b80b1397de03e091baca4ab55321f2b9535d7cd349f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:185370fc663b1997e70fb010cf384e0891e3294fab86b74658b779b987c54ce6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a9c8a4be65f95bf82d268f43d095158d2184c1af8691a876b65fcc8e4cc736f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07ab24e4e55208c8e83af58b63d2b5f27f09c4fbd5308a092a09f7655124212b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:781ef55208051a0d804e4e4d41e041392a168e99118888a698c5e0c0c4ea6ca6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0a509d59234ba1b154893310b00f1f20ba95ce010ed950ea3a037e603f5eec8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2b9cd35d6898dbc0352b828fd7300b01bc0fbcb23edb09f134babc9ed641ee05_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5b8e74a995c406411ec441d62b8d8f3f223775894679ecdc8df9021276f249bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7aa10e60e50dae8093bd83bfe43f8d48527b29fde76b1f1d942b370188fc4a51_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7d769ae2a217cfc25a6393eae2b7ff4e8fbcae864adadba3dc4bb818ac31d0d7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f5bae8c567c4d5674152f9af91ca5ccdf480158e80dab812e74549b16cea50bb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:30400ce46aa2f6a1cad84ac70b3264cc7fe174932d72ecea1d59201b3b445b52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:fe9f308a4e0a3d5b991993bc9769fa749444c3dcc8c59b94b77d9177ca31f7ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:50ad2aa7a8e6111a8f2b890c1760797aa96e094d12e62e146f51243857389d12_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:ce69ee048ca03a3311966c8193be792500103e029d24db407feb67f04d39dff3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:685b8cbf9c2a52348b4818a02051c701280a86195cc2b4225f38740e3ad0066f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2d829e93dcf0e1ed78cca53f2aab732b610ee4253bbf434b3a46ddf002a5311_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1ebd949fb8284c91679b628714b71b6a0982bc1d6421851c7e3941a672687f44_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c29436113a6c52ed0ea159b2e8865c9eae49a5d9e9aa1bb2b739bd16e3c95fa2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:873a82db6432050b3544e358c1e6440ce006f6cc4baded6ca8167d6ec82fdbac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:eef81de09e5abd7f0b21b969f1f53a0aab1b7206ac629282b6c4bd18e87d712e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:63494735b23f96fd3fceed6ae675088858dffccefe6b0d39ec282223e2a314b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6b335a5ac87c3b4cbd96d5ac97e492c8248a2e3f1971c0bf371cb16528d84d96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8f5811cade0b37692d4d13743a702fd60a0cb3c9e100a8aa2036c09ff0f5e284_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:95b51b4ef3665d209676545b394406dd77282ffdf341c8555dec5575c00f8ee5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1169648a8c961eb74451b7654492f132b8435e803b4288dc65295cb13b1bed62_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5a96183d6e8a465913ec4a1c6dcb0d393b69a21d40feca19ce2a40db74de1f3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9e2d037ecf3487a9c0ab2bf5597c787aea5026306c99157fd1695a985fd79b23_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:df11a639edee9e8563d5a6351c3a12e9729f9d1e97ae987076f4717ed6f2c8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:571197df6502016224666481e7fd4c02a947f82f759b0e656c9fe9389538a43c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9145480d060c6b257ada5496759d25381244f1332d729183e105cb90a723c0b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:95bf5b1b8b7542724f7327aae477bf7a49a884a511889537d9f51da2768e74a2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dc547492d59ce0f54635c1232768382c0b65f5ab9dd11b022953809899314d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2b327de95b4913df056f4d514913461d5fd2b9684363a5860cc1b6b093549c9b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:393da68e651253c5fba122bb206f0bb58242a2c3a74d5dc211bfbff353a5e860_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d67495211987e143fde159ae9c455b1df9b8132700eff079cfa58033f8327d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a066a2dde315ce591570b135db8afad543f25901fe9b29b41e4e1dec001f6880_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:63acae0595e6bb4f8d43231b5657c12f9327ae41420a8a7edb3e41f2aa2ea92a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:6c4ad561b49b0e834be4f233d69da7a290dda8fda83a8ed1bd1f185c14125d65_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b0ea70607857ff9006213e92dfbe12c681785d01ca1ac6ae94a56ed2fd194141_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e1c618a57be9e092e6499d109f5152167c8af103ac31940074b0350537ab9c54_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:06b53b9b1b3a34cc1682f1c60b9eb8f8c648677095b29c3a6a1388c7f62b6922_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:69762925e16053d77685ff3a08b3b45dd2bfa5d68277851bc6969b368bbd0cb9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:71436556befe3da8c0611b50a995d8f6cd7b83a58596bce0ffe0241951f7867e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:9ed79022deebab659e5735a3f66021d29e1500c90e793f3ed5545c5a52639904_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1aa500346616730d1092f3f6c52fb74a616747ef9b695a910a775285fd718cdf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:5145c394e1232d41d585ac89e23dde6dee62aec6b4c1ccfe4beb442711ebaf21_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:87cbab17050dc2215015b544594d511addf34ca183cd3e947e4be6742f03b1b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:b474216e6082a55fe793d941a18c39ce4049b98378ccb35d037992fa839b9bc9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a50d7a4c492b8a9018da117d3ad1e70935c562f2c40f83c8a6e9e5d4a3b3424_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1eb2ffbbbf8f32a4b3ea889ff38a5667c774d9f1dc16b3b6d96cfe412f2ea542_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c18aeb5e4514dfcc6b43faaa40bf0123439d782c2ba4b6712239573691ae9bfb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f741729e19578288086b7ce367f841d37e88aaefc624d5e9b624350a70cc2e19_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35d283dcf0b67012f818a39a86bdc0263288ca202974ec8ef0c565cdf1c495f8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8e8bcc3ab49da4538cf3510a6a41b064cb9b45cd0c8de51653aceb8cbc3ca5c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:aa023798f80cf8be643eea14e4033e3a5daff9cdd84dc2f9660a72d1934755bb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d07a16cc4ce9eca235a68ab7785cfcfadd11d6243711ab686e84f188009ea6c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:139de9942ffd4f6209a7666878b102bc66c123c777b8d9c4f5bbe72e3be1873b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1eb7baf375357b20132b04558b828a24159e1236f211e3dcdf3a7485b1b1e08f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ec920c5781edb794e7628cd489de475f4a2ce9c7f16ff5f3c43840c048cb1b0e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee73cd8f2ef076ebaabbe6390ecb11922dcfe6549636e4becfc7048844736c85_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8c64639148ad65be6d83a7a14312bc6dc23d9e436addece515f46682e97d9f17_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ae9f538495d0c7d5505eee8c2110f9570c51d9087ecf90343bf1af0fe369bd8d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e653ee6ead6f48a140ce70a44f205e99735b3a1fa59c45146bef7a224b73603f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f925050eade166815fe437ee243f575ae85ebb2e8ca245b33c494fc6a32e7f53_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2a3f51bc24ec5e6400d06e56d247d01a04d38ee209c47085c83c4f3660261252_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:34cfc3209d5f04e930d4bd64b76582652eecb285ef79345601d13b32eb884f18_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4cbf76bd310e74b372bd083b2e1d809460e909eb7bf8fecda42f7d580f08c0a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f099e052346a7c4d4dcd513b92a9f2168d8350c7bde04aa27bced3834b352304_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b481f7bba385db3ba0ae0e78b455eaeefc31231b51b828b07b33707f83642cda_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d0d44364a9157aef623e6516a31513a6120e70cfc89d2c447729adf6d08024f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d5b1a5047ebcf2b4fedfce5b70a24480b98bb8f7960fe34a6342c6e81527a012_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e8a83dbd26fb2270c98a82b746a481579ec58d48df29d341ad04ce441d83ab14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2823470d89371727e2ac859e0b45a3b324eb4c8e21d1ee08cc552c9bc96a8d9c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:58db3f6e0ed4907d1cf1d43291430dc01a12abd4eb59e15f9609be8bcf05cece_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8e3790080d8d616ef574aabb10945114fcea851fb1d99e3c4da470d7aaaaf23b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a4652a9eb3328d181875d3543d9ab8a7034562fd66a0acc7ebcc9c964431b9de_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1946668f30f3ce83bd5618b78ed145587612b843d6085d4e39220cdb66508213_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa80c8cbf83fd4f03004ef165b1c9a3d1a5ebbac39b4bbe47efb470ebd974b1a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:cdf59325e5763cb4d9c823ae440323ec978e5ec0496a1ac3a2a0b11deca22b15_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d1e29def7c6e838eca4997ec6e25e8ca4b53b67842c6e5f5761d7e9f3651164a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1ebb410458ab47127db8a20c2be67dd21e41f50a3a4967a2a69b6cc8c8f21619_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:2a095cd884b4422040aae6cdb6f8ec6bfe57f74cae52d7cda3ffc235c8b630b4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d729fbbecc110e6b238daf88c95211d1689ac4cb51423f00565d2d5f8eec7484_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ddb554392be13a80bdf032889c36d67501d597aa2c6ae3e7338fa2a9741394be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:79fab890c211ee7746b8a375ca81420af6260eff977792f1fdbe3ce186025300_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a605052458b3628b058b4e6bfb127cbd84806f9d07437eb4b12342c9887ab033_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aab89e292dcb65e3bd27ce881ec6a63707df4a846779506034bfa5621680ae0e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d9d529e2e664c5ef90de2ffe65988947406116faad90dba540ce665b08300bd1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:1895d945c66de66b920bbc9548e571f14a0a6575e69bec189d4bf99bdd6b3ee8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5face250720975a90e68e72094863eb08bd284085c79041747a8db266434850e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:669484b5d317849236f83eef9e17b90f64da01deb82377f32f4bda5c8c0c8a07_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be9582d4002adf31bc4626a542b97a415f87017d311a520d43c078c29d8a0898_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:18f51505a8731703f4cb9e4aa52e04dc9755c08ee3accc3c4ccd86f030b20fa4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:370c4b9e7c9bf81dd4ddbb5a35e8742b5fe55ef6586b833f1cf1d8d447877bdc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9fd7522288f061cdc409d7bc5b0bef20bafc556bfae0eb0416eca21417489f00_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:cd17faa7fc1d148289ecc04aefc9be8f70e6aca512b06b3bebc1f66b8ed919e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:07994c21ce286aac510ddedf7fc1210081fa223cdf8aac6c3f1d6c75d202ff99_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:78fd41e4cae81c2bd16cd7f119ecff20ee43b47e059fe7098571929e16c2d27a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a88e7cc412e1b9b405b6f935253e766a1c2bc0d7a1e6ae384a4d491749f47957_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f7ca089875b45f01c2888a2fcfd91090317abcf175107b8bb830eb44d3e499ba_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:12221f42ece93cd3237065d231066390ee7c77720a17251189bd864f1a54ea6c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5e49ea74d55e90f992fee7f3edfbeff17c7e002aa7f948066d80a7f951abfe81_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b184978baf684190be78b9ba3c9a5421dc51f178eb7291568a80c1b3726434d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ccd053874f2bee96a33fefd638d0f1e34dbea2368cefb182eb5a92cfd377d779_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:111e88c5d9829868b1c041edca97819688a31b66bc73f10598e68c68bd46dad0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:2839027373f77f9a5cac4827cfcb9a67d1a0a8586b823be8b9147273db6ec55d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3b161fa66c63de70c41d2f965948a391735670fb45c9a0293140a33cadf7d299_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c9a1279854f25d57afdd3cf326e0c7a622455e4be5e42933c0e30c7b25ca9e79_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:71c8309700c6126574571744da9017995647a2b89b8b3be8b11d5a19597caf10_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7292cd199d4731ca96884cfb043a58854c9935f754be1e8aaab28fcac299ccce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8fe8da3103c2a4f8c9733ed1adb4912a41ef45d33b3808c2c799411cea06fa25_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a2c0e1994b128a9e95c4fee7a36255feebc9cff0775f2b3850a1d77763ec2da6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:12103491ec869cf8a246b6da9451c36c344109fdefd53aa16268bdf9a477c012_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:403239eaff8da757ae0fac640600301fa812dffe471750c6cc51be75d14ec3cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:87697e633de3df76373e5bf72e49182c4e5926113ef77686f96792641347e679_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b2be568d73861b6f274930937e942d7efcf1b746ef5d4ed2b94055653048622_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0c6d75e775d1f403a61010133383d9236cd03f527e9c649322188979bee24125_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:51cf6d2b92e544c82bb63b4d2c25959dfdce3a7ee58e6c4ae1c8bcebaaa70229_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9b6ef9e2f51a555b327030f439b771c00346567148fd8e1b99f92b67c5de46de_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf1233ee0ec1e4edf0d4436d406df18e1e25669476d174dcb9066c817fbe306e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:295fdf7207de7124ff778fef690a0f6883b6ba4fc19ff4d7f1bd2c7c5f0be067_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:81fc21f50c33fb049c58c66255e4af282d1d7f2a0c39c7f70a0845f4a5abe870_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:829b89f2a3180e92e49cd5cdddbd100dccd8f0fa90d263e75c45d16f6756e76c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:88cbf51703d0659ba8a2d87908c6797df753e17fe664c5f680bc174d98f3052f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48a97ff45b808c4361b364e2c59cef116aff14608f4882949f0df9ef370a5bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:649185c1f491c7c171babb507b4cb3bbdba8206f57d4bf3c82d946ee95657a12_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:87ae2ce9232f94a547c717884e7d9b861b96dbcefecc0e88479d8d383c898857_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b52cd132f87282e36c8c55880147cf977161996be7fec3169bf45553dd6b42eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:16ce9e3da01f133bb4ba1e1532f4859a905071ae7656a9526023e99ba4fd3127_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:283a1dd018a35f8c575c34b0db932e004f4d93b46942e6b85e44f3752f7a36c1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:90299f9edca0a67e90f5a6de6a698ef308665d0266a103ceb9962136b593abfa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:da4df5072bac86de53aaa03ec330ead3254f7807be6c518d900f4f5bcb005307_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3318c28b22f4fa5dabf5b16410a765c3976e26527aebb8526418f8055d582f8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ae69c8669a5f0c4eb7b5699cfff99cc92e2c9dce604c68cfec3cb08f7965352b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b7474f6fdfe09feb7d20cbc356cef69dea4833bbfc27b5747646c3a82583c79b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e59d8acd383a68b4eb113342e828f73ed1d03a187f0eabd0a422bf889486befc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2fdd12242b3f0ecad5090ffcde1dd35073d0bb0cfdc7cbb5ab779babe44fca37_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:351e7124476243293fac25e8c45c793e7861f19878fc3d3af9d1f6f7462d886f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:37242f5ce7064144b68aff9fa4a0732c9ed3b51cb9a95d478ccd14f21dadbc86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dd285da1e0fdc0d585fe803c806d927b4b7dc9200be6aa066fb709feb0fa0563_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0492431a83b054ccfb99ceecf24114c3e5cc1140c47047c0b6b522f0f6cf2ccb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7e0a61d5ccc0a331d78eaece69fe293aa0beb985fd623f74b9a9299f47b2ad4c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6e6241120b527c6391d2d13237d361bc5b00b6279e27738683d41c098545dfc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aaa5ee2184dee40fcc8c7b1173583bbc118e8feb920e0d1235d44616ef3fe43e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3d71e4a4782d66b11332bcc50f5ea1450ffc2aa58fede2f4cc15c37ee0f44b18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96836bae237753c8cf3aeca4ab75df1fa04e5a7b5b4b3085c862c5d344211601_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee92edff63d93cb6d8d1ddbcba89be147cc1430c1237a9a018f40c0d0a723fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fca93b02a3a8d2df123de56e10153a27b0efa795e5739e4cd0fb5a969cfca9dc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1298eeadb0b2ee722f500ddfed516ac904d5fb3a9ef791755b6e90f30adb5765_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:573906bccf6503f2696c009d9d2af463b34dfb805d61d1b7640befbd07c28fb5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:894560037ec68176865d5c60ff8be52731f8742d0b9fa310cedca9061e6c327c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:d0dd5d37830ba6d0905cfb8b6bd04173103a73ffd38c5aa17d78f2e2a00e1dc1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:18c868ecd46ec973c30ee680fd996486cb6761c07d9779ed7cf46f0a5ede4cab_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:42276b457d15d14f77aca5ce17f2a67f22b7c45dec51691c151c805d9d9612dc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4603509f8808b9e479f67a90758c3fae4f23e3ee33ce293dbef2c4535912b97e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8f03368d655c6cd3b810fb23250819a2eaa5c62b97331a1b33b094b266da346d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2a19767db2e440475b229300d3fe5cd403b9c568cebc3681971b148e3310f07f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8dfbefc908cc22891940436fdbdeddeb3813e99b5c38755727f74f3e8dea14f0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d6435edf727ac96c2a7cbbfba3b6151efe6fbd76bfb5c24959bdea215c2ba329_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f7840e91f0519e1e54513b5b13be31d2e599364e66d32841c0f9756267bf6427_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3d9818314e37d925b45052bd103d29dd9ebd6b7fc6782c51a442a9998545fef7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:3df500ae788c4cb944d36748d15853e2772205c0557f6662ab530d88d538f0da_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:983d79f0745bb9885b3867ad2997b648e33c456404f15f2aebfaedb2863a25f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:f2cb67a50baf5f6cdb62e4403ec5614806a9265bae3fdde84129028559e6118f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:047dbe93de1a4993d350ea71294078ea95edc9737e169b0006eb86151545aabb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:649017dbabd2cb3c6d531d49e6f5e1fe9be6f1c33876c973d2b47c95c17353ce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ba4966df786038893b030349a9c3e125ab647d41383c19e9e8e6306bdebb4829_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:eacde6a20cd2aaa8c1a2d2a448174af8c5d17b7026fd99735b40a017c8e11e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:59ac45b522b03852394419b40ec8c03cabad794ce1cd6c586f9fb9af145606c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5b22ef2cb5d3e58ef54188851ffd09cad761a7a8ea89272684ffb19c116751c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6588bbca32a2ac1783d179ae221cd880d0ce4cb6160835ecdb7e9f9c8fa96b34_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:faac0b4031093947bbe81886903a73a15d7dd5474d7fb7e875f213d817d573ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9382e60bb6309a90aef9bed153432dcda752f0c8128a749968e3a7673dae4101_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a383710b61db56a2ff9d9ba3fe8c7739d701c013ceaee6826ab676b2472ffe32_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a6c19b7d9dec1c8fa663df7302b05e14e0a4c21b904cba4349c4949a90d12333_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b0f1f2f299e26fbab116c03a9f7159af88009793d69d499845adee6839a4bd28_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0ae7eaacad4d255c1aa4e44440eb5f76d48decc1cf48368b1cfdff875b3db23e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1995977a2a675adc7c1614736de736b8487f13a83540934aae0961913a6c029b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:374069bf5cb672a83defc930b0fe50056a56e79c39e4bb6d80a299f70e216841_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c4fb50c052e590055b1bc6c77c56abb1b6af31b40cad484c17c3d190795de0d4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:33356a54f6d6a1fd83b7edde4455e43398dc4621da955574a165908ae3773da8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3a625a6cc76069c63bf46827aa0c3d5ce21dcfc6d2348f97b7cd02f1b49942d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:9ae676ba35e5a1a0cf797f6c7ce4d7fa73947b366343e956738ead2ff5e7a1d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b71a1064bf462424cd36f543cbdce471236402d2834b8da5be4d6ca6fde6c44c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:03939fe68a50d97d6d25f3ef437f5540efae2c53817205ad5f6481f4a190404f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:15962b11558365bc5b1d5e17ab18fadc81615649e6b68f953d7378526554bdc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52a3cd2726d71670a29be75660c4a4f42896dbfb29f7594ea41d3347bd248ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:77f77d5e84233d217e3178f4bacc096afe12afa629f30d46badb1b879266b6a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:02c01bd5fd9807d667fe3faefbc618857acd7983ba2e7604456c9acf96bfefec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:188bf8f0b44f96af3e2785bbe59bd80ddc5e9f4177024c7153a8d6ff5c9b7aa8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4ec4a98dc210d29f99ac19af641b7e28958c8a007aea09c0307b111d1e07917a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:fd42abb1fbd493bd587241b632ce864f30bb48dd9e60703e27ad619914b5357a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:1cac50cd5e36bc24747431cb798a6abf45148a534d2bf2f2c10eb0210d20f6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:7b875edb5c78f712224006bda120f9ed967eab094eed46755aeda585c4446576_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:92b95e6e916f5ebe162d74d12f0eed3a51961fdc3a7de72f889ee7efce02326b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:ce511b4b16eefcbce4e9228a99ae65808268f404d28b77bdfc7803148de0968d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5888c3f0ea25551bab5da99efe6a137e32bc3ffd65c655906ec40d93e72b6729_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5ee1bab81c3e3b4b366a699707e1275f4ec20958b98af405ebd105fbb4dc73ef_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:aebc3f96abe5dbdcb01df0473fd11720b79b56cdd1a73e2f4748a0cde4ce475e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:bf4093b3783712a3d148f51b252b9aa5d1273cae6d74b5c618c379e4d72d4734_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0ea982b6db532adcadd47045622d781745fdd7cacfeeb70148f8ae932f975911_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54c729468c7bf533db0a60ea68f743779293bc614c0e74fbc854547d68c7947e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f1bc347fc085e1c04e31e1d16b04e68fc97baf6c5fec41eb156513415355be0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eb09528b1a42dde7fa5f06ecacd8360c06308a367b8a722f8f447bbe6d66726e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:50e2c2cfa61fd29f390251813a58d74097c648a7e1d88061b02cee4b2392ee23_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:a41a40ce374498c24dcc406e767984d277cf42b17cea4608d9f22d38000e1410_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:83a85b258f6ef4b75b6d90187ca22a2c007999e129c1b9dc610cd4f34e4a251e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bd30d58a54b90206f37c17a6cf529b871ee664945274b32b55b7e580e821b2dd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b560640001fa9950fb090e3b247bab2c49ef5eed189031ebea98fcda18209215_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:dab69217eb73829f09b4227b984e4cca227887b1ea0ff3f8c7092138bfe56ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:37bb0804fdf1e4f7ad6e2350dd7689a411d3728754311bc66b540a6de51ba3db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:867bf76c34cd5d8b3a79a99672957fcceb73bd573bd95d492ee40964b287a0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:982949f6633bd6dc6f05102c432a4057a66d58c5cee70c4b609180a54d46805a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:aaeb2a2bc760a50874e6b2c293165a209f72bf11ee967699981577eba50a54cd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0cfbdc99af1aa16779197cfcacc4c0cda66e716df44f12a356a6f1caaaa06343_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:205d980c61fc4891dabf1a5c84fe71b0e59b58e7fb2e5fe3c51604b5d0e1197a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:8b724e766c3c11555b288441c60ba3db4f941b5e78f8272f9a743b01676d5e0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:918ab75cb8704a88e1ffa80406d991cb1f1ef1b5a2fb0d5279696c9579a4cbeb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:5fec117592e21161c85ff9bd100b7a14275048aea4c5cced2c69f49d1c17140e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:65c8e5dc6c60d97e734b0f168a1b6849d7a1870cf5363d3a4d43edaa77b7bf6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a16130c7974e363c4e0f7718806ffc3c73c2da40b6254bec5a2d172cb42e7fb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9ad17b22f784c2c105b9ad208286dde8e988c33da4fa6af93555bb07be51e93a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1fd3bb59299ef9b817b8fbaef110d2799a6bfd170e283336c97e1694cadf293f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5ea39360e4ebfe9fa3ec25443ea968f29825c53a5f8018ab101b18e5e8500bb7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6d8c8bdfad8c1d6e876d88dfc2d7e357641aa76d408a67a05795388cb14d7d6b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:987c0e2c5b9e3daa77cbdb52c39c7cc53e86aa91b0872b582eb9bac9b0148641_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4883fe208649eeda71c75a9c2db1091b91183733a28292f872e049e0585e30c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:4e4239621caed0b0d9132d167403631e9af86be9a395977f013e201ead281bb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:645410031a5730fce151543390ada63f0acb179d3b0e5d260c2ae1073d67c67c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a9d35dd43dd8cdf701c6956aaa77dcb83347a6da3e1331cb7cdd66af2ea52f6a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:009595173b63d11631ac47d011d44786452b13bbf2536babdb00485d7389eabb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:727538312eba784066a446c4e7818fcc56e14a5207e6a8150e3d3adef00053a4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8318637448f65cb9b916c2ce58e887d8ccc7ab8852f16645528674e476e96c34_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a78cb4ddd9c8cfc159f317e6f0de4a35c2836c35b7969be3871bec8cb103d53e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:179aa38f846fa6086f30c912c0355cd793e5890a94b6bc98230ec67952425f83_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1b9880902ff41d093008682688f7b6cea1591018ab64a2f465847735b89602d5_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5378e674fbfe02ffe298d0e16623f3f14e727824f34cc06eb0b21680c5dee5b9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b9c86575ae7c33f87acc27c91383afc5f8314e7bff984b2be9030d6dc0c6e9b4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:49b530ee7203bed66d69127d51e56cdfef585ffaf676fadc452160c9a90f9112_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9f719bb88618d7cf442b8d227209e548f0d0a24dcb02486f268b30fd11746b68_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a13975c00d459c8cb744d416398c46010dd89ef7052c0a0e6c173583643210d6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ad26f907dfd260915ad593f0ef88f4b7b7c5d7afc48f322c2124735cba01798e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6b8c24f906e1c774a2aceccd885f8ce7276624eb14dc59c37180ec0ce67f2d5f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d2e2216469aec7ea94ba939f010f11eefef68a5cfbfca7cd09dec0ca80e216ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e982e553342ccc9b32fe06555f5d42878f3b2594b6bcefabb5b081f39287dd74_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f54c2a5e143525c9759107943e2c4bd3768957e364057b7d27ab3135e248324a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0af395ec9d95b0bfbd6fe644a59b0e9843148390e3ddcbabe32a1c82826d3ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:454f6d24aac40ea9d125a1949ba4ffee00897968b58b5c4b18d0eae0d7d98d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4ab84e0ec189af871e4bb9756c7bc1131efdf2c3d1c02450393ad85b2dd43cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:bdb803eeba73498d1a8ed24859c911b14f0e1345d6f5480c73b22ae1b2110aa7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07c14ddbafc345938de519ee63f0ddd8f99b1ab65d1712acd01c3680acee02a8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:596dbcf18239b82a10bab7df188138e70252e94199151c237e2bf56ad18d68ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:b6139b943cc773f7f6a91bdd0b1ce137daac7bdff312cf0126575d5a22205fce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e55012da72e5ae2620aeb1db6fa2b3a1e86fccb58b9a8b9e943c15d293ee9227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:1238365239e4b9ce847b22270da9ee69824f0ea19b83e5cf4e7854b8cba11c09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:3969bb0bb72e66c530f550fa61a753cc968ef483bd4af7708b7c08dcd820d8d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7f2b03eda904d4b6b7c2059ac687d39ae1f62602d9bc918c48983ff56b2e9547_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:93d2b087e89bca782637e767c203e78dda875891397acc94a15d623f62a190de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:76672b00e5016ca16aedd7d19e0db5ba6d94b14fe9193bf04fa26a6bb6f716ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:db641d0f0362deaaf1851ba366c915f88901b3cc5b73e24312abdf1b8554d3c4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ebab6a1ab4402b45f82bf112491729aaee54567d42cc5fd4b09023dcc6cea9df_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:ff66314da94a727fc13f9d68de196e9dcd1e0e69b0e0c5d7752630ee0b7930cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:31e502781545323630e5f0625f7cc24021e15acf9430c9df74d8e6fef28a5c6a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:786413c2e50ab18029193b6ab7eb92cdde50878b7c7b777628019a9df4de616d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:80d6cafc9f82eeaf85d0b6336991caf0a0ac9686fcb9a3dedc890529857439a4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:88240d4dfa667bb9c17fd11cec8d880c1ae8ba866ae3519dc21ef43a7c5573ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:023814aab2f5c6b5920073f8a3a1e6a2922a7276735abad46ad7c78e01e85d72_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:25aec74e27621341ad92d473ab8d738bdc883e25dd7d141ac5129ace7aa0f086_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9ece37091e5555b29daae7d6585aed034d4e88fa486fa9b26188d01c1fdb0d94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d3c4f004a7814b03201b515dd744a83fef88bee4be0e6cab9e139427cdba2d63_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5ce95f7647af83013812727119671dfe59564f280bc6727fc3e7701e4f6338d1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ccfa58fa1bc7d8186cb1a021393508f66eb87778170a4569394a6d6b3cd9207_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:9356b15d3717fd68041c397f0f09f8763c127e28369e3e5376f14e51cbe6dcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:3e9ff9660c80defade805bb01e17ba6762a50bea0d8d690a1a962cf80aa315e6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575a79518caab2bceeb99a1c1dc6ba9d8860fe926e951608f0b8fb46df1dbeef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c8fbbd111bb7ff4ef16105966ab7851e69d1e9fb6b26dfe9ea1a1d89bf578c7c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:181b355c8576ca62233065f1eec8eb6459677f563df72d4d367f86e20c0bc1b5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:29cffdadf45eb5a1f27a633bddd9d56ffd007a5e90f75a8326df928eef392ff1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a32a73fd075c6d973943589836a886899967959f6633ae2fe67f3b52f86d3cd7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:455f9f91cdff8c349825ca318c57c50ee429e0a8be2b5ed4615a93815ed590ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:65570954963a148bd14faaad3c5d331741240242c677f0392d5742dc5a4beaeb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:992bff7fe0c70db622bf538a6c2141cd67891c2f2d1535ad578a4d6db573b2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4318e021cfd982bcb1b28d09fc6ce33f88bfca28521960bfb3096a775e7091c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:4c1087c6db25376c825ad744b838b3e2004b123c43ffccd72e4e5360fe24c519_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b415db97442cf89a0d3aae96d590e782ff4e99e743dde6182237ad5aece076c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:f6112648366ce429c24acafac67fc783a0fd0bced1b556958c56885b5d08f58c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:29560d7dcd2e59e92f93aead7e54f77ae6837773006eb896cfbb932642fa6b27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44c12f4efe9af26d6f74430b408c14e8f835893faca983cb2b4ad84714eea814_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4670256a98a1f3d8f7fa2ef6c8b1866c012d3dce1345b59e47c75a55daf2fcf6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:da5463192e3c72f1d679346904935bbf41bfa3f8b63c72a76e4a3957f822dad2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:696920f2a7fd6b960bf71721e6e9f47669ccbb63e2e8169c4009d62b2d8e17cf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9b5e8ef404dc47355514c7a58586bdab26cab846f16786ab1da0384a6d2a0b86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b5d3bc49b953db03f79e15dd50e00ca94a470412f98bb0b1e06823dcdbc1a7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e096054daa74b8365ea2da2c2b0564de49a2cfef389eea655cbbc467c209ffe9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:022c83d5cfc0e64bcb4a1bf5b37d70fd22312febcb569cbd552f32f281271aee_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:32e648ab64213534641a15d11054705f233df50982a4dd03d8ab63a07cbe6cee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4f10371f7644dad60681ee66d92ed05acf00af1daaaf9d394527c1f921bf028b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:dd050af7c8567d1d6cd51c3a3e7d755ed543d4f24311f57f3357e16b8b4d85e2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b192253cc61cd9149a8bd0f1f485d98c988577d393fa7a70cfdfdaf70f173c6f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ccecad454db05f6af730fdb91c9417b9e1ce2d9536a1195f72bfd74a1b1d3566_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:3ce3612d751769401fbebd8ec6c6527e57ace2ce0a03389b645b51d06fd035a1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:f9276769bb52a202a5e597e247eea3b3a5f0c7bc6585922eb5af2a9c338596e8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:19dc9454bc3902df2fffeaaa047a6ffc616187e17feb2c35ea1c1e38c4200497_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7216e7b3e0764b348921a685e83990dcd43124e39faa61f9f5d9a32c01305e89_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e4d0dc4b7411b2717470f1b8884a9a16e50e23e633964319bfbd89b6c8ae197e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:180c9c8eb7ecb129ba7185e5960d9a810e923108c375783ea0dfc4b97dce51ce_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2df611963860b98228805292c89bcce9cc904d51d56514ab8baaa307953a90d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:19c82473617068729aa3163cc0e892767288be9447970224c877422f90574ed5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:28cf9502f1e95f38375138350e121ce8146e308ab0a6032e8a0750dd280489a3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:114cf6ded8fd93ea4c0cf1b81b4987d9a40a96399adfc7a5e19ae7d44f0a2945_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:203ddb09bdad9752e090fc56e42d2ff9f1ed4af13741700d1b440f19a118486d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:6344fe9fd38cdbc4ff0a448f1861e9a68cfed6b8fa9224734e47a777b22b7383_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:70d72291f46af48787147ccac1f5b85fc6c6b6d61ee90c39b749f574535935b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:24fd4086c8cf8d4fd4ffeb3e13b2c989b7cd9bbe46c6f67942bb510a6a569ac5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:9282724764b86839867a66e3fd6fa3bd5cad33286f8408949686eb7906e904b3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:e739477075cb79b8dd69ee05c7d78b046548962a1149c1562aa71699a5365f8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:f4ab9107dead6268bd1a087535f692c658abbd307b5f31081b56ac5ed3d4fc0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:7adc8378ee10f93cd8674373ed6a357a68c040d85f893d88f5183e9928d25eba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:cb4f0826b9c206a7de2e0873a9c92548b01fd28654cbc34e7fd0729385a17cf1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:f720bd87060f913c4ffa93483e2f53bc6a677c2af09d2dc994539eefae93a1b9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ff1def1e72fe9ca3cde20b0deba3beed0d34335b8e10deb9fd98d3099f4d1053_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:082b3f5ebbd88365d677bab11cdea339e165ab8eed46c7a6089719e2c42200e5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:5d5543663216223d91bab799e98e6264d35a9e8771caf1cf97ef9e17cc72be40_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8616a0e358467acc83edbb5a1e98166a385e02db89060b3e255c3980ab90e33e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:9700f5679e54a2e5384a523197394f6d8f702615b3959d0351128fbd2a749820_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0eecce53a04959775c255512ec45257f3a69c85c5c8feb69288212120f8b56e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7a2b3349b8254a600a1ca630e3a25843502d4d2f7c9d856bd342e50e885d86ab_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:292cc9441a9d5a7924e2be573dcedf76f37de4faab2937d025706dfbaf47ab42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:779875e21d33c8895fc80456b95e38846030c94e2cb687aceb12d7e7a6112de5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5436cc73a8d2e5b0e6bd39f3ab4c9c063812bd7df99e686e0a1f2b5328394991_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f033cfdcfa388a69e05c41668c3d9e8155dbae3cd1d4f1a07510ba505d8f76ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5b3accf428c414cd2933666235cf20b81ed831a7bf6518acdb00f87b55021aa3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:bc8606843ad317b631156bfdf725b6fa71d884c513d687854870d28e9f224605_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:38088fac0c49b1fbb77e65ed56f607e3defbffbf3bef686d5a3acba767144873_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3b56b71a4cff191bffed500df10cb923ebe2770a93ec95289d9abe66b6389a72_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:43cb7f5dc11066e93106033352bb97b30c6db082c461561dd6847efd2f3000b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c50edf149e8a2731074b72ae750e7d6da515f3b4e2a258118e9ba103de7f76ad_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:82e101720a83dec4f623a9560ff8eb1c9d6c0f38f01b72d60bae5336058f2edc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9ef87eced057ca60578f2cfee6e61a56988f8011c7dcbab7649be4c337515045_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a9f8b5c3c171cb86c2272aa4340cb5362abf4108cd752a48dff5450beffd4bf8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d939b5c8ae70192dc7b2e349ec2161d0995ac22f02e4c3d7dfe0748392b8f272_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:52d08745b124a3bd240e0933ead05f49e1b625e7c8918961eee71b87a5e1a736_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:64763960a7a1bc043077008666889ddcff7acf160384e85f58d25b05e3d2a176_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c0e89779264348d47780c8680bb5030d44b693f9b8ed880d3bb30449bfb61948_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e701effa7668f48b18c851e48ce56a126cce1b2afe005f0deb9fc387098da38c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4bc2ad315ed6939655c2308d9e3af3ba09be8c499ebf96aa69afaba6c1f6c2c8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4f1ee15c01e37ab6eaf8026f61fa0d81fd5ef941430e7cd97980e50e53581eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:570d9cef15d9ea55a04f0d1ba895451f61fd162ac19a5d121176b6e06c411c9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:86e8c2b4f9f0f3f465e1d2c915c8bc06128ab225968b37552369ef57d04a7d03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:070792939bb8faeb4f68457555599beadcca0559b2e3e1f15a4216c6b99b3278_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:611afa9cf26adbdb37afd37a87695131c40ba6c9daa757032f0edcc2e9aba2d5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ab4b5991fd1ce7ad72833d5e2faa21f6e419c0cdd8b0cd7cd5803017862cc448_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1281d4155bdb5844b9037c931c5f7c5177fbcf37e97e89671105c97d430b907_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1c5ac2a3461184ba852b5ae12a4ddaef206e3ac1b2ed1f3a0f6012b51d8c9948_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b5cbb9a1d012467fc844bb5957b8a172e429705f6ba9aaa93dc403051ae4cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d02a31381a82ce657ef505271b51737c0a3bd61117b6b766b478bf31c0e73d42_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f09c436f26edce1f134bc1d357d03a8fa92bb8430d5a755041774d267d86a26d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:2a0c970d09eaae313321f8a002dabb61fdcc8e93a152efb690ac13cc6325ee59_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5b13087a48d653ef0d177c2cbe935bb156fe92978e9e7006ab8c507379b445a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5ce16964f4ab427b3d74d59a37052a391b5f41b2d13c3d53fe87c62628ea053a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:90bb20b5cec18d4a7275c3b4b94c08a4dcb75d90475d08b2f3617be504f43599_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:74d63915220bdd7e7d79aa5360c68a36d0ebdbc47bfcf3073ef30646dd3a37b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:76cddefbc0568659da3b94d5a0f8dbe89071719f393699ab189685641d89a918_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b5f068094462f73872310639afc202e7fc750f6ac82dc5d200fc90b616cdb695_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bc6f7f358046b46df84c1938ad822a9e051cfbbedbd2324648075ac99a4ec475_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:19b2f6381a8a886aa9e7f5843acaee67621f69df8e53a81a94b3051d85dd6e40_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:bb57a85f5865b4abb6fb65ac9e614cf385e228d8706f801113275b537b0ceece_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6388fc2056437b5019cf181e9a8d4366e070edfed89c2a1fed6c610b2f18bae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a41ddf265ebdc43cfaaf2711f6ec62ac2a1cf9d10c58194f814a0f5a229ffcf1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:947edb417d00b674f3a13b84948637b79a9b583d4d3583eee9e4e041f4d62f48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:d32f4f726b9bc8321a4e8adc2ce8e6394872e668fe615f3faf31ebe6b9981d79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:de2a1bd7bbb54565b8429f5d49c1622de3143773958197ad9730ae73f6e5f9f0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a70cbaeb5e6c26c65bee9507e1bd6fcdc75a8529e3eafbcc821472cc22ff25d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a7627b03767358b9d4ee376edd8d1d73681718b24db47c4ffa15390cad4454fe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:aba69da4d4b6672bf5b5127fc7c442732c78d45a21f672877c50e46e0a4d09db_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fcb4286793b19e0eded193d69eeebf8c6149402fcb517fccc34e4948e5c1251c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:09cb2bfd606a346df617151aec6efeae84a1683fa4f3a5ad671aae5cdf5cdd96_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:52358f26fdaae2cf3e7d3f6e356d5919afea4ab8e0839b7a74904985142e0c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76c54390ce406273bb17ef6e0fca0c98ede518a991c6bf64eb9ca15ba32cb349_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c1eaa1019c099d79e0eba33d8fae61a6bf9c9d838468b6a8bf1eef84ebac207d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1f01aa0eeb475568a00b8bd0d11f989cefc7d75becbf7b27657da7dd6025a5b8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2c4b5543f551d0dacb347e12ae9de6547ed1daa761d8c2494507c17317f1ba3a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5b821187e723dccf529a696deb4aba4c7d45c1f0dd35abc88c807e85a5f810be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:900e36e74d532c79d38d1d5ce7839966a5fee46797134179def4f7de7bd965a6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:29648b756095606959713abe8cd4a2398826ec819bc09d46716096b410c30e64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6311f5b4415ae92ec0f22d9c872b39f4ebf3ec927324d4ddbb7d8dc26e955701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:7f8ac1113a074334b6d0c5398164968a977abe9e5095767b776899ae65388f86_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:adab1c74e6b120b65906d035105e80e43418a24963fca8fe72a58f76b826a89b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:015a919fee29b5d6b640ed8bdd89e0ed6e5c7e8fc1af13f878da0a5fb061937d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:510f1cdd2db9c9a020478b86ed2f068b731fc7469aa52e13ef0cb067304a0826_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:83af79a73100359c2b7aa2ee4ea2de605db608f114f7c400a18d94b81b80cae4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:b4115b7a8e21b1087db2c7b453d6b6bd69245da2e704305431f392e46c3b7ee7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3f78fbdfe00fcb8ffea1a55399f6caab684845a7288a99d067c7b3b00b3f4112_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:43636a81d6f95cb34b358a534ff145ac400d15761464f8ff633f7c7d4c285144_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b0c8a9c66210526576af636ffdc56a9beccf4e60ea71748bf11be06b91212358_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c84953723dce43b579ee047f0a2009097009a6f6b910569fd4ef8372a8ca0481_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:12e04c64e77979c9e541550235e36b423cc186f6bd523fa6d9bba06d9f68aef5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1bab907d7227ca369e55a88d9bbdaf64d8ccbdee999d0da578c6c6db311734ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:1c68743da79d4f171043fde51ba3092547b2ed31bf4497d8453528b3582d9eb0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:d1d6b323d9fcc50178ed6be9d1ddccd78ed979fab1c24192e48b2e8928a163c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4bc03402072583792c1917b3edb304b8cf0fb6342df5c6e1049ffff4cdd4d45c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5c8013e50c636cbabdd311533ed36a03e5ba643f46c30b6d51ed4d9667a4be51_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7d18506fae102e7ed9230c1d3b45e592f3642ea79a259483071d6e65c2badc58_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ec684d1bc3a81687ff73b3177b07de4d7f01a1ac84cd202f9c4edad4a23535d1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:176a4126cc0c31ce07fe34ebc35685828d2ef09fc063296a323050f3d1476d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:17baed64e4953201aab840fc1027d3018f45b1080b0880656b4b1b11ad469e49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:39da92cf6f212becc4d2d3a5b65c2e710b7c0f59ad55c5abfe73ef94eefa2c4e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c8edde5a3451f86afb9652cb19e0a695c367037cedfb22bf6a66cfcd8d4d8145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:03fc78a3acdc015992f9d2ddff7d8b6cac2dd2f1f71d30b3e35f2906c8718425_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:4d7adb7d2a3bdb35c8ade02e12bdf2858c583599e383b9a59be0df2bf6b9860b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:923a90ef50867e84aee50ca3ae4db9ba1f0f1b25b493d24a77a2d31939018a4b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f2560baec71e279cf80bb06eb71ef074767433a53457c71c6e3722265f802064_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:0dea12e073560e1da80c926284f74d96078354893a254c9015778f771dd4ba23_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:61e17d8a0837c16bbd493622282de6d7dcc37b4bd22493c37d7e124c88c18bce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:77594bdf8aaa96d6b6ef828a3c007d7a00a2920b5234e92a996dc1eede8aa145_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:96b2773c861c4143a0e0f312dbea30d963cac9105f957dcc757863c24b796e6f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:23a29d3f07a069892de0fa6aa9328dc0bbbc12c669cda2b6546ebd471d524a79_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:7da96946b411b4ecce119a13118357ebf09222c2211410df3c2520a1929ea08e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:a9140565827327ab2bb19a0b0ccc4c1ec0a5242d04a9fd516a611400e84d85aa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b55d756e32151846b0daf331210751ce0975a72f9fabdb762945bca485d2f16e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b241c2003aa878ab82fe4b9081b07bd02be793bd3439e2da8d6db72d4f45d9d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:386b4d8ea55c5e7b6213405cb20bae7db66c22fc8ad1ba52b1b8eb757d716b0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3ad309ce7c14dccb47a258d20428bba1ef3e6e18cce08fd20128f6abf615fae7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:799a084f8b0f253cd2846fbf948e173ed7d9bea02254f5997d236e9c4b893d7f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d1637a239ebd2b722283c4cfc38b63279eb0d3135dd847bffd5b35da233a124e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:e93dcb163de60090cdf1a4bd50570d4cc474b6b03acd6248f3546f03f6a50a9d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:93c91b9b4fe6f9f8344ae779a816ccab7b7ca538dab2b0afbf4f3f53deb67a32_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a0447dbc436ab35bbd4d540858af4daa815373160e76c2096c4a805254d6dafe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b7e319eee2b6ef20dac3590dee60bb450b782ed12c3c6b29c5563585158c1003_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d5cbb86f6fb6f64dd3257370f3c9639a0d12f23d42973b6796b8fd2a16670b53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2052eff8304adb9ce897373c7658f64272ea815c65c2051ab276809c8e8fafe0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:44e79b7f97cf5b695a0412eeb748bfab8b0832092792a3bc6302c9433a3f9f25_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5f57a7c663eae0e2f674f492e2f4f95d5f8bb48665c7b1e454765fe7d99d0201_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b5938f4d907c4db4296911e04579ae917435d8469780746470666aa38088e5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:06eab95b2cc695d948e23a1823c376e89b8b9363603ff85572e06e603fbb9c4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:590414b833c488d59dc7b8096dfaedf1d252338fd2ad56a1417586373336c920_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b945f91f18ee8a391fcf9b342f5d86e44418e210436e8a1d72e27b3d967e1bfa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d4d814abc3dfe2409a4e0d3f5508fef4f1e312f0321d036dfc6199d2f2cddff4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:2a36f6faa7d9b6cc7b928ee6468ecd1704d27352936e92f5841d59526ef1767e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:4494bbf82a80107f56651c6db1980c704cf816269c47a4befb8e19a172bfb6ae_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:6bedcee7a03cde7085b410487a13b86460197a6dca781012f13c81806fc35773_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:77fd174d8fd92a611d4c191239e68d515e65d0c27d3ce60944d669d8e5225838_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:332dd14c60fa7e565aa9bd9868d2c1c6d7c566f705f6f7006bd79404aa83b290_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:946fe00b45a2584e4353356ec0ce00c79b8a95e5c754c8a0aed0616c6bc1b1ba_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ab5f7ac945d02de050a064986c2ce55f711ee69f048c0107b8c8ec4027410e1a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ddb31537fa72c0377718ed7d5900a79aea9501b8165b62f0d9eb1582323924d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:1d8c8c3e374f540907e8b2b547f09b5c2512b5880ba0cd187f3a3334f97c2840_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:43c7f9a32905460104f6cfe064a95bb6379433199095a78b1389cac0dd4eee8c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:7c8484d0bc8be061f05c46aa8583be7f4bf10ab1484f3b0a5af3b3afec75cfef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b07b1bb505b43e5934facdc6fcb18b15b6b2a6654347e04e3433bcb77e9299c9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5aeab01ca43ff8f9eb59593f551e682d50996bdd752fe50c66915eed9b35d0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7c63f74753943f017f29615add0c1500ab6895a272315cfb466251c2b781de64_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9bcc05fe16f8c854188a70dc21974bd5d8fc2ded18c38d4cc87f2699aa57f55c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c01026062c690a6334f8a4586b4e03d967d1c15212c51a86d71d6eb6fd895c79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:253d3c8bb65828b152bc58fc753cbf5b4d8dc0b4fe44a75fb452c0f4daac774f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3dd6337b277b42171a02cefc6f640895b1d78bbf0e43fafd733a264489be81de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b147e0883bf824fb029f934cbf1aaed94292c5f4d7ec3070993bb819ec31db88_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f15b6f9abb7e5c2d3db65c2de6f296df141a165eda09618cffb006ec2078877e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0b9ed13ac26bb6191dda59a4745800a489821778f685309a593a85cafa4cb6ad_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:2ec400aa7a2dd132db427b5a9da71d6a391a3ab02ca7b7326091aece015234d7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cd2b08e2022b45d1c17b3be8f3d5b39aefff1351106d05f62219b66bd0c296c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e68155f949b14df9acc501ceccbda65919d0af046212a00988037067156abbfc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8442672925cc8c4660069698a78f4b49d0236f9336b9bceb7ee2e9ee32b58d92_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:9b6e92452c81c13eec4a2bb052d5546cb4163dc7f91d38839d65bbfd3b5a12d8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a7a2b7955a3ec119d2f62753476bbcee9b97e0673aabe795e4819741e4b97e0d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a9709c95bd6d8e8e2589fb7fa1beab9508099bd65dfb08fca8e7c623063e9c39_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24de03dbe342c70cfbd93b92eadfdcf7ee0d7e2eee43da35eb90ca4edba8a2bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a7342e9ad289f90d7d122282b27f90292e33135aa6808104716765883bccdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c5c691257bd6f9ca86cbad33ea6a5d68652cf51e0c3523f0169c5b78b0733b85_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdfe20bf63da93588185904b4aecdc18750c49b5f6d1715a38500db8e7171d0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:004df6a464bf6a276c1434a427ea559eae429baf130416cb2d1209d56193ec95_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:65150382abbb438304e0faf30540778ab3354019e8f102784b8e99f427161a66_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9070e55e1ca4c4428d6d369acd6b004c41b524004e3f400d2c36985bb31f9f57_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9646b0d6f1572973b49be7afdb4f36e4e337c1a527a12ee187d3d309d7017601_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:2ebad9106512e5c73a8cc152073e87753c0de9928d24d3dfa86d1462516e21ab_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:4749a9b7a55a9ae4c8e4ac9f0462c5a2be89075f5b7cea3341aa181f455d84f9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:cd93411ca6fb901461ae231e3d9b9cbb74ad01140e500571e984924c2092e1be_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:f00b645436f046f3326bfdf54d349c19e8abe8b508237ffa0511b8c31367fcbc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:233629faa5716ac39390f9c41c4eaaba2e467304ac5bd4bf09d2e9505d47ec99_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:24662f7291dc93c5ebf33394686909b6e8fadb9f88c851eb296eba067e38dedd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32d74307431436787237af7acb549e99d7097f3f035767d0eb6b4fa743ba73aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:358758bf219a7bc07596f69c2dadccf61dcb0c4637952a99be53fa85c092d3d8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:003f8fb236a9b46cc06f0a3dab43de93427c0aaff8385e7aef557cef0cae4bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8508bbb24b119ad7ae8ed3b1fe9b942f412a439c1558c9db0d24b18939d4ff8b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:99859b25c596335967d298d25fd3746643f36eb0850e3559cf2c979fe398b15e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a9da06c115ed0b8c6d835a48aeb2c37c29e798a67d9353342d8ee6e03fa59b2a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:08cdda9d2fafb335f30215528d6ccb6728cc0cd3e7bc8591bb718a967e842544_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:79404adc99d20ca5d96e7dc637104a26db780b26055c373ef654dbeb0943da86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b1366a67cfad287e3f17305022f075981697ffd7ad486035e318bd707c2f4e40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0372db6d99cc67a419c693d1348bfa71c43a5b199491e3e2e7bc655afea4dd2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2b5371d3697f10290efc4bf9158034cb1686171db6779bdf5aa87c14916d9c05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c458abfaebb5c69588702fbf6d0af7c95cf82454a2a95ffb5b56cb83a957e64f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dcc7e3f8a233931db43d15bc1b31d069a19116bf80785bd7d8bd22c2e905bbb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fa621f04df6781cd04e41f38053bcb119b246a8bec4b86e0011cb781d8fd8ca1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:06e421b4aa0cf0b09b86f93e84699a9210e20a309668a138409a10040f540357_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2ede7e9507b999f9e5b5c54e4b716de91217d3a0862823aafae38e3c1e9e0df1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5df7ed49d932af967b225e212360da66bd60c2f2c65f71bef40d2e4e15791adc_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a83c8379101793fec9e86331ba7c51fe22738451d32ff47f58ff71057f465de9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:039c1e45e7796275b80141a925628ab875de797ca65d463bb2a2c3680168423c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:52cae8703527393b148c57b6302bf785bca6b93e861ed940f2cd9431945020cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5b5e71a03842c51b45981c1416f4a55ed8fbb2198f808179c2465c06e11853f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cbbc9ef9d8e24a78fed842867099349760462cced838df9e30bfe90d1f56cf7e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:0ea339face67f8586c099840082aa80347ca52a734ff366aca79d6ca49c1faa8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:bd704f985f386f5b83bbce4244280b9a35701a0bc6fc3cf01d0e41491f2229df_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:19c350bee4ea62fb6263c777833241ee461582021e69065671916b7e4843b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f6db370e97b1b449293dccbfff9e44b13be8c7d09dcba725bc1033f5aaafd68b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:56bd4e232580571a1a0f83d2abf79f6d4138698ace6f0559258dfa635aa0cb4f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f2075d2d9f6ebbeb2f120577a1972770ffb4f50bf866898effe6ff53a786a6cf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:69f318f4698727f8a26eeb6cd8cbae34d977a6a4f096edb79df888adfef894ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:816d11eaddd027983ab4f149e9b6f7f4d520eca82c6ee404f909d8b7fbf76428_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3833876e7cbf0e456b04780236c32805871e8afd8adaba41fd120fcc5006f518_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4a809f0918283e117b8107f9a88a542d8894ff724807f42573fae712d9b72da5_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:bdf108e70c20b065937ad312f38681c986a1ee251fc4a9b60bb2c7ef739eb3c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:f96241461cd2cfcdab4fb5c90d05154f04ec64c2e5422d2000b9a7e2458eb106_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:077df27b7fac23c16aabb3e91b9360fc67434b4057582a7520f19a7f462b2ab6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:612a7392309be59fc35f293fce986f6af98a2436ba0652e5a255cf0446706163_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:a2296e3d8da43f1d86c0d984baa276b49d92ae6e27a5ad9f0c15c77bbafee3a5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d865f0448a04fe29e826ee19cb1d3ea85e247fd068b5db99d65c1c7360a17b38_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:53b3e4f6a5084e1040d213a038ac94ab2fdd885e79667b30954472115db59833_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:71c832220b8d9ca0a89746ed2031a05b7edbfb69524df0e5ca6ae706bc269fff_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b74b1623759394b5c2bbf94362f24897e0df3678e46a605821bc1c43fdd11be_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f522ca36500da72c4168706346f7be6b8329eefc9f5accdf764b10a7b64bdc3b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1c5d4974d8802617d8fa8f046eb27c669c8e3a08dc73a52ed46d802d7bfdf923_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d7d05392bec21b538e2eaa6b245dc8a77fc64ecc92a220932b5d52d5b504a1eb_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d8ac939e324b7e6ff82a4ce1c67c434ea7fc05542b969d0b82fbe7aadb84efd3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:dc12a015166c13a9676aac214598b1b4a43f94306b24cfe1a8a24d7249b0dcf3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:01b762c740909d2f294b01cb322b74562ebddea2a67ed410e99b6a5efea063e3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:18eb7067256343849b8e4aafc24714b6c0d68da551c5eac43ae8b0cc173b044c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5b0d8dfdb4a417448e4992da350672bf5b2d70f84f1abd0b146616ccfe23b492_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:651894b21feb37a8bfe5368c701767269f1c89d88c61442b70ab312ef9e65f84_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:3fabe4529f087f56ec1673288365f89b0060051a70966bab5fd62e1dab70841f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:95cdc04554ccf6097ad7bed4c0d46d06b0fa5207f99e9c7e06c669fd83171282_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ae8441175b15857673fd7e4069488cac2b0e76f14b5f8cbd8151c28e0e4f42db_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:bfffbf144f792e655437cc53f032a7055a4868bfd6c95dce62a6723b070b946d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:06bd743d8438ee808eb1f6cff900b3e0696fac0f26221860657737585d09c6b0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:12ca6213cbad15b7d1e611dbedd2cc5730d0babbd7d511e9fe9d04d21a044ee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:47d3af8113d196a10c07c2b4a9d83c81592efc24878391469ffc5e7b7042dc50_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:93d6287f962689453718f4ed73008e6833772f522490c49a0ce09f2fb4467063_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:326675b21db8999e356a665f1d7b2ae32d97f7d5e10a9527fc9e4666c1c3ce9d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5a2bc0cf2eaf5b156c78bb7069b8467abd7d622203d34dac4353634eb5c08bd0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63d90f35db212064f9fc880e053abd817383e51e7336b9152af84c1d1f89cdc0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8e4756fea75609a891257a8b8023e02c0e819da76e3324b187ac4d0e11a2cbef_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c1db975fdbc052aa37d72c0d45907784d1b8a2d8e569f7b67a01c785cc433699_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cee2d6e2c4624011050b4ca8fe46af2029c11de74009e37d8c97a19decea8dae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e06b34f5cc6a42a327e9a2d0d891a79af72843365132b8b29955b90c62b068f2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f94624763a3e6778bacf0c520baae098672c831d6659da5d31c5a1cbd8e8be24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:6b3c13a4fcf13e26a19103fc092968e290b9c807b37f7700f062f864d088ab41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:721c6a4593c918a02ffd5e2b4d59b85c7d2bd1a89b70e9be24031ecc286c13fa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:85f67e7b86d0307175360435255195c3b6cd52fdfdf9124193b169a150eabf83_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:d6525dace3a292a4c24ee5ac7d5418e0e801eee0391cae3167cac8d3a16f04ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:349547bfcdb8a14a6142a742fbfea4c05a16e309035ca0457f7fb0cc378f1f79_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:61a4fb977f77e39a5f81c611f742f0775ad705afe8104c04b8c0b8f3606a651f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:78d99fe171b421fec61b5a0c0210d6ae06e410a39979f2c81bc2dd811675e5fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:8b2b73a9ee0544cff5dc5c03ba8bc2e65c9585051b35aa8d18fee8e78c07a1ea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:365262c54883d6ee9a00bb58e8e7ba8add4400d93060a5b0de5d4b0d2dc69b2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:5e8577223fed89b993e05b83dd8f8369020453c30976867506ef8d2f791f3a68_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:ccdf10b7fb16cfb02448b6223076709a6751bc21028f287134c86911f5a699aa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f8d9816fd9450410c91c350cce71e6a9ca7d5d75ab438d5dd3d28ba7771f0422_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9688db7fca2b6e8231c41edfcc96ec9c53dd035eb3c8606c89fcf3621994a463_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9690474c0beba2e4ad490c27b30d2243e64d18e8fd805048b8fade7b2490e746_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:e17265029816eeee9013fadd063baee89dda089d1806170ce724a6a6684cd958_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5918f65f625e013bbf7f35365e32785a856ceaca0e7566f57825b8ee5ac6eb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:7fc2a48efb812c9bd179992fbe754557a69d2341fd6cf5cd0e7a4a114185c9a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7b99f7a4c3660e61e63f75d4cb3b8ea60b4967169255f5d53fc95cbba473b1c0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:1705aa1a5e8882f8e49abba3e33e124fa61612260b54c92a3338343ddc7b6a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:20c58bf39a34669e4ca5343109d4844f7b1afe47cc286e42ac8c7444e54c123b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:579eb2d931e3e53892b668e336bf2eec99e8db1787e672bdae61c4f47ca94fe6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:f2e467a0a174eab404d6cf14d437fc92452e9d72132e6a5cbc022de9f64e1030_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:93b3fb5923bd2c08b36787e781917cd38f54221823b7acc0e32891d94974ce10_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:bb7e1fadea9c00a5a8a2af932bc7a0977ab4893113273b2453cf41e07f908659_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cb45f5de23f5c7ca883fb8d7d4d6fc43bae0ff55df2d8613a14524e56c8a7435_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:cf09b2595f67f54004e92f62c5c8e8d5a7c88f31b22ded235a8957aa1c44dd1b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2024:11038
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.19.0 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.19.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.19.0. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHEA-2025:2851\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n* baremetal-operator/apis: Bare Metal Operator (BMO) can expose any secret from other namespaces via BMCEventSubscription CRD (CVE-2025-29781)\n* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:11038",
"url": "https://access.redhat.com/errata/RHSA-2024:11038"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "2353041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2353041"
},
{
"category": "external",
"summary": "OCPBUGS-11115",
"url": "https://issues.redhat.com/browse/OCPBUGS-11115"
},
{
"category": "external",
"summary": "OCPBUGS-17079",
"url": "https://issues.redhat.com/browse/OCPBUGS-17079"
},
{
"category": "external",
"summary": "OCPBUGS-17792",
"url": "https://issues.redhat.com/browse/OCPBUGS-17792"
},
{
"category": "external",
"summary": "OCPBUGS-18656",
"url": "https://issues.redhat.com/browse/OCPBUGS-18656"
},
{
"category": "external",
"summary": "OCPBUGS-18961",
"url": "https://issues.redhat.com/browse/OCPBUGS-18961"
},
{
"category": "external",
"summary": "OCPBUGS-19824",
"url": "https://issues.redhat.com/browse/OCPBUGS-19824"
},
{
"category": "external",
"summary": "OCPBUGS-20062",
"url": "https://issues.redhat.com/browse/OCPBUGS-20062"
},
{
"category": "external",
"summary": "OCPBUGS-20230",
"url": "https://issues.redhat.com/browse/OCPBUGS-20230"
},
{
"category": "external",
"summary": "OCPBUGS-21755",
"url": "https://issues.redhat.com/browse/OCPBUGS-21755"
},
{
"category": "external",
"summary": "OCPBUGS-23435",
"url": "https://issues.redhat.com/browse/OCPBUGS-23435"
},
{
"category": "external",
"summary": "OCPBUGS-23514",
"url": "https://issues.redhat.com/browse/OCPBUGS-23514"
},
{
"category": "external",
"summary": "OCPBUGS-23924",
"url": "https://issues.redhat.com/browse/OCPBUGS-23924"
},
{
"category": "external",
"summary": "OCPBUGS-24588",
"url": "https://issues.redhat.com/browse/OCPBUGS-24588"
},
{
"category": "external",
"summary": "OCPBUGS-24681",
"url": "https://issues.redhat.com/browse/OCPBUGS-24681"
},
{
"category": "external",
"summary": "OCPBUGS-25852",
"url": "https://issues.redhat.com/browse/OCPBUGS-25852"
},
{
"category": "external",
"summary": "OCPBUGS-25981",
"url": "https://issues.redhat.com/browse/OCPBUGS-25981"
},
{
"category": "external",
"summary": "OCPBUGS-26601",
"url": "https://issues.redhat.com/browse/OCPBUGS-26601"
},
{
"category": "external",
"summary": "OCPBUGS-26603",
"url": "https://issues.redhat.com/browse/OCPBUGS-26603"
},
{
"category": "external",
"summary": "OCPBUGS-27477",
"url": "https://issues.redhat.com/browse/OCPBUGS-27477"
},
{
"category": "external",
"summary": "OCPBUGS-29067",
"url": "https://issues.redhat.com/browse/OCPBUGS-29067"
},
{
"category": "external",
"summary": "OCPBUGS-29354",
"url": "https://issues.redhat.com/browse/OCPBUGS-29354"
},
{
"category": "external",
"summary": "OCPBUGS-2956",
"url": "https://issues.redhat.com/browse/OCPBUGS-2956"
},
{
"category": "external",
"summary": "OCPBUGS-29815",
"url": "https://issues.redhat.com/browse/OCPBUGS-29815"
},
{
"category": "external",
"summary": "OCPBUGS-30313",
"url": "https://issues.redhat.com/browse/OCPBUGS-30313"
},
{
"category": "external",
"summary": "OCPBUGS-30973",
"url": "https://issues.redhat.com/browse/OCPBUGS-30973"
},
{
"category": "external",
"summary": "OCPBUGS-31356",
"url": "https://issues.redhat.com/browse/OCPBUGS-31356"
},
{
"category": "external",
"summary": "OCPBUGS-31462",
"url": "https://issues.redhat.com/browse/OCPBUGS-31462"
},
{
"category": "external",
"summary": "OCPBUGS-31515",
"url": "https://issues.redhat.com/browse/OCPBUGS-31515"
},
{
"category": "external",
"summary": "OCPBUGS-31550",
"url": "https://issues.redhat.com/browse/OCPBUGS-31550"
},
{
"category": "external",
"summary": "OCPBUGS-32033",
"url": "https://issues.redhat.com/browse/OCPBUGS-32033"
},
{
"category": "external",
"summary": "OCPBUGS-32406",
"url": "https://issues.redhat.com/browse/OCPBUGS-32406"
},
{
"category": "external",
"summary": "OCPBUGS-32754",
"url": "https://issues.redhat.com/browse/OCPBUGS-32754"
},
{
"category": "external",
"summary": "OCPBUGS-33144",
"url": "https://issues.redhat.com/browse/OCPBUGS-33144"
},
{
"category": "external",
"summary": "OCPBUGS-33370",
"url": "https://issues.redhat.com/browse/OCPBUGS-33370"
},
{
"category": "external",
"summary": "OCPBUGS-33656",
"url": "https://issues.redhat.com/browse/OCPBUGS-33656"
},
{
"category": "external",
"summary": "OCPBUGS-33894",
"url": "https://issues.redhat.com/browse/OCPBUGS-33894"
},
{
"category": "external",
"summary": "OCPBUGS-33958",
"url": "https://issues.redhat.com/browse/OCPBUGS-33958"
},
{
"category": "external",
"summary": "OCPBUGS-34586",
"url": "https://issues.redhat.com/browse/OCPBUGS-34586"
},
{
"category": "external",
"summary": "OCPBUGS-34737",
"url": "https://issues.redhat.com/browse/OCPBUGS-34737"
},
{
"category": "external",
"summary": "OCPBUGS-34745",
"url": "https://issues.redhat.com/browse/OCPBUGS-34745"
},
{
"category": "external",
"summary": "OCPBUGS-35196",
"url": "https://issues.redhat.com/browse/OCPBUGS-35196"
},
{
"category": "external",
"summary": "OCPBUGS-35294",
"url": "https://issues.redhat.com/browse/OCPBUGS-35294"
},
{
"category": "external",
"summary": "OCPBUGS-35726",
"url": "https://issues.redhat.com/browse/OCPBUGS-35726"
},
{
"category": "external",
"summary": "OCPBUGS-35911",
"url": "https://issues.redhat.com/browse/OCPBUGS-35911"
},
{
"category": "external",
"summary": "OCPBUGS-36212",
"url": "https://issues.redhat.com/browse/OCPBUGS-36212"
},
{
"category": "external",
"summary": "OCPBUGS-36357",
"url": "https://issues.redhat.com/browse/OCPBUGS-36357"
},
{
"category": "external",
"summary": "OCPBUGS-36404",
"url": "https://issues.redhat.com/browse/OCPBUGS-36404"
},
{
"category": "external",
"summary": "OCPBUGS-36553",
"url": "https://issues.redhat.com/browse/OCPBUGS-36553"
},
{
"category": "external",
"summary": "OCPBUGS-36658",
"url": "https://issues.redhat.com/browse/OCPBUGS-36658"
},
{
"category": "external",
"summary": "OCPBUGS-37058",
"url": "https://issues.redhat.com/browse/OCPBUGS-37058"
},
{
"category": "external",
"summary": "OCPBUGS-37101",
"url": "https://issues.redhat.com/browse/OCPBUGS-37101"
},
{
"category": "external",
"summary": "OCPBUGS-37706",
"url": "https://issues.redhat.com/browse/OCPBUGS-37706"
},
{
"category": "external",
"summary": "OCPBUGS-38078",
"url": "https://issues.redhat.com/browse/OCPBUGS-38078"
},
{
"category": "external",
"summary": "OCPBUGS-38121",
"url": "https://issues.redhat.com/browse/OCPBUGS-38121"
},
{
"category": "external",
"summary": "OCPBUGS-38570",
"url": "https://issues.redhat.com/browse/OCPBUGS-38570"
},
{
"category": "external",
"summary": "OCPBUGS-38749",
"url": "https://issues.redhat.com/browse/OCPBUGS-38749"
},
{
"category": "external",
"summary": "OCPBUGS-38809",
"url": "https://issues.redhat.com/browse/OCPBUGS-38809"
},
{
"category": "external",
"summary": "OCPBUGS-38869",
"url": "https://issues.redhat.com/browse/OCPBUGS-38869"
},
{
"category": "external",
"summary": "OCPBUGS-38975",
"url": "https://issues.redhat.com/browse/OCPBUGS-38975"
},
{
"category": "external",
"summary": "OCPBUGS-39148",
"url": "https://issues.redhat.com/browse/OCPBUGS-39148"
},
{
"category": "external",
"summary": "OCPBUGS-39199",
"url": "https://issues.redhat.com/browse/OCPBUGS-39199"
},
{
"category": "external",
"summary": "OCPBUGS-39258",
"url": "https://issues.redhat.com/browse/OCPBUGS-39258"
},
{
"category": "external",
"summary": "OCPBUGS-39315",
"url": "https://issues.redhat.com/browse/OCPBUGS-39315"
},
{
"category": "external",
"summary": "OCPBUGS-39359",
"url": "https://issues.redhat.com/browse/OCPBUGS-39359"
},
{
"category": "external",
"summary": "OCPBUGS-39388",
"url": "https://issues.redhat.com/browse/OCPBUGS-39388"
},
{
"category": "external",
"summary": "OCPBUGS-39403",
"url": "https://issues.redhat.com/browse/OCPBUGS-39403"
},
{
"category": "external",
"summary": "OCPBUGS-39583",
"url": "https://issues.redhat.com/browse/OCPBUGS-39583"
},
{
"category": "external",
"summary": "OCPBUGS-41489",
"url": "https://issues.redhat.com/browse/OCPBUGS-41489"
},
{
"category": "external",
"summary": "OCPBUGS-41533",
"url": "https://issues.redhat.com/browse/OCPBUGS-41533"
},
{
"category": "external",
"summary": "OCPBUGS-41676",
"url": "https://issues.redhat.com/browse/OCPBUGS-41676"
},
{
"category": "external",
"summary": "OCPBUGS-41719",
"url": "https://issues.redhat.com/browse/OCPBUGS-41719"
},
{
"category": "external",
"summary": "OCPBUGS-41727",
"url": "https://issues.redhat.com/browse/OCPBUGS-41727"
},
{
"category": "external",
"summary": "OCPBUGS-41826",
"url": "https://issues.redhat.com/browse/OCPBUGS-41826"
},
{
"category": "external",
"summary": "OCPBUGS-41892",
"url": "https://issues.redhat.com/browse/OCPBUGS-41892"
},
{
"category": "external",
"summary": "OCPBUGS-41964",
"url": "https://issues.redhat.com/browse/OCPBUGS-41964"
},
{
"category": "external",
"summary": "OCPBUGS-41974",
"url": "https://issues.redhat.com/browse/OCPBUGS-41974"
},
{
"category": "external",
"summary": "OCPBUGS-42044",
"url": "https://issues.redhat.com/browse/OCPBUGS-42044"
},
{
"category": "external",
"summary": "OCPBUGS-42045",
"url": "https://issues.redhat.com/browse/OCPBUGS-42045"
},
{
"category": "external",
"summary": "OCPBUGS-42059",
"url": "https://issues.redhat.com/browse/OCPBUGS-42059"
},
{
"category": "external",
"summary": "OCPBUGS-42135",
"url": "https://issues.redhat.com/browse/OCPBUGS-42135"
},
{
"category": "external",
"summary": "OCPBUGS-42189",
"url": "https://issues.redhat.com/browse/OCPBUGS-42189"
},
{
"category": "external",
"summary": "OCPBUGS-42241",
"url": "https://issues.redhat.com/browse/OCPBUGS-42241"
},
{
"category": "external",
"summary": "OCPBUGS-42320",
"url": "https://issues.redhat.com/browse/OCPBUGS-42320"
},
{
"category": "external",
"summary": "OCPBUGS-42526",
"url": "https://issues.redhat.com/browse/OCPBUGS-42526"
},
{
"category": "external",
"summary": "OCPBUGS-42610",
"url": "https://issues.redhat.com/browse/OCPBUGS-42610"
},
{
"category": "external",
"summary": "OCPBUGS-42636",
"url": "https://issues.redhat.com/browse/OCPBUGS-42636"
},
{
"category": "external",
"summary": "OCPBUGS-42688",
"url": "https://issues.redhat.com/browse/OCPBUGS-42688"
},
{
"category": "external",
"summary": "OCPBUGS-42809",
"url": "https://issues.redhat.com/browse/OCPBUGS-42809"
},
{
"category": "external",
"summary": "OCPBUGS-42844",
"url": "https://issues.redhat.com/browse/OCPBUGS-42844"
},
{
"category": "external",
"summary": "OCPBUGS-42849",
"url": "https://issues.redhat.com/browse/OCPBUGS-42849"
},
{
"category": "external",
"summary": "OCPBUGS-42862",
"url": "https://issues.redhat.com/browse/OCPBUGS-42862"
},
{
"category": "external",
"summary": "OCPBUGS-43004",
"url": "https://issues.redhat.com/browse/OCPBUGS-43004"
},
{
"category": "external",
"summary": "OCPBUGS-43061",
"url": "https://issues.redhat.com/browse/OCPBUGS-43061"
},
{
"category": "external",
"summary": "OCPBUGS-43083",
"url": "https://issues.redhat.com/browse/OCPBUGS-43083"
},
{
"category": "external",
"summary": "OCPBUGS-43273",
"url": "https://issues.redhat.com/browse/OCPBUGS-43273"
},
{
"category": "external",
"summary": "OCPBUGS-43275",
"url": "https://issues.redhat.com/browse/OCPBUGS-43275"
},
{
"category": "external",
"summary": "OCPBUGS-43354",
"url": "https://issues.redhat.com/browse/OCPBUGS-43354"
},
{
"category": "external",
"summary": "OCPBUGS-43489",
"url": "https://issues.redhat.com/browse/OCPBUGS-43489"
},
{
"category": "external",
"summary": "OCPBUGS-43531",
"url": "https://issues.redhat.com/browse/OCPBUGS-43531"
},
{
"category": "external",
"summary": "OCPBUGS-43552",
"url": "https://issues.redhat.com/browse/OCPBUGS-43552"
},
{
"category": "external",
"summary": "OCPBUGS-43578",
"url": "https://issues.redhat.com/browse/OCPBUGS-43578"
},
{
"category": "external",
"summary": "OCPBUGS-43610",
"url": "https://issues.redhat.com/browse/OCPBUGS-43610"
},
{
"category": "external",
"summary": "OCPBUGS-43649",
"url": "https://issues.redhat.com/browse/OCPBUGS-43649"
},
{
"category": "external",
"summary": "OCPBUGS-43731",
"url": "https://issues.redhat.com/browse/OCPBUGS-43731"
},
{
"category": "external",
"summary": "OCPBUGS-43745",
"url": "https://issues.redhat.com/browse/OCPBUGS-43745"
},
{
"category": "external",
"summary": "OCPBUGS-43748",
"url": "https://issues.redhat.com/browse/OCPBUGS-43748"
},
{
"category": "external",
"summary": "OCPBUGS-43779",
"url": "https://issues.redhat.com/browse/OCPBUGS-43779"
},
{
"category": "external",
"summary": "OCPBUGS-43825",
"url": "https://issues.redhat.com/browse/OCPBUGS-43825"
},
{
"category": "external",
"summary": "OCPBUGS-43859",
"url": "https://issues.redhat.com/browse/OCPBUGS-43859"
},
{
"category": "external",
"summary": "OCPBUGS-43896",
"url": "https://issues.redhat.com/browse/OCPBUGS-43896"
},
{
"category": "external",
"summary": "OCPBUGS-43990",
"url": "https://issues.redhat.com/browse/OCPBUGS-43990"
},
{
"category": "external",
"summary": "OCPBUGS-44033",
"url": "https://issues.redhat.com/browse/OCPBUGS-44033"
},
{
"category": "external",
"summary": "OCPBUGS-44126",
"url": "https://issues.redhat.com/browse/OCPBUGS-44126"
},
{
"category": "external",
"summary": "OCPBUGS-44130",
"url": "https://issues.redhat.com/browse/OCPBUGS-44130"
},
{
"category": "external",
"summary": "OCPBUGS-44199",
"url": "https://issues.redhat.com/browse/OCPBUGS-44199"
},
{
"category": "external",
"summary": "OCPBUGS-44211",
"url": "https://issues.redhat.com/browse/OCPBUGS-44211"
},
{
"category": "external",
"summary": "OCPBUGS-44236",
"url": "https://issues.redhat.com/browse/OCPBUGS-44236"
},
{
"category": "external",
"summary": "OCPBUGS-44238",
"url": "https://issues.redhat.com/browse/OCPBUGS-44238"
},
{
"category": "external",
"summary": "OCPBUGS-44249",
"url": "https://issues.redhat.com/browse/OCPBUGS-44249"
},
{
"category": "external",
"summary": "OCPBUGS-44257",
"url": "https://issues.redhat.com/browse/OCPBUGS-44257"
},
{
"category": "external",
"summary": "OCPBUGS-44264",
"url": "https://issues.redhat.com/browse/OCPBUGS-44264"
},
{
"category": "external",
"summary": "OCPBUGS-44265",
"url": "https://issues.redhat.com/browse/OCPBUGS-44265"
},
{
"category": "external",
"summary": "OCPBUGS-44314",
"url": "https://issues.redhat.com/browse/OCPBUGS-44314"
},
{
"category": "external",
"summary": "OCPBUGS-44362",
"url": "https://issues.redhat.com/browse/OCPBUGS-44362"
},
{
"category": "external",
"summary": "OCPBUGS-44372",
"url": "https://issues.redhat.com/browse/OCPBUGS-44372"
},
{
"category": "external",
"summary": "OCPBUGS-44373",
"url": "https://issues.redhat.com/browse/OCPBUGS-44373"
},
{
"category": "external",
"summary": "OCPBUGS-44374",
"url": "https://issues.redhat.com/browse/OCPBUGS-44374"
},
{
"category": "external",
"summary": "OCPBUGS-44380",
"url": "https://issues.redhat.com/browse/OCPBUGS-44380"
},
{
"category": "external",
"summary": "OCPBUGS-44432",
"url": "https://issues.redhat.com/browse/OCPBUGS-44432"
},
{
"category": "external",
"summary": "OCPBUGS-44438",
"url": "https://issues.redhat.com/browse/OCPBUGS-44438"
},
{
"category": "external",
"summary": "OCPBUGS-44448",
"url": "https://issues.redhat.com/browse/OCPBUGS-44448"
},
{
"category": "external",
"summary": "OCPBUGS-44449",
"url": "https://issues.redhat.com/browse/OCPBUGS-44449"
},
{
"category": "external",
"summary": "OCPBUGS-44507",
"url": "https://issues.redhat.com/browse/OCPBUGS-44507"
},
{
"category": "external",
"summary": "OCPBUGS-44559",
"url": "https://issues.redhat.com/browse/OCPBUGS-44559"
},
{
"category": "external",
"summary": "OCPBUGS-44560",
"url": "https://issues.redhat.com/browse/OCPBUGS-44560"
},
{
"category": "external",
"summary": "OCPBUGS-44595",
"url": "https://issues.redhat.com/browse/OCPBUGS-44595"
},
{
"category": "external",
"summary": "OCPBUGS-44596",
"url": "https://issues.redhat.com/browse/OCPBUGS-44596"
},
{
"category": "external",
"summary": "OCPBUGS-44602",
"url": "https://issues.redhat.com/browse/OCPBUGS-44602"
},
{
"category": "external",
"summary": "OCPBUGS-44618",
"url": "https://issues.redhat.com/browse/OCPBUGS-44618"
},
{
"category": "external",
"summary": "OCPBUGS-44641",
"url": "https://issues.redhat.com/browse/OCPBUGS-44641"
},
{
"category": "external",
"summary": "OCPBUGS-44649",
"url": "https://issues.redhat.com/browse/OCPBUGS-44649"
},
{
"category": "external",
"summary": "OCPBUGS-44655",
"url": "https://issues.redhat.com/browse/OCPBUGS-44655"
},
{
"category": "external",
"summary": "OCPBUGS-44671",
"url": "https://issues.redhat.com/browse/OCPBUGS-44671"
},
{
"category": "external",
"summary": "OCPBUGS-44698",
"url": "https://issues.redhat.com/browse/OCPBUGS-44698"
},
{
"category": "external",
"summary": "OCPBUGS-44710",
"url": "https://issues.redhat.com/browse/OCPBUGS-44710"
},
{
"category": "external",
"summary": "OCPBUGS-44714",
"url": "https://issues.redhat.com/browse/OCPBUGS-44714"
},
{
"category": "external",
"summary": "OCPBUGS-44723",
"url": "https://issues.redhat.com/browse/OCPBUGS-44723"
},
{
"category": "external",
"summary": "OCPBUGS-44780",
"url": "https://issues.redhat.com/browse/OCPBUGS-44780"
},
{
"category": "external",
"summary": "OCPBUGS-44786",
"url": "https://issues.redhat.com/browse/OCPBUGS-44786"
},
{
"category": "external",
"summary": "OCPBUGS-44789",
"url": "https://issues.redhat.com/browse/OCPBUGS-44789"
},
{
"category": "external",
"summary": "OCPBUGS-44799",
"url": "https://issues.redhat.com/browse/OCPBUGS-44799"
},
{
"category": "external",
"summary": "OCPBUGS-44800",
"url": "https://issues.redhat.com/browse/OCPBUGS-44800"
},
{
"category": "external",
"summary": "OCPBUGS-44808",
"url": "https://issues.redhat.com/browse/OCPBUGS-44808"
},
{
"category": "external",
"summary": "OCPBUGS-44818",
"url": "https://issues.redhat.com/browse/OCPBUGS-44818"
},
{
"category": "external",
"summary": "OCPBUGS-44823",
"url": "https://issues.redhat.com/browse/OCPBUGS-44823"
},
{
"category": "external",
"summary": "OCPBUGS-44831",
"url": "https://issues.redhat.com/browse/OCPBUGS-44831"
},
{
"category": "external",
"summary": "OCPBUGS-44834",
"url": "https://issues.redhat.com/browse/OCPBUGS-44834"
},
{
"category": "external",
"summary": "OCPBUGS-44836",
"url": "https://issues.redhat.com/browse/OCPBUGS-44836"
},
{
"category": "external",
"summary": "OCPBUGS-44857",
"url": "https://issues.redhat.com/browse/OCPBUGS-44857"
},
{
"category": "external",
"summary": "OCPBUGS-44860",
"url": "https://issues.redhat.com/browse/OCPBUGS-44860"
},
{
"category": "external",
"summary": "OCPBUGS-44882",
"url": "https://issues.redhat.com/browse/OCPBUGS-44882"
},
{
"category": "external",
"summary": "OCPBUGS-44896",
"url": "https://issues.redhat.com/browse/OCPBUGS-44896"
},
{
"category": "external",
"summary": "OCPBUGS-44898",
"url": "https://issues.redhat.com/browse/OCPBUGS-44898"
},
{
"category": "external",
"summary": "OCPBUGS-44901",
"url": "https://issues.redhat.com/browse/OCPBUGS-44901"
},
{
"category": "external",
"summary": "OCPBUGS-44920",
"url": "https://issues.redhat.com/browse/OCPBUGS-44920"
},
{
"category": "external",
"summary": "OCPBUGS-44924",
"url": "https://issues.redhat.com/browse/OCPBUGS-44924"
},
{
"category": "external",
"summary": "OCPBUGS-44925",
"url": "https://issues.redhat.com/browse/OCPBUGS-44925"
},
{
"category": "external",
"summary": "OCPBUGS-44938",
"url": "https://issues.redhat.com/browse/OCPBUGS-44938"
},
{
"category": "external",
"summary": "OCPBUGS-44949",
"url": "https://issues.redhat.com/browse/OCPBUGS-44949"
},
{
"category": "external",
"summary": "OCPBUGS-44950",
"url": "https://issues.redhat.com/browse/OCPBUGS-44950"
},
{
"category": "external",
"summary": "OCPBUGS-44953",
"url": "https://issues.redhat.com/browse/OCPBUGS-44953"
},
{
"category": "external",
"summary": "OCPBUGS-44954",
"url": "https://issues.redhat.com/browse/OCPBUGS-44954"
},
{
"category": "external",
"summary": "OCPBUGS-44957",
"url": "https://issues.redhat.com/browse/OCPBUGS-44957"
},
{
"category": "external",
"summary": "OCPBUGS-44977",
"url": "https://issues.redhat.com/browse/OCPBUGS-44977"
},
{
"category": "external",
"summary": "OCPBUGS-44978",
"url": "https://issues.redhat.com/browse/OCPBUGS-44978"
},
{
"category": "external",
"summary": "OCPBUGS-44991",
"url": "https://issues.redhat.com/browse/OCPBUGS-44991"
},
{
"category": "external",
"summary": "OCPBUGS-45018",
"url": "https://issues.redhat.com/browse/OCPBUGS-45018"
},
{
"category": "external",
"summary": "OCPBUGS-45023",
"url": "https://issues.redhat.com/browse/OCPBUGS-45023"
},
{
"category": "external",
"summary": "OCPBUGS-45025",
"url": "https://issues.redhat.com/browse/OCPBUGS-45025"
},
{
"category": "external",
"summary": "OCPBUGS-45026",
"url": "https://issues.redhat.com/browse/OCPBUGS-45026"
},
{
"category": "external",
"summary": "OCPBUGS-45029",
"url": "https://issues.redhat.com/browse/OCPBUGS-45029"
},
{
"category": "external",
"summary": "OCPBUGS-45030",
"url": "https://issues.redhat.com/browse/OCPBUGS-45030"
},
{
"category": "external",
"summary": "OCPBUGS-45031",
"url": "https://issues.redhat.com/browse/OCPBUGS-45031"
},
{
"category": "external",
"summary": "OCPBUGS-45032",
"url": "https://issues.redhat.com/browse/OCPBUGS-45032"
},
{
"category": "external",
"summary": "OCPBUGS-45034",
"url": "https://issues.redhat.com/browse/OCPBUGS-45034"
},
{
"category": "external",
"summary": "OCPBUGS-45037",
"url": "https://issues.redhat.com/browse/OCPBUGS-45037"
},
{
"category": "external",
"summary": "OCPBUGS-45044",
"url": "https://issues.redhat.com/browse/OCPBUGS-45044"
},
{
"category": "external",
"summary": "OCPBUGS-45047",
"url": "https://issues.redhat.com/browse/OCPBUGS-45047"
},
{
"category": "external",
"summary": "OCPBUGS-45050",
"url": "https://issues.redhat.com/browse/OCPBUGS-45050"
},
{
"category": "external",
"summary": "OCPBUGS-45059",
"url": "https://issues.redhat.com/browse/OCPBUGS-45059"
},
{
"category": "external",
"summary": "OCPBUGS-45072",
"url": "https://issues.redhat.com/browse/OCPBUGS-45072"
},
{
"category": "external",
"summary": "OCPBUGS-45073",
"url": "https://issues.redhat.com/browse/OCPBUGS-45073"
},
{
"category": "external",
"summary": "OCPBUGS-45098",
"url": "https://issues.redhat.com/browse/OCPBUGS-45098"
},
{
"category": "external",
"summary": "OCPBUGS-45103",
"url": "https://issues.redhat.com/browse/OCPBUGS-45103"
},
{
"category": "external",
"summary": "OCPBUGS-45104",
"url": "https://issues.redhat.com/browse/OCPBUGS-45104"
},
{
"category": "external",
"summary": "OCPBUGS-45112",
"url": "https://issues.redhat.com/browse/OCPBUGS-45112"
},
{
"category": "external",
"summary": "OCPBUGS-45116",
"url": "https://issues.redhat.com/browse/OCPBUGS-45116"
},
{
"category": "external",
"summary": "OCPBUGS-45120",
"url": "https://issues.redhat.com/browse/OCPBUGS-45120"
},
{
"category": "external",
"summary": "OCPBUGS-45139",
"url": "https://issues.redhat.com/browse/OCPBUGS-45139"
},
{
"category": "external",
"summary": "OCPBUGS-45161",
"url": "https://issues.redhat.com/browse/OCPBUGS-45161"
},
{
"category": "external",
"summary": "OCPBUGS-45162",
"url": "https://issues.redhat.com/browse/OCPBUGS-45162"
},
{
"category": "external",
"summary": "OCPBUGS-45174",
"url": "https://issues.redhat.com/browse/OCPBUGS-45174"
},
{
"category": "external",
"summary": "OCPBUGS-45175",
"url": "https://issues.redhat.com/browse/OCPBUGS-45175"
},
{
"category": "external",
"summary": "OCPBUGS-45177",
"url": "https://issues.redhat.com/browse/OCPBUGS-45177"
},
{
"category": "external",
"summary": "OCPBUGS-45198",
"url": "https://issues.redhat.com/browse/OCPBUGS-45198"
},
{
"category": "external",
"summary": "OCPBUGS-45213",
"url": "https://issues.redhat.com/browse/OCPBUGS-45213"
},
{
"category": "external",
"summary": "OCPBUGS-45214",
"url": "https://issues.redhat.com/browse/OCPBUGS-45214"
},
{
"category": "external",
"summary": "OCPBUGS-45218",
"url": "https://issues.redhat.com/browse/OCPBUGS-45218"
},
{
"category": "external",
"summary": "OCPBUGS-45222",
"url": "https://issues.redhat.com/browse/OCPBUGS-45222"
},
{
"category": "external",
"summary": "OCPBUGS-45242",
"url": "https://issues.redhat.com/browse/OCPBUGS-45242"
},
{
"category": "external",
"summary": "OCPBUGS-45252",
"url": "https://issues.redhat.com/browse/OCPBUGS-45252"
},
{
"category": "external",
"summary": "OCPBUGS-45264",
"url": "https://issues.redhat.com/browse/OCPBUGS-45264"
},
{
"category": "external",
"summary": "OCPBUGS-45266",
"url": "https://issues.redhat.com/browse/OCPBUGS-45266"
},
{
"category": "external",
"summary": "OCPBUGS-45267",
"url": "https://issues.redhat.com/browse/OCPBUGS-45267"
},
{
"category": "external",
"summary": "OCPBUGS-45272",
"url": "https://issues.redhat.com/browse/OCPBUGS-45272"
},
{
"category": "external",
"summary": "OCPBUGS-45273",
"url": "https://issues.redhat.com/browse/OCPBUGS-45273"
},
{
"category": "external",
"summary": "OCPBUGS-45274",
"url": "https://issues.redhat.com/browse/OCPBUGS-45274"
},
{
"category": "external",
"summary": "OCPBUGS-45280",
"url": "https://issues.redhat.com/browse/OCPBUGS-45280"
},
{
"category": "external",
"summary": "OCPBUGS-45286",
"url": "https://issues.redhat.com/browse/OCPBUGS-45286"
},
{
"category": "external",
"summary": "OCPBUGS-45289",
"url": "https://issues.redhat.com/browse/OCPBUGS-45289"
},
{
"category": "external",
"summary": "OCPBUGS-45290",
"url": "https://issues.redhat.com/browse/OCPBUGS-45290"
},
{
"category": "external",
"summary": "OCPBUGS-45306",
"url": "https://issues.redhat.com/browse/OCPBUGS-45306"
},
{
"category": "external",
"summary": "OCPBUGS-45311",
"url": "https://issues.redhat.com/browse/OCPBUGS-45311"
},
{
"category": "external",
"summary": "OCPBUGS-45314",
"url": "https://issues.redhat.com/browse/OCPBUGS-45314"
},
{
"category": "external",
"summary": "OCPBUGS-45317",
"url": "https://issues.redhat.com/browse/OCPBUGS-45317"
},
{
"category": "external",
"summary": "OCPBUGS-45318",
"url": "https://issues.redhat.com/browse/OCPBUGS-45318"
},
{
"category": "external",
"summary": "OCPBUGS-45319",
"url": "https://issues.redhat.com/browse/OCPBUGS-45319"
},
{
"category": "external",
"summary": "OCPBUGS-45322",
"url": "https://issues.redhat.com/browse/OCPBUGS-45322"
},
{
"category": "external",
"summary": "OCPBUGS-45324",
"url": "https://issues.redhat.com/browse/OCPBUGS-45324"
},
{
"category": "external",
"summary": "OCPBUGS-45325",
"url": "https://issues.redhat.com/browse/OCPBUGS-45325"
},
{
"category": "external",
"summary": "OCPBUGS-45346",
"url": "https://issues.redhat.com/browse/OCPBUGS-45346"
},
{
"category": "external",
"summary": "OCPBUGS-45359",
"url": "https://issues.redhat.com/browse/OCPBUGS-45359"
},
{
"category": "external",
"summary": "OCPBUGS-45363",
"url": "https://issues.redhat.com/browse/OCPBUGS-45363"
},
{
"category": "external",
"summary": "OCPBUGS-45404",
"url": "https://issues.redhat.com/browse/OCPBUGS-45404"
},
{
"category": "external",
"summary": "OCPBUGS-45429",
"url": "https://issues.redhat.com/browse/OCPBUGS-45429"
},
{
"category": "external",
"summary": "OCPBUGS-45442",
"url": "https://issues.redhat.com/browse/OCPBUGS-45442"
},
{
"category": "external",
"summary": "OCPBUGS-45479",
"url": "https://issues.redhat.com/browse/OCPBUGS-45479"
},
{
"category": "external",
"summary": "OCPBUGS-45482",
"url": "https://issues.redhat.com/browse/OCPBUGS-45482"
},
{
"category": "external",
"summary": "OCPBUGS-45490",
"url": "https://issues.redhat.com/browse/OCPBUGS-45490"
},
{
"category": "external",
"summary": "OCPBUGS-45496",
"url": "https://issues.redhat.com/browse/OCPBUGS-45496"
},
{
"category": "external",
"summary": "OCPBUGS-45606",
"url": "https://issues.redhat.com/browse/OCPBUGS-45606"
},
{
"category": "external",
"summary": "OCPBUGS-45607",
"url": "https://issues.redhat.com/browse/OCPBUGS-45607"
},
{
"category": "external",
"summary": "OCPBUGS-45621",
"url": "https://issues.redhat.com/browse/OCPBUGS-45621"
},
{
"category": "external",
"summary": "OCPBUGS-45636",
"url": "https://issues.redhat.com/browse/OCPBUGS-45636"
},
{
"category": "external",
"summary": "OCPBUGS-45663",
"url": "https://issues.redhat.com/browse/OCPBUGS-45663"
},
{
"category": "external",
"summary": "OCPBUGS-45680",
"url": "https://issues.redhat.com/browse/OCPBUGS-45680"
},
{
"category": "external",
"summary": "OCPBUGS-45685",
"url": "https://issues.redhat.com/browse/OCPBUGS-45685"
},
{
"category": "external",
"summary": "OCPBUGS-45787",
"url": "https://issues.redhat.com/browse/OCPBUGS-45787"
},
{
"category": "external",
"summary": "OCPBUGS-45801",
"url": "https://issues.redhat.com/browse/OCPBUGS-45801"
},
{
"category": "external",
"summary": "OCPBUGS-45802",
"url": "https://issues.redhat.com/browse/OCPBUGS-45802"
},
{
"category": "external",
"summary": "OCPBUGS-45803",
"url": "https://issues.redhat.com/browse/OCPBUGS-45803"
},
{
"category": "external",
"summary": "OCPBUGS-45807",
"url": "https://issues.redhat.com/browse/OCPBUGS-45807"
},
{
"category": "external",
"summary": "OCPBUGS-45816",
"url": "https://issues.redhat.com/browse/OCPBUGS-45816"
},
{
"category": "external",
"summary": "OCPBUGS-45835",
"url": "https://issues.redhat.com/browse/OCPBUGS-45835"
},
{
"category": "external",
"summary": "OCPBUGS-45847",
"url": "https://issues.redhat.com/browse/OCPBUGS-45847"
},
{
"category": "external",
"summary": "OCPBUGS-45848",
"url": "https://issues.redhat.com/browse/OCPBUGS-45848"
},
{
"category": "external",
"summary": "OCPBUGS-45855",
"url": "https://issues.redhat.com/browse/OCPBUGS-45855"
},
{
"category": "external",
"summary": "OCPBUGS-45859",
"url": "https://issues.redhat.com/browse/OCPBUGS-45859"
},
{
"category": "external",
"summary": "OCPBUGS-45860",
"url": "https://issues.redhat.com/browse/OCPBUGS-45860"
},
{
"category": "external",
"summary": "OCPBUGS-45861",
"url": "https://issues.redhat.com/browse/OCPBUGS-45861"
},
{
"category": "external",
"summary": "OCPBUGS-45887",
"url": "https://issues.redhat.com/browse/OCPBUGS-45887"
},
{
"category": "external",
"summary": "OCPBUGS-45891",
"url": "https://issues.redhat.com/browse/OCPBUGS-45891"
},
{
"category": "external",
"summary": "OCPBUGS-45892",
"url": "https://issues.redhat.com/browse/OCPBUGS-45892"
},
{
"category": "external",
"summary": "OCPBUGS-45893",
"url": "https://issues.redhat.com/browse/OCPBUGS-45893"
},
{
"category": "external",
"summary": "OCPBUGS-45896",
"url": "https://issues.redhat.com/browse/OCPBUGS-45896"
},
{
"category": "external",
"summary": "OCPBUGS-45901",
"url": "https://issues.redhat.com/browse/OCPBUGS-45901"
},
{
"category": "external",
"summary": "OCPBUGS-45910",
"url": "https://issues.redhat.com/browse/OCPBUGS-45910"
},
{
"category": "external",
"summary": "OCPBUGS-45911",
"url": "https://issues.redhat.com/browse/OCPBUGS-45911"
},
{
"category": "external",
"summary": "OCPBUGS-45915",
"url": "https://issues.redhat.com/browse/OCPBUGS-45915"
},
{
"category": "external",
"summary": "OCPBUGS-45924",
"url": "https://issues.redhat.com/browse/OCPBUGS-45924"
},
{
"category": "external",
"summary": "OCPBUGS-45926",
"url": "https://issues.redhat.com/browse/OCPBUGS-45926"
},
{
"category": "external",
"summary": "OCPBUGS-45943",
"url": "https://issues.redhat.com/browse/OCPBUGS-45943"
},
{
"category": "external",
"summary": "OCPBUGS-45946",
"url": "https://issues.redhat.com/browse/OCPBUGS-45946"
},
{
"category": "external",
"summary": "OCPBUGS-45951",
"url": "https://issues.redhat.com/browse/OCPBUGS-45951"
},
{
"category": "external",
"summary": "OCPBUGS-45971",
"url": "https://issues.redhat.com/browse/OCPBUGS-45971"
},
{
"category": "external",
"summary": "OCPBUGS-45984",
"url": "https://issues.redhat.com/browse/OCPBUGS-45984"
},
{
"category": "external",
"summary": "OCPBUGS-45995",
"url": "https://issues.redhat.com/browse/OCPBUGS-45995"
},
{
"category": "external",
"summary": "OCPBUGS-46010",
"url": "https://issues.redhat.com/browse/OCPBUGS-46010"
},
{
"category": "external",
"summary": "OCPBUGS-46037",
"url": "https://issues.redhat.com/browse/OCPBUGS-46037"
},
{
"category": "external",
"summary": "OCPBUGS-46038",
"url": "https://issues.redhat.com/browse/OCPBUGS-46038"
},
{
"category": "external",
"summary": "OCPBUGS-46050",
"url": "https://issues.redhat.com/browse/OCPBUGS-46050"
},
{
"category": "external",
"summary": "OCPBUGS-46051",
"url": "https://issues.redhat.com/browse/OCPBUGS-46051"
},
{
"category": "external",
"summary": "OCPBUGS-46052",
"url": "https://issues.redhat.com/browse/OCPBUGS-46052"
},
{
"category": "external",
"summary": "OCPBUGS-46065",
"url": "https://issues.redhat.com/browse/OCPBUGS-46065"
},
{
"category": "external",
"summary": "OCPBUGS-46072",
"url": "https://issues.redhat.com/browse/OCPBUGS-46072"
},
{
"category": "external",
"summary": "OCPBUGS-46088",
"url": "https://issues.redhat.com/browse/OCPBUGS-46088"
},
{
"category": "external",
"summary": "OCPBUGS-46089",
"url": "https://issues.redhat.com/browse/OCPBUGS-46089"
},
{
"category": "external",
"summary": "OCPBUGS-46144",
"url": "https://issues.redhat.com/browse/OCPBUGS-46144"
},
{
"category": "external",
"summary": "OCPBUGS-46150",
"url": "https://issues.redhat.com/browse/OCPBUGS-46150"
},
{
"category": "external",
"summary": "OCPBUGS-46342",
"url": "https://issues.redhat.com/browse/OCPBUGS-46342"
},
{
"category": "external",
"summary": "OCPBUGS-46354",
"url": "https://issues.redhat.com/browse/OCPBUGS-46354"
},
{
"category": "external",
"summary": "OCPBUGS-46361",
"url": "https://issues.redhat.com/browse/OCPBUGS-46361"
},
{
"category": "external",
"summary": "OCPBUGS-46363",
"url": "https://issues.redhat.com/browse/OCPBUGS-46363"
},
{
"category": "external",
"summary": "OCPBUGS-46372",
"url": "https://issues.redhat.com/browse/OCPBUGS-46372"
},
{
"category": "external",
"summary": "OCPBUGS-46379",
"url": "https://issues.redhat.com/browse/OCPBUGS-46379"
},
{
"category": "external",
"summary": "OCPBUGS-46380",
"url": "https://issues.redhat.com/browse/OCPBUGS-46380"
},
{
"category": "external",
"summary": "OCPBUGS-46404",
"url": "https://issues.redhat.com/browse/OCPBUGS-46404"
},
{
"category": "external",
"summary": "OCPBUGS-46421",
"url": "https://issues.redhat.com/browse/OCPBUGS-46421"
},
{
"category": "external",
"summary": "OCPBUGS-46426",
"url": "https://issues.redhat.com/browse/OCPBUGS-46426"
},
{
"category": "external",
"summary": "OCPBUGS-46433",
"url": "https://issues.redhat.com/browse/OCPBUGS-46433"
},
{
"category": "external",
"summary": "OCPBUGS-46438",
"url": "https://issues.redhat.com/browse/OCPBUGS-46438"
},
{
"category": "external",
"summary": "OCPBUGS-46452",
"url": "https://issues.redhat.com/browse/OCPBUGS-46452"
},
{
"category": "external",
"summary": "OCPBUGS-46461",
"url": "https://issues.redhat.com/browse/OCPBUGS-46461"
},
{
"category": "external",
"summary": "OCPBUGS-46470",
"url": "https://issues.redhat.com/browse/OCPBUGS-46470"
},
{
"category": "external",
"summary": "OCPBUGS-46471",
"url": "https://issues.redhat.com/browse/OCPBUGS-46471"
},
{
"category": "external",
"summary": "OCPBUGS-46477",
"url": "https://issues.redhat.com/browse/OCPBUGS-46477"
},
{
"category": "external",
"summary": "OCPBUGS-46483",
"url": "https://issues.redhat.com/browse/OCPBUGS-46483"
},
{
"category": "external",
"summary": "OCPBUGS-46488",
"url": "https://issues.redhat.com/browse/OCPBUGS-46488"
},
{
"category": "external",
"summary": "OCPBUGS-46498",
"url": "https://issues.redhat.com/browse/OCPBUGS-46498"
},
{
"category": "external",
"summary": "OCPBUGS-46511",
"url": "https://issues.redhat.com/browse/OCPBUGS-46511"
},
{
"category": "external",
"summary": "OCPBUGS-46513",
"url": "https://issues.redhat.com/browse/OCPBUGS-46513"
},
{
"category": "external",
"summary": "OCPBUGS-46523",
"url": "https://issues.redhat.com/browse/OCPBUGS-46523"
},
{
"category": "external",
"summary": "OCPBUGS-46529",
"url": "https://issues.redhat.com/browse/OCPBUGS-46529"
},
{
"category": "external",
"summary": "OCPBUGS-46531",
"url": "https://issues.redhat.com/browse/OCPBUGS-46531"
},
{
"category": "external",
"summary": "OCPBUGS-46543",
"url": "https://issues.redhat.com/browse/OCPBUGS-46543"
},
{
"category": "external",
"summary": "OCPBUGS-46544",
"url": "https://issues.redhat.com/browse/OCPBUGS-46544"
},
{
"category": "external",
"summary": "OCPBUGS-46549",
"url": "https://issues.redhat.com/browse/OCPBUGS-46549"
},
{
"category": "external",
"summary": "OCPBUGS-46552",
"url": "https://issues.redhat.com/browse/OCPBUGS-46552"
},
{
"category": "external",
"summary": "OCPBUGS-46555",
"url": "https://issues.redhat.com/browse/OCPBUGS-46555"
},
{
"category": "external",
"summary": "OCPBUGS-46557",
"url": "https://issues.redhat.com/browse/OCPBUGS-46557"
},
{
"category": "external",
"summary": "OCPBUGS-46564",
"url": "https://issues.redhat.com/browse/OCPBUGS-46564"
},
{
"category": "external",
"summary": "OCPBUGS-46568",
"url": "https://issues.redhat.com/browse/OCPBUGS-46568"
},
{
"category": "external",
"summary": "OCPBUGS-46571",
"url": "https://issues.redhat.com/browse/OCPBUGS-46571"
},
{
"category": "external",
"summary": "OCPBUGS-46575",
"url": "https://issues.redhat.com/browse/OCPBUGS-46575"
},
{
"category": "external",
"summary": "OCPBUGS-46577",
"url": "https://issues.redhat.com/browse/OCPBUGS-46577"
},
{
"category": "external",
"summary": "OCPBUGS-46585",
"url": "https://issues.redhat.com/browse/OCPBUGS-46585"
},
{
"category": "external",
"summary": "OCPBUGS-46596",
"url": "https://issues.redhat.com/browse/OCPBUGS-46596"
},
{
"category": "external",
"summary": "OCPBUGS-46601",
"url": "https://issues.redhat.com/browse/OCPBUGS-46601"
},
{
"category": "external",
"summary": "OCPBUGS-46605",
"url": "https://issues.redhat.com/browse/OCPBUGS-46605"
},
{
"category": "external",
"summary": "OCPBUGS-46627",
"url": "https://issues.redhat.com/browse/OCPBUGS-46627"
},
{
"category": "external",
"summary": "OCPBUGS-46656",
"url": "https://issues.redhat.com/browse/OCPBUGS-46656"
},
{
"category": "external",
"summary": "OCPBUGS-47476",
"url": "https://issues.redhat.com/browse/OCPBUGS-47476"
},
{
"category": "external",
"summary": "OCPBUGS-47477",
"url": "https://issues.redhat.com/browse/OCPBUGS-47477"
},
{
"category": "external",
"summary": "OCPBUGS-47489",
"url": "https://issues.redhat.com/browse/OCPBUGS-47489"
},
{
"category": "external",
"summary": "OCPBUGS-47503",
"url": "https://issues.redhat.com/browse/OCPBUGS-47503"
},
{
"category": "external",
"summary": "OCPBUGS-47504",
"url": "https://issues.redhat.com/browse/OCPBUGS-47504"
},
{
"category": "external",
"summary": "OCPBUGS-47526",
"url": "https://issues.redhat.com/browse/OCPBUGS-47526"
},
{
"category": "external",
"summary": "OCPBUGS-47527",
"url": "https://issues.redhat.com/browse/OCPBUGS-47527"
},
{
"category": "external",
"summary": "OCPBUGS-47528",
"url": "https://issues.redhat.com/browse/OCPBUGS-47528"
},
{
"category": "external",
"summary": "OCPBUGS-47529",
"url": "https://issues.redhat.com/browse/OCPBUGS-47529"
},
{
"category": "external",
"summary": "OCPBUGS-47535",
"url": "https://issues.redhat.com/browse/OCPBUGS-47535"
},
{
"category": "external",
"summary": "OCPBUGS-47541",
"url": "https://issues.redhat.com/browse/OCPBUGS-47541"
},
{
"category": "external",
"summary": "OCPBUGS-47629",
"url": "https://issues.redhat.com/browse/OCPBUGS-47629"
},
{
"category": "external",
"summary": "OCPBUGS-47652",
"url": "https://issues.redhat.com/browse/OCPBUGS-47652"
},
{
"category": "external",
"summary": "OCPBUGS-47657",
"url": "https://issues.redhat.com/browse/OCPBUGS-47657"
},
{
"category": "external",
"summary": "OCPBUGS-47681",
"url": "https://issues.redhat.com/browse/OCPBUGS-47681"
},
{
"category": "external",
"summary": "OCPBUGS-47685",
"url": "https://issues.redhat.com/browse/OCPBUGS-47685"
},
{
"category": "external",
"summary": "OCPBUGS-47688",
"url": "https://issues.redhat.com/browse/OCPBUGS-47688"
},
{
"category": "external",
"summary": "OCPBUGS-47715",
"url": "https://issues.redhat.com/browse/OCPBUGS-47715"
},
{
"category": "external",
"summary": "OCPBUGS-47722",
"url": "https://issues.redhat.com/browse/OCPBUGS-47722"
},
{
"category": "external",
"summary": "OCPBUGS-47723",
"url": "https://issues.redhat.com/browse/OCPBUGS-47723"
},
{
"category": "external",
"summary": "OCPBUGS-47724",
"url": "https://issues.redhat.com/browse/OCPBUGS-47724"
},
{
"category": "external",
"summary": "OCPBUGS-47743",
"url": "https://issues.redhat.com/browse/OCPBUGS-47743"
},
{
"category": "external",
"summary": "OCPBUGS-47761",
"url": "https://issues.redhat.com/browse/OCPBUGS-47761"
},
{
"category": "external",
"summary": "OCPBUGS-47764",
"url": "https://issues.redhat.com/browse/OCPBUGS-47764"
},
{
"category": "external",
"summary": "OCPBUGS-47778",
"url": "https://issues.redhat.com/browse/OCPBUGS-47778"
},
{
"category": "external",
"summary": "OCPBUGS-48044",
"url": "https://issues.redhat.com/browse/OCPBUGS-48044"
},
{
"category": "external",
"summary": "OCPBUGS-48056",
"url": "https://issues.redhat.com/browse/OCPBUGS-48056"
},
{
"category": "external",
"summary": "OCPBUGS-48074",
"url": "https://issues.redhat.com/browse/OCPBUGS-48074"
},
{
"category": "external",
"summary": "OCPBUGS-48077",
"url": "https://issues.redhat.com/browse/OCPBUGS-48077"
},
{
"category": "external",
"summary": "OCPBUGS-48078",
"url": "https://issues.redhat.com/browse/OCPBUGS-48078"
},
{
"category": "external",
"summary": "OCPBUGS-48089",
"url": "https://issues.redhat.com/browse/OCPBUGS-48089"
},
{
"category": "external",
"summary": "OCPBUGS-48115",
"url": "https://issues.redhat.com/browse/OCPBUGS-48115"
},
{
"category": "external",
"summary": "OCPBUGS-48142",
"url": "https://issues.redhat.com/browse/OCPBUGS-48142"
},
{
"category": "external",
"summary": "OCPBUGS-48152",
"url": "https://issues.redhat.com/browse/OCPBUGS-48152"
},
{
"category": "external",
"summary": "OCPBUGS-48154",
"url": "https://issues.redhat.com/browse/OCPBUGS-48154"
},
{
"category": "external",
"summary": "OCPBUGS-48156",
"url": "https://issues.redhat.com/browse/OCPBUGS-48156"
},
{
"category": "external",
"summary": "OCPBUGS-48177",
"url": "https://issues.redhat.com/browse/OCPBUGS-48177"
},
{
"category": "external",
"summary": "OCPBUGS-48190",
"url": "https://issues.redhat.com/browse/OCPBUGS-48190"
},
{
"category": "external",
"summary": "OCPBUGS-48194",
"url": "https://issues.redhat.com/browse/OCPBUGS-48194"
},
{
"category": "external",
"summary": "OCPBUGS-48195",
"url": "https://issues.redhat.com/browse/OCPBUGS-48195"
},
{
"category": "external",
"summary": "OCPBUGS-48216",
"url": "https://issues.redhat.com/browse/OCPBUGS-48216"
},
{
"category": "external",
"summary": "OCPBUGS-48228",
"url": "https://issues.redhat.com/browse/OCPBUGS-48228"
},
{
"category": "external",
"summary": "OCPBUGS-48238",
"url": "https://issues.redhat.com/browse/OCPBUGS-48238"
},
{
"category": "external",
"summary": "OCPBUGS-48239",
"url": "https://issues.redhat.com/browse/OCPBUGS-48239"
},
{
"category": "external",
"summary": "OCPBUGS-48250",
"url": "https://issues.redhat.com/browse/OCPBUGS-48250"
},
{
"category": "external",
"summary": "OCPBUGS-48256",
"url": "https://issues.redhat.com/browse/OCPBUGS-48256"
},
{
"category": "external",
"summary": "OCPBUGS-48260",
"url": "https://issues.redhat.com/browse/OCPBUGS-48260"
},
{
"category": "external",
"summary": "OCPBUGS-48273",
"url": "https://issues.redhat.com/browse/OCPBUGS-48273"
},
{
"category": "external",
"summary": "OCPBUGS-48276",
"url": "https://issues.redhat.com/browse/OCPBUGS-48276"
},
{
"category": "external",
"summary": "OCPBUGS-48286",
"url": "https://issues.redhat.com/browse/OCPBUGS-48286"
},
{
"category": "external",
"summary": "OCPBUGS-48292",
"url": "https://issues.redhat.com/browse/OCPBUGS-48292"
},
{
"category": "external",
"summary": "OCPBUGS-48312",
"url": "https://issues.redhat.com/browse/OCPBUGS-48312"
},
{
"category": "external",
"summary": "OCPBUGS-48320",
"url": "https://issues.redhat.com/browse/OCPBUGS-48320"
},
{
"category": "external",
"summary": "OCPBUGS-48324",
"url": "https://issues.redhat.com/browse/OCPBUGS-48324"
},
{
"category": "external",
"summary": "OCPBUGS-48334",
"url": "https://issues.redhat.com/browse/OCPBUGS-48334"
},
{
"category": "external",
"summary": "OCPBUGS-48340",
"url": "https://issues.redhat.com/browse/OCPBUGS-48340"
},
{
"category": "external",
"summary": "OCPBUGS-48364",
"url": "https://issues.redhat.com/browse/OCPBUGS-48364"
},
{
"category": "external",
"summary": "OCPBUGS-48391",
"url": "https://issues.redhat.com/browse/OCPBUGS-48391"
},
{
"category": "external",
"summary": "OCPBUGS-48402",
"url": "https://issues.redhat.com/browse/OCPBUGS-48402"
},
{
"category": "external",
"summary": "OCPBUGS-48404",
"url": "https://issues.redhat.com/browse/OCPBUGS-48404"
},
{
"category": "external",
"summary": "OCPBUGS-48406",
"url": "https://issues.redhat.com/browse/OCPBUGS-48406"
},
{
"category": "external",
"summary": "OCPBUGS-48408",
"url": "https://issues.redhat.com/browse/OCPBUGS-48408"
},
{
"category": "external",
"summary": "OCPBUGS-48413",
"url": "https://issues.redhat.com/browse/OCPBUGS-48413"
},
{
"category": "external",
"summary": "OCPBUGS-48425",
"url": "https://issues.redhat.com/browse/OCPBUGS-48425"
},
{
"category": "external",
"summary": "OCPBUGS-48437",
"url": "https://issues.redhat.com/browse/OCPBUGS-48437"
},
{
"category": "external",
"summary": "OCPBUGS-48440",
"url": "https://issues.redhat.com/browse/OCPBUGS-48440"
},
{
"category": "external",
"summary": "OCPBUGS-48449",
"url": "https://issues.redhat.com/browse/OCPBUGS-48449"
},
{
"category": "external",
"summary": "OCPBUGS-48450",
"url": "https://issues.redhat.com/browse/OCPBUGS-48450"
},
{
"category": "external",
"summary": "OCPBUGS-48468",
"url": "https://issues.redhat.com/browse/OCPBUGS-48468"
},
{
"category": "external",
"summary": "OCPBUGS-48469",
"url": "https://issues.redhat.com/browse/OCPBUGS-48469"
},
{
"category": "external",
"summary": "OCPBUGS-48481",
"url": "https://issues.redhat.com/browse/OCPBUGS-48481"
},
{
"category": "external",
"summary": "OCPBUGS-48486",
"url": "https://issues.redhat.com/browse/OCPBUGS-48486"
},
{
"category": "external",
"summary": "OCPBUGS-48491",
"url": "https://issues.redhat.com/browse/OCPBUGS-48491"
},
{
"category": "external",
"summary": "OCPBUGS-48506",
"url": "https://issues.redhat.com/browse/OCPBUGS-48506"
},
{
"category": "external",
"summary": "OCPBUGS-48507",
"url": "https://issues.redhat.com/browse/OCPBUGS-48507"
},
{
"category": "external",
"summary": "OCPBUGS-48510",
"url": "https://issues.redhat.com/browse/OCPBUGS-48510"
},
{
"category": "external",
"summary": "OCPBUGS-48513",
"url": "https://issues.redhat.com/browse/OCPBUGS-48513"
},
{
"category": "external",
"summary": "OCPBUGS-48530",
"url": "https://issues.redhat.com/browse/OCPBUGS-48530"
},
{
"category": "external",
"summary": "OCPBUGS-48532",
"url": "https://issues.redhat.com/browse/OCPBUGS-48532"
},
{
"category": "external",
"summary": "OCPBUGS-48533",
"url": "https://issues.redhat.com/browse/OCPBUGS-48533"
},
{
"category": "external",
"summary": "OCPBUGS-48536",
"url": "https://issues.redhat.com/browse/OCPBUGS-48536"
},
{
"category": "external",
"summary": "OCPBUGS-48540",
"url": "https://issues.redhat.com/browse/OCPBUGS-48540"
},
{
"category": "external",
"summary": "OCPBUGS-48541",
"url": "https://issues.redhat.com/browse/OCPBUGS-48541"
},
{
"category": "external",
"summary": "OCPBUGS-48542",
"url": "https://issues.redhat.com/browse/OCPBUGS-48542"
},
{
"category": "external",
"summary": "OCPBUGS-48548",
"url": "https://issues.redhat.com/browse/OCPBUGS-48548"
},
{
"category": "external",
"summary": "OCPBUGS-48553",
"url": "https://issues.redhat.com/browse/OCPBUGS-48553"
},
{
"category": "external",
"summary": "OCPBUGS-48555",
"url": "https://issues.redhat.com/browse/OCPBUGS-48555"
},
{
"category": "external",
"summary": "OCPBUGS-48566",
"url": "https://issues.redhat.com/browse/OCPBUGS-48566"
},
{
"category": "external",
"summary": "OCPBUGS-48570",
"url": "https://issues.redhat.com/browse/OCPBUGS-48570"
},
{
"category": "external",
"summary": "OCPBUGS-48608",
"url": "https://issues.redhat.com/browse/OCPBUGS-48608"
},
{
"category": "external",
"summary": "OCPBUGS-48619",
"url": "https://issues.redhat.com/browse/OCPBUGS-48619"
},
{
"category": "external",
"summary": "OCPBUGS-48629",
"url": "https://issues.redhat.com/browse/OCPBUGS-48629"
},
{
"category": "external",
"summary": "OCPBUGS-48630",
"url": "https://issues.redhat.com/browse/OCPBUGS-48630"
},
{
"category": "external",
"summary": "OCPBUGS-48635",
"url": "https://issues.redhat.com/browse/OCPBUGS-48635"
},
{
"category": "external",
"summary": "OCPBUGS-48642",
"url": "https://issues.redhat.com/browse/OCPBUGS-48642"
},
{
"category": "external",
"summary": "OCPBUGS-48665",
"url": "https://issues.redhat.com/browse/OCPBUGS-48665"
},
{
"category": "external",
"summary": "OCPBUGS-48673",
"url": "https://issues.redhat.com/browse/OCPBUGS-48673"
},
{
"category": "external",
"summary": "OCPBUGS-48675",
"url": "https://issues.redhat.com/browse/OCPBUGS-48675"
},
{
"category": "external",
"summary": "OCPBUGS-48676",
"url": "https://issues.redhat.com/browse/OCPBUGS-48676"
},
{
"category": "external",
"summary": "OCPBUGS-48677",
"url": "https://issues.redhat.com/browse/OCPBUGS-48677"
},
{
"category": "external",
"summary": "OCPBUGS-48683",
"url": "https://issues.redhat.com/browse/OCPBUGS-48683"
},
{
"category": "external",
"summary": "OCPBUGS-48686",
"url": "https://issues.redhat.com/browse/OCPBUGS-48686"
},
{
"category": "external",
"summary": "OCPBUGS-48694",
"url": "https://issues.redhat.com/browse/OCPBUGS-48694"
},
{
"category": "external",
"summary": "OCPBUGS-48708",
"url": "https://issues.redhat.com/browse/OCPBUGS-48708"
},
{
"category": "external",
"summary": "OCPBUGS-48709",
"url": "https://issues.redhat.com/browse/OCPBUGS-48709"
},
{
"category": "external",
"summary": "OCPBUGS-48737",
"url": "https://issues.redhat.com/browse/OCPBUGS-48737"
},
{
"category": "external",
"summary": "OCPBUGS-48740",
"url": "https://issues.redhat.com/browse/OCPBUGS-48740"
},
{
"category": "external",
"summary": "OCPBUGS-48758",
"url": "https://issues.redhat.com/browse/OCPBUGS-48758"
},
{
"category": "external",
"summary": "OCPBUGS-48765",
"url": "https://issues.redhat.com/browse/OCPBUGS-48765"
},
{
"category": "external",
"summary": "OCPBUGS-48780",
"url": "https://issues.redhat.com/browse/OCPBUGS-48780"
},
{
"category": "external",
"summary": "OCPBUGS-48794",
"url": "https://issues.redhat.com/browse/OCPBUGS-48794"
},
{
"category": "external",
"summary": "OCPBUGS-48795",
"url": "https://issues.redhat.com/browse/OCPBUGS-48795"
},
{
"category": "external",
"summary": "OCPBUGS-48808",
"url": "https://issues.redhat.com/browse/OCPBUGS-48808"
},
{
"category": "external",
"summary": "OCPBUGS-48810",
"url": "https://issues.redhat.com/browse/OCPBUGS-48810"
},
{
"category": "external",
"summary": "OCPBUGS-48811",
"url": "https://issues.redhat.com/browse/OCPBUGS-48811"
},
{
"category": "external",
"summary": "OCPBUGS-48821",
"url": "https://issues.redhat.com/browse/OCPBUGS-48821"
},
{
"category": "external",
"summary": "OCPBUGS-48827",
"url": "https://issues.redhat.com/browse/OCPBUGS-48827"
},
{
"category": "external",
"summary": "OCPBUGS-48830",
"url": "https://issues.redhat.com/browse/OCPBUGS-48830"
},
{
"category": "external",
"summary": "OCPBUGS-49319",
"url": "https://issues.redhat.com/browse/OCPBUGS-49319"
},
{
"category": "external",
"summary": "OCPBUGS-49337",
"url": "https://issues.redhat.com/browse/OCPBUGS-49337"
},
{
"category": "external",
"summary": "OCPBUGS-49347",
"url": "https://issues.redhat.com/browse/OCPBUGS-49347"
},
{
"category": "external",
"summary": "OCPBUGS-49351",
"url": "https://issues.redhat.com/browse/OCPBUGS-49351"
},
{
"category": "external",
"summary": "OCPBUGS-49366",
"url": "https://issues.redhat.com/browse/OCPBUGS-49366"
},
{
"category": "external",
"summary": "OCPBUGS-49381",
"url": "https://issues.redhat.com/browse/OCPBUGS-49381"
},
{
"category": "external",
"summary": "OCPBUGS-49382",
"url": "https://issues.redhat.com/browse/OCPBUGS-49382"
},
{
"category": "external",
"summary": "OCPBUGS-49394",
"url": "https://issues.redhat.com/browse/OCPBUGS-49394"
},
{
"category": "external",
"summary": "OCPBUGS-49395",
"url": "https://issues.redhat.com/browse/OCPBUGS-49395"
},
{
"category": "external",
"summary": "OCPBUGS-49403",
"url": "https://issues.redhat.com/browse/OCPBUGS-49403"
},
{
"category": "external",
"summary": "OCPBUGS-49406",
"url": "https://issues.redhat.com/browse/OCPBUGS-49406"
},
{
"category": "external",
"summary": "OCPBUGS-49410",
"url": "https://issues.redhat.com/browse/OCPBUGS-49410"
},
{
"category": "external",
"summary": "OCPBUGS-49418",
"url": "https://issues.redhat.com/browse/OCPBUGS-49418"
},
{
"category": "external",
"summary": "OCPBUGS-49424",
"url": "https://issues.redhat.com/browse/OCPBUGS-49424"
},
{
"category": "external",
"summary": "OCPBUGS-49436",
"url": "https://issues.redhat.com/browse/OCPBUGS-49436"
},
{
"category": "external",
"summary": "OCPBUGS-49594",
"url": "https://issues.redhat.com/browse/OCPBUGS-49594"
},
{
"category": "external",
"summary": "OCPBUGS-49609",
"url": "https://issues.redhat.com/browse/OCPBUGS-49609"
},
{
"category": "external",
"summary": "OCPBUGS-49611",
"url": "https://issues.redhat.com/browse/OCPBUGS-49611"
},
{
"category": "external",
"summary": "OCPBUGS-49613",
"url": "https://issues.redhat.com/browse/OCPBUGS-49613"
},
{
"category": "external",
"summary": "OCPBUGS-49621",
"url": "https://issues.redhat.com/browse/OCPBUGS-49621"
},
{
"category": "external",
"summary": "OCPBUGS-49623",
"url": "https://issues.redhat.com/browse/OCPBUGS-49623"
},
{
"category": "external",
"summary": "OCPBUGS-49657",
"url": "https://issues.redhat.com/browse/OCPBUGS-49657"
},
{
"category": "external",
"summary": "OCPBUGS-49667",
"url": "https://issues.redhat.com/browse/OCPBUGS-49667"
},
{
"category": "external",
"summary": "OCPBUGS-49674",
"url": "https://issues.redhat.com/browse/OCPBUGS-49674"
},
{
"category": "external",
"summary": "OCPBUGS-49675",
"url": "https://issues.redhat.com/browse/OCPBUGS-49675"
},
{
"category": "external",
"summary": "OCPBUGS-49683",
"url": "https://issues.redhat.com/browse/OCPBUGS-49683"
},
{
"category": "external",
"summary": "OCPBUGS-49718",
"url": "https://issues.redhat.com/browse/OCPBUGS-49718"
},
{
"category": "external",
"summary": "OCPBUGS-49723",
"url": "https://issues.redhat.com/browse/OCPBUGS-49723"
},
{
"category": "external",
"summary": "OCPBUGS-49727",
"url": "https://issues.redhat.com/browse/OCPBUGS-49727"
},
{
"category": "external",
"summary": "OCPBUGS-49731",
"url": "https://issues.redhat.com/browse/OCPBUGS-49731"
},
{
"category": "external",
"summary": "OCPBUGS-49733",
"url": "https://issues.redhat.com/browse/OCPBUGS-49733"
},
{
"category": "external",
"summary": "OCPBUGS-49737",
"url": "https://issues.redhat.com/browse/OCPBUGS-49737"
},
{
"category": "external",
"summary": "OCPBUGS-49746",
"url": "https://issues.redhat.com/browse/OCPBUGS-49746"
},
{
"category": "external",
"summary": "OCPBUGS-49748",
"url": "https://issues.redhat.com/browse/OCPBUGS-49748"
},
{
"category": "external",
"summary": "OCPBUGS-49760",
"url": "https://issues.redhat.com/browse/OCPBUGS-49760"
},
{
"category": "external",
"summary": "OCPBUGS-49764",
"url": "https://issues.redhat.com/browse/OCPBUGS-49764"
},
{
"category": "external",
"summary": "OCPBUGS-49766",
"url": "https://issues.redhat.com/browse/OCPBUGS-49766"
},
{
"category": "external",
"summary": "OCPBUGS-49778",
"url": "https://issues.redhat.com/browse/OCPBUGS-49778"
},
{
"category": "external",
"summary": "OCPBUGS-49779",
"url": "https://issues.redhat.com/browse/OCPBUGS-49779"
},
{
"category": "external",
"summary": "OCPBUGS-49784",
"url": "https://issues.redhat.com/browse/OCPBUGS-49784"
},
{
"category": "external",
"summary": "OCPBUGS-49791",
"url": "https://issues.redhat.com/browse/OCPBUGS-49791"
},
{
"category": "external",
"summary": "OCPBUGS-49798",
"url": "https://issues.redhat.com/browse/OCPBUGS-49798"
},
{
"category": "external",
"summary": "OCPBUGS-49803",
"url": "https://issues.redhat.com/browse/OCPBUGS-49803"
},
{
"category": "external",
"summary": "OCPBUGS-49804",
"url": "https://issues.redhat.com/browse/OCPBUGS-49804"
},
{
"category": "external",
"summary": "OCPBUGS-49805",
"url": "https://issues.redhat.com/browse/OCPBUGS-49805"
},
{
"category": "external",
"summary": "OCPBUGS-49814",
"url": "https://issues.redhat.com/browse/OCPBUGS-49814"
},
{
"category": "external",
"summary": "OCPBUGS-49823",
"url": "https://issues.redhat.com/browse/OCPBUGS-49823"
},
{
"category": "external",
"summary": "OCPBUGS-49825",
"url": "https://issues.redhat.com/browse/OCPBUGS-49825"
},
{
"category": "external",
"summary": "OCPBUGS-49826",
"url": "https://issues.redhat.com/browse/OCPBUGS-49826"
},
{
"category": "external",
"summary": "OCPBUGS-49831",
"url": "https://issues.redhat.com/browse/OCPBUGS-49831"
},
{
"category": "external",
"summary": "OCPBUGS-49838",
"url": "https://issues.redhat.com/browse/OCPBUGS-49838"
},
{
"category": "external",
"summary": "OCPBUGS-49839",
"url": "https://issues.redhat.com/browse/OCPBUGS-49839"
},
{
"category": "external",
"summary": "OCPBUGS-49844",
"url": "https://issues.redhat.com/browse/OCPBUGS-49844"
},
{
"category": "external",
"summary": "OCPBUGS-49845",
"url": "https://issues.redhat.com/browse/OCPBUGS-49845"
},
{
"category": "external",
"summary": "OCPBUGS-49860",
"url": "https://issues.redhat.com/browse/OCPBUGS-49860"
},
{
"category": "external",
"summary": "OCPBUGS-49880",
"url": "https://issues.redhat.com/browse/OCPBUGS-49880"
},
{
"category": "external",
"summary": "OCPBUGS-49894",
"url": "https://issues.redhat.com/browse/OCPBUGS-49894"
},
{
"category": "external",
"summary": "OCPBUGS-49913",
"url": "https://issues.redhat.com/browse/OCPBUGS-49913"
},
{
"category": "external",
"summary": "OCPBUGS-49919",
"url": "https://issues.redhat.com/browse/OCPBUGS-49919"
},
{
"category": "external",
"summary": "OCPBUGS-49933",
"url": "https://issues.redhat.com/browse/OCPBUGS-49933"
},
{
"category": "external",
"summary": "OCPBUGS-49939",
"url": "https://issues.redhat.com/browse/OCPBUGS-49939"
},
{
"category": "external",
"summary": "OCPBUGS-49940",
"url": "https://issues.redhat.com/browse/OCPBUGS-49940"
},
{
"category": "external",
"summary": "OCPBUGS-49950",
"url": "https://issues.redhat.com/browse/OCPBUGS-49950"
},
{
"category": "external",
"summary": "OCPBUGS-49953",
"url": "https://issues.redhat.com/browse/OCPBUGS-49953"
},
{
"category": "external",
"summary": "OCPBUGS-49959",
"url": "https://issues.redhat.com/browse/OCPBUGS-49959"
},
{
"category": "external",
"summary": "OCPBUGS-49980",
"url": "https://issues.redhat.com/browse/OCPBUGS-49980"
},
{
"category": "external",
"summary": "OCPBUGS-49988",
"url": "https://issues.redhat.com/browse/OCPBUGS-49988"
},
{
"category": "external",
"summary": "OCPBUGS-49990",
"url": "https://issues.redhat.com/browse/OCPBUGS-49990"
},
{
"category": "external",
"summary": "OCPBUGS-49991",
"url": "https://issues.redhat.com/browse/OCPBUGS-49991"
},
{
"category": "external",
"summary": "OCPBUGS-49994",
"url": "https://issues.redhat.com/browse/OCPBUGS-49994"
},
{
"category": "external",
"summary": "OCPBUGS-49996",
"url": "https://issues.redhat.com/browse/OCPBUGS-49996"
},
{
"category": "external",
"summary": "OCPBUGS-50002",
"url": "https://issues.redhat.com/browse/OCPBUGS-50002"
},
{
"category": "external",
"summary": "OCPBUGS-50004",
"url": "https://issues.redhat.com/browse/OCPBUGS-50004"
},
{
"category": "external",
"summary": "OCPBUGS-50014",
"url": "https://issues.redhat.com/browse/OCPBUGS-50014"
},
{
"category": "external",
"summary": "OCPBUGS-50476",
"url": "https://issues.redhat.com/browse/OCPBUGS-50476"
},
{
"category": "external",
"summary": "OCPBUGS-50478",
"url": "https://issues.redhat.com/browse/OCPBUGS-50478"
},
{
"category": "external",
"summary": "OCPBUGS-50493",
"url": "https://issues.redhat.com/browse/OCPBUGS-50493"
},
{
"category": "external",
"summary": "OCPBUGS-50498",
"url": "https://issues.redhat.com/browse/OCPBUGS-50498"
},
{
"category": "external",
"summary": "OCPBUGS-50503",
"url": "https://issues.redhat.com/browse/OCPBUGS-50503"
},
{
"category": "external",
"summary": "OCPBUGS-50507",
"url": "https://issues.redhat.com/browse/OCPBUGS-50507"
},
{
"category": "external",
"summary": "OCPBUGS-50518",
"url": "https://issues.redhat.com/browse/OCPBUGS-50518"
},
{
"category": "external",
"summary": "OCPBUGS-50520",
"url": "https://issues.redhat.com/browse/OCPBUGS-50520"
},
{
"category": "external",
"summary": "OCPBUGS-50523",
"url": "https://issues.redhat.com/browse/OCPBUGS-50523"
},
{
"category": "external",
"summary": "OCPBUGS-50534",
"url": "https://issues.redhat.com/browse/OCPBUGS-50534"
},
{
"category": "external",
"summary": "OCPBUGS-50536",
"url": "https://issues.redhat.com/browse/OCPBUGS-50536"
},
{
"category": "external",
"summary": "OCPBUGS-50546",
"url": "https://issues.redhat.com/browse/OCPBUGS-50546"
},
{
"category": "external",
"summary": "OCPBUGS-50552",
"url": "https://issues.redhat.com/browse/OCPBUGS-50552"
},
{
"category": "external",
"summary": "OCPBUGS-50559",
"url": "https://issues.redhat.com/browse/OCPBUGS-50559"
},
{
"category": "external",
"summary": "OCPBUGS-50562",
"url": "https://issues.redhat.com/browse/OCPBUGS-50562"
},
{
"category": "external",
"summary": "OCPBUGS-50563",
"url": "https://issues.redhat.com/browse/OCPBUGS-50563"
},
{
"category": "external",
"summary": "OCPBUGS-50574",
"url": "https://issues.redhat.com/browse/OCPBUGS-50574"
},
{
"category": "external",
"summary": "OCPBUGS-50587",
"url": "https://issues.redhat.com/browse/OCPBUGS-50587"
},
{
"category": "external",
"summary": "OCPBUGS-50606",
"url": "https://issues.redhat.com/browse/OCPBUGS-50606"
},
{
"category": "external",
"summary": "OCPBUGS-50613",
"url": "https://issues.redhat.com/browse/OCPBUGS-50613"
},
{
"category": "external",
"summary": "OCPBUGS-50616",
"url": "https://issues.redhat.com/browse/OCPBUGS-50616"
},
{
"category": "external",
"summary": "OCPBUGS-50617",
"url": "https://issues.redhat.com/browse/OCPBUGS-50617"
},
{
"category": "external",
"summary": "OCPBUGS-50624",
"url": "https://issues.redhat.com/browse/OCPBUGS-50624"
},
{
"category": "external",
"summary": "OCPBUGS-50637",
"url": "https://issues.redhat.com/browse/OCPBUGS-50637"
},
{
"category": "external",
"summary": "OCPBUGS-50649",
"url": "https://issues.redhat.com/browse/OCPBUGS-50649"
},
{
"category": "external",
"summary": "OCPBUGS-50650",
"url": "https://issues.redhat.com/browse/OCPBUGS-50650"
},
{
"category": "external",
"summary": "OCPBUGS-50655",
"url": "https://issues.redhat.com/browse/OCPBUGS-50655"
},
{
"category": "external",
"summary": "OCPBUGS-50657",
"url": "https://issues.redhat.com/browse/OCPBUGS-50657"
},
{
"category": "external",
"summary": "OCPBUGS-50665",
"url": "https://issues.redhat.com/browse/OCPBUGS-50665"
},
{
"category": "external",
"summary": "OCPBUGS-50670",
"url": "https://issues.redhat.com/browse/OCPBUGS-50670"
},
{
"category": "external",
"summary": "OCPBUGS-50682",
"url": "https://issues.redhat.com/browse/OCPBUGS-50682"
},
{
"category": "external",
"summary": "OCPBUGS-50683",
"url": "https://issues.redhat.com/browse/OCPBUGS-50683"
},
{
"category": "external",
"summary": "OCPBUGS-50685",
"url": "https://issues.redhat.com/browse/OCPBUGS-50685"
},
{
"category": "external",
"summary": "OCPBUGS-50693",
"url": "https://issues.redhat.com/browse/OCPBUGS-50693"
},
{
"category": "external",
"summary": "OCPBUGS-50703",
"url": "https://issues.redhat.com/browse/OCPBUGS-50703"
},
{
"category": "external",
"summary": "OCPBUGS-50839",
"url": "https://issues.redhat.com/browse/OCPBUGS-50839"
},
{
"category": "external",
"summary": "OCPBUGS-50847",
"url": "https://issues.redhat.com/browse/OCPBUGS-50847"
},
{
"category": "external",
"summary": "OCPBUGS-50849",
"url": "https://issues.redhat.com/browse/OCPBUGS-50849"
},
{
"category": "external",
"summary": "OCPBUGS-50851",
"url": "https://issues.redhat.com/browse/OCPBUGS-50851"
},
{
"category": "external",
"summary": "OCPBUGS-50860",
"url": "https://issues.redhat.com/browse/OCPBUGS-50860"
},
{
"category": "external",
"summary": "OCPBUGS-50899",
"url": "https://issues.redhat.com/browse/OCPBUGS-50899"
},
{
"category": "external",
"summary": "OCPBUGS-50905",
"url": "https://issues.redhat.com/browse/OCPBUGS-50905"
},
{
"category": "external",
"summary": "OCPBUGS-50907",
"url": "https://issues.redhat.com/browse/OCPBUGS-50907"
},
{
"category": "external",
"summary": "OCPBUGS-50910",
"url": "https://issues.redhat.com/browse/OCPBUGS-50910"
},
{
"category": "external",
"summary": "OCPBUGS-50915",
"url": "https://issues.redhat.com/browse/OCPBUGS-50915"
},
{
"category": "external",
"summary": "OCPBUGS-50919",
"url": "https://issues.redhat.com/browse/OCPBUGS-50919"
},
{
"category": "external",
"summary": "OCPBUGS-50920",
"url": "https://issues.redhat.com/browse/OCPBUGS-50920"
},
{
"category": "external",
"summary": "OCPBUGS-50961",
"url": "https://issues.redhat.com/browse/OCPBUGS-50961"
},
{
"category": "external",
"summary": "OCPBUGS-50963",
"url": "https://issues.redhat.com/browse/OCPBUGS-50963"
},
{
"category": "external",
"summary": "OCPBUGS-50969",
"url": "https://issues.redhat.com/browse/OCPBUGS-50969"
},
{
"category": "external",
"summary": "OCPBUGS-50987",
"url": "https://issues.redhat.com/browse/OCPBUGS-50987"
},
{
"category": "external",
"summary": "OCPBUGS-51007",
"url": "https://issues.redhat.com/browse/OCPBUGS-51007"
},
{
"category": "external",
"summary": "OCPBUGS-51009",
"url": "https://issues.redhat.com/browse/OCPBUGS-51009"
},
{
"category": "external",
"summary": "OCPBUGS-51036",
"url": "https://issues.redhat.com/browse/OCPBUGS-51036"
},
{
"category": "external",
"summary": "OCPBUGS-51037",
"url": "https://issues.redhat.com/browse/OCPBUGS-51037"
},
{
"category": "external",
"summary": "OCPBUGS-51039",
"url": "https://issues.redhat.com/browse/OCPBUGS-51039"
},
{
"category": "external",
"summary": "OCPBUGS-51042",
"url": "https://issues.redhat.com/browse/OCPBUGS-51042"
},
{
"category": "external",
"summary": "OCPBUGS-51075",
"url": "https://issues.redhat.com/browse/OCPBUGS-51075"
},
{
"category": "external",
"summary": "OCPBUGS-51084",
"url": "https://issues.redhat.com/browse/OCPBUGS-51084"
},
{
"category": "external",
"summary": "OCPBUGS-51090",
"url": "https://issues.redhat.com/browse/OCPBUGS-51090"
},
{
"category": "external",
"summary": "OCPBUGS-51109",
"url": "https://issues.redhat.com/browse/OCPBUGS-51109"
},
{
"category": "external",
"summary": "OCPBUGS-51130",
"url": "https://issues.redhat.com/browse/OCPBUGS-51130"
},
{
"category": "external",
"summary": "OCPBUGS-51150",
"url": "https://issues.redhat.com/browse/OCPBUGS-51150"
},
{
"category": "external",
"summary": "OCPBUGS-51156",
"url": "https://issues.redhat.com/browse/OCPBUGS-51156"
},
{
"category": "external",
"summary": "OCPBUGS-51159",
"url": "https://issues.redhat.com/browse/OCPBUGS-51159"
},
{
"category": "external",
"summary": "OCPBUGS-51165",
"url": "https://issues.redhat.com/browse/OCPBUGS-51165"
},
{
"category": "external",
"summary": "OCPBUGS-51169",
"url": "https://issues.redhat.com/browse/OCPBUGS-51169"
},
{
"category": "external",
"summary": "OCPBUGS-51171",
"url": "https://issues.redhat.com/browse/OCPBUGS-51171"
},
{
"category": "external",
"summary": "OCPBUGS-51193",
"url": "https://issues.redhat.com/browse/OCPBUGS-51193"
},
{
"category": "external",
"summary": "OCPBUGS-51202",
"url": "https://issues.redhat.com/browse/OCPBUGS-51202"
},
{
"category": "external",
"summary": "OCPBUGS-51203",
"url": "https://issues.redhat.com/browse/OCPBUGS-51203"
},
{
"category": "external",
"summary": "OCPBUGS-51204",
"url": "https://issues.redhat.com/browse/OCPBUGS-51204"
},
{
"category": "external",
"summary": "OCPBUGS-51256",
"url": "https://issues.redhat.com/browse/OCPBUGS-51256"
},
{
"category": "external",
"summary": "OCPBUGS-51272",
"url": "https://issues.redhat.com/browse/OCPBUGS-51272"
},
{
"category": "external",
"summary": "OCPBUGS-51273",
"url": "https://issues.redhat.com/browse/OCPBUGS-51273"
},
{
"category": "external",
"summary": "OCPBUGS-51275",
"url": "https://issues.redhat.com/browse/OCPBUGS-51275"
},
{
"category": "external",
"summary": "OCPBUGS-51294",
"url": "https://issues.redhat.com/browse/OCPBUGS-51294"
},
{
"category": "external",
"summary": "OCPBUGS-51310",
"url": "https://issues.redhat.com/browse/OCPBUGS-51310"
},
{
"category": "external",
"summary": "OCPBUGS-51313",
"url": "https://issues.redhat.com/browse/OCPBUGS-51313"
},
{
"category": "external",
"summary": "OCPBUGS-51317",
"url": "https://issues.redhat.com/browse/OCPBUGS-51317"
},
{
"category": "external",
"summary": "OCPBUGS-51337",
"url": "https://issues.redhat.com/browse/OCPBUGS-51337"
},
{
"category": "external",
"summary": "OCPBUGS-51342",
"url": "https://issues.redhat.com/browse/OCPBUGS-51342"
},
{
"category": "external",
"summary": "OCPBUGS-51350",
"url": "https://issues.redhat.com/browse/OCPBUGS-51350"
},
{
"category": "external",
"summary": "OCPBUGS-51355",
"url": "https://issues.redhat.com/browse/OCPBUGS-51355"
},
{
"category": "external",
"summary": "OCPBUGS-51357",
"url": "https://issues.redhat.com/browse/OCPBUGS-51357"
},
{
"category": "external",
"summary": "OCPBUGS-51372",
"url": "https://issues.redhat.com/browse/OCPBUGS-51372"
},
{
"category": "external",
"summary": "OCPBUGS-51373",
"url": "https://issues.redhat.com/browse/OCPBUGS-51373"
},
{
"category": "external",
"summary": "OCPBUGS-51376",
"url": "https://issues.redhat.com/browse/OCPBUGS-51376"
},
{
"category": "external",
"summary": "OCPBUGS-51378",
"url": "https://issues.redhat.com/browse/OCPBUGS-51378"
},
{
"category": "external",
"summary": "OCPBUGS-51379",
"url": "https://issues.redhat.com/browse/OCPBUGS-51379"
},
{
"category": "external",
"summary": "OCPBUGS-51864",
"url": "https://issues.redhat.com/browse/OCPBUGS-51864"
},
{
"category": "external",
"summary": "OCPBUGS-52161",
"url": "https://issues.redhat.com/browse/OCPBUGS-52161"
},
{
"category": "external",
"summary": "OCPBUGS-52164",
"url": "https://issues.redhat.com/browse/OCPBUGS-52164"
},
{
"category": "external",
"summary": "OCPBUGS-52166",
"url": "https://issues.redhat.com/browse/OCPBUGS-52166"
},
{
"category": "external",
"summary": "OCPBUGS-52180",
"url": "https://issues.redhat.com/browse/OCPBUGS-52180"
},
{
"category": "external",
"summary": "OCPBUGS-52190",
"url": "https://issues.redhat.com/browse/OCPBUGS-52190"
},
{
"category": "external",
"summary": "OCPBUGS-52192",
"url": "https://issues.redhat.com/browse/OCPBUGS-52192"
},
{
"category": "external",
"summary": "OCPBUGS-52203",
"url": "https://issues.redhat.com/browse/OCPBUGS-52203"
},
{
"category": "external",
"summary": "OCPBUGS-52214",
"url": "https://issues.redhat.com/browse/OCPBUGS-52214"
},
{
"category": "external",
"summary": "OCPBUGS-52223",
"url": "https://issues.redhat.com/browse/OCPBUGS-52223"
},
{
"category": "external",
"summary": "OCPBUGS-52228",
"url": "https://issues.redhat.com/browse/OCPBUGS-52228"
},
{
"category": "external",
"summary": "OCPBUGS-52258",
"url": "https://issues.redhat.com/browse/OCPBUGS-52258"
},
{
"category": "external",
"summary": "OCPBUGS-52278",
"url": "https://issues.redhat.com/browse/OCPBUGS-52278"
},
{
"category": "external",
"summary": "OCPBUGS-52280",
"url": "https://issues.redhat.com/browse/OCPBUGS-52280"
},
{
"category": "external",
"summary": "OCPBUGS-52285",
"url": "https://issues.redhat.com/browse/OCPBUGS-52285"
},
{
"category": "external",
"summary": "OCPBUGS-52293",
"url": "https://issues.redhat.com/browse/OCPBUGS-52293"
},
{
"category": "external",
"summary": "OCPBUGS-52298",
"url": "https://issues.redhat.com/browse/OCPBUGS-52298"
},
{
"category": "external",
"summary": "OCPBUGS-52316",
"url": "https://issues.redhat.com/browse/OCPBUGS-52316"
},
{
"category": "external",
"summary": "OCPBUGS-52323",
"url": "https://issues.redhat.com/browse/OCPBUGS-52323"
},
{
"category": "external",
"summary": "OCPBUGS-52325",
"url": "https://issues.redhat.com/browse/OCPBUGS-52325"
},
{
"category": "external",
"summary": "OCPBUGS-52331",
"url": "https://issues.redhat.com/browse/OCPBUGS-52331"
},
{
"category": "external",
"summary": "OCPBUGS-52340",
"url": "https://issues.redhat.com/browse/OCPBUGS-52340"
},
{
"category": "external",
"summary": "OCPBUGS-52349",
"url": "https://issues.redhat.com/browse/OCPBUGS-52349"
},
{
"category": "external",
"summary": "OCPBUGS-52352",
"url": "https://issues.redhat.com/browse/OCPBUGS-52352"
},
{
"category": "external",
"summary": "OCPBUGS-52356",
"url": "https://issues.redhat.com/browse/OCPBUGS-52356"
},
{
"category": "external",
"summary": "OCPBUGS-52358",
"url": "https://issues.redhat.com/browse/OCPBUGS-52358"
},
{
"category": "external",
"summary": "OCPBUGS-52363",
"url": "https://issues.redhat.com/browse/OCPBUGS-52363"
},
{
"category": "external",
"summary": "OCPBUGS-52367",
"url": "https://issues.redhat.com/browse/OCPBUGS-52367"
},
{
"category": "external",
"summary": "OCPBUGS-52410",
"url": "https://issues.redhat.com/browse/OCPBUGS-52410"
},
{
"category": "external",
"summary": "OCPBUGS-52415",
"url": "https://issues.redhat.com/browse/OCPBUGS-52415"
},
{
"category": "external",
"summary": "OCPBUGS-52424",
"url": "https://issues.redhat.com/browse/OCPBUGS-52424"
},
{
"category": "external",
"summary": "OCPBUGS-52454",
"url": "https://issues.redhat.com/browse/OCPBUGS-52454"
},
{
"category": "external",
"summary": "OCPBUGS-52464",
"url": "https://issues.redhat.com/browse/OCPBUGS-52464"
},
{
"category": "external",
"summary": "OCPBUGS-52471",
"url": "https://issues.redhat.com/browse/OCPBUGS-52471"
},
{
"category": "external",
"summary": "OCPBUGS-52473",
"url": "https://issues.redhat.com/browse/OCPBUGS-52473"
},
{
"category": "external",
"summary": "OCPBUGS-52474",
"url": "https://issues.redhat.com/browse/OCPBUGS-52474"
},
{
"category": "external",
"summary": "OCPBUGS-52477",
"url": "https://issues.redhat.com/browse/OCPBUGS-52477"
},
{
"category": "external",
"summary": "OCPBUGS-52486",
"url": "https://issues.redhat.com/browse/OCPBUGS-52486"
},
{
"category": "external",
"summary": "OCPBUGS-52489",
"url": "https://issues.redhat.com/browse/OCPBUGS-52489"
},
{
"category": "external",
"summary": "OCPBUGS-52504",
"url": "https://issues.redhat.com/browse/OCPBUGS-52504"
},
{
"category": "external",
"summary": "OCPBUGS-52569",
"url": "https://issues.redhat.com/browse/OCPBUGS-52569"
},
{
"category": "external",
"summary": "OCPBUGS-52588",
"url": "https://issues.redhat.com/browse/OCPBUGS-52588"
},
{
"category": "external",
"summary": "OCPBUGS-52589",
"url": "https://issues.redhat.com/browse/OCPBUGS-52589"
},
{
"category": "external",
"summary": "OCPBUGS-52654",
"url": "https://issues.redhat.com/browse/OCPBUGS-52654"
},
{
"category": "external",
"summary": "OCPBUGS-52655",
"url": "https://issues.redhat.com/browse/OCPBUGS-52655"
},
{
"category": "external",
"summary": "OCPBUGS-52658",
"url": "https://issues.redhat.com/browse/OCPBUGS-52658"
},
{
"category": "external",
"summary": "OCPBUGS-52661",
"url": "https://issues.redhat.com/browse/OCPBUGS-52661"
},
{
"category": "external",
"summary": "OCPBUGS-52827",
"url": "https://issues.redhat.com/browse/OCPBUGS-52827"
},
{
"category": "external",
"summary": "OCPBUGS-52848",
"url": "https://issues.redhat.com/browse/OCPBUGS-52848"
},
{
"category": "external",
"summary": "OCPBUGS-52864",
"url": "https://issues.redhat.com/browse/OCPBUGS-52864"
},
{
"category": "external",
"summary": "OCPBUGS-52938",
"url": "https://issues.redhat.com/browse/OCPBUGS-52938"
},
{
"category": "external",
"summary": "OCPBUGS-52948",
"url": "https://issues.redhat.com/browse/OCPBUGS-52948"
},
{
"category": "external",
"summary": "OCPBUGS-52959",
"url": "https://issues.redhat.com/browse/OCPBUGS-52959"
},
{
"category": "external",
"summary": "OCPBUGS-52960",
"url": "https://issues.redhat.com/browse/OCPBUGS-52960"
},
{
"category": "external",
"summary": "OCPBUGS-52964",
"url": "https://issues.redhat.com/browse/OCPBUGS-52964"
},
{
"category": "external",
"summary": "OCPBUGS-52972",
"url": "https://issues.redhat.com/browse/OCPBUGS-52972"
},
{
"category": "external",
"summary": "OCPBUGS-52978",
"url": "https://issues.redhat.com/browse/OCPBUGS-52978"
},
{
"category": "external",
"summary": "OCPBUGS-52983",
"url": "https://issues.redhat.com/browse/OCPBUGS-52983"
},
{
"category": "external",
"summary": "OCPBUGS-52984",
"url": "https://issues.redhat.com/browse/OCPBUGS-52984"
},
{
"category": "external",
"summary": "OCPBUGS-52985",
"url": "https://issues.redhat.com/browse/OCPBUGS-52985"
},
{
"category": "external",
"summary": "OCPBUGS-52994",
"url": "https://issues.redhat.com/browse/OCPBUGS-52994"
},
{
"category": "external",
"summary": "OCPBUGS-53014",
"url": "https://issues.redhat.com/browse/OCPBUGS-53014"
},
{
"category": "external",
"summary": "OCPBUGS-53019",
"url": "https://issues.redhat.com/browse/OCPBUGS-53019"
},
{
"category": "external",
"summary": "OCPBUGS-53025",
"url": "https://issues.redhat.com/browse/OCPBUGS-53025"
},
{
"category": "external",
"summary": "OCPBUGS-53030",
"url": "https://issues.redhat.com/browse/OCPBUGS-53030"
},
{
"category": "external",
"summary": "OCPBUGS-53047",
"url": "https://issues.redhat.com/browse/OCPBUGS-53047"
},
{
"category": "external",
"summary": "OCPBUGS-53050",
"url": "https://issues.redhat.com/browse/OCPBUGS-53050"
},
{
"category": "external",
"summary": "OCPBUGS-53052",
"url": "https://issues.redhat.com/browse/OCPBUGS-53052"
},
{
"category": "external",
"summary": "OCPBUGS-53057",
"url": "https://issues.redhat.com/browse/OCPBUGS-53057"
},
{
"category": "external",
"summary": "OCPBUGS-53059",
"url": "https://issues.redhat.com/browse/OCPBUGS-53059"
},
{
"category": "external",
"summary": "OCPBUGS-53065",
"url": "https://issues.redhat.com/browse/OCPBUGS-53065"
},
{
"category": "external",
"summary": "OCPBUGS-53067",
"url": "https://issues.redhat.com/browse/OCPBUGS-53067"
},
{
"category": "external",
"summary": "OCPBUGS-53085",
"url": "https://issues.redhat.com/browse/OCPBUGS-53085"
},
{
"category": "external",
"summary": "OCPBUGS-53087",
"url": "https://issues.redhat.com/browse/OCPBUGS-53087"
},
{
"category": "external",
"summary": "OCPBUGS-53103",
"url": "https://issues.redhat.com/browse/OCPBUGS-53103"
},
{
"category": "external",
"summary": "OCPBUGS-53106",
"url": "https://issues.redhat.com/browse/OCPBUGS-53106"
},
{
"category": "external",
"summary": "OCPBUGS-53118",
"url": "https://issues.redhat.com/browse/OCPBUGS-53118"
},
{
"category": "external",
"summary": "OCPBUGS-53119",
"url": "https://issues.redhat.com/browse/OCPBUGS-53119"
},
{
"category": "external",
"summary": "OCPBUGS-53140",
"url": "https://issues.redhat.com/browse/OCPBUGS-53140"
},
{
"category": "external",
"summary": "OCPBUGS-53164",
"url": "https://issues.redhat.com/browse/OCPBUGS-53164"
},
{
"category": "external",
"summary": "OCPBUGS-53167",
"url": "https://issues.redhat.com/browse/OCPBUGS-53167"
},
{
"category": "external",
"summary": "OCPBUGS-53173",
"url": "https://issues.redhat.com/browse/OCPBUGS-53173"
},
{
"category": "external",
"summary": "OCPBUGS-53180",
"url": "https://issues.redhat.com/browse/OCPBUGS-53180"
},
{
"category": "external",
"summary": "OCPBUGS-53183",
"url": "https://issues.redhat.com/browse/OCPBUGS-53183"
},
{
"category": "external",
"summary": "OCPBUGS-53201",
"url": "https://issues.redhat.com/browse/OCPBUGS-53201"
},
{
"category": "external",
"summary": "OCPBUGS-53206",
"url": "https://issues.redhat.com/browse/OCPBUGS-53206"
},
{
"category": "external",
"summary": "OCPBUGS-53227",
"url": "https://issues.redhat.com/browse/OCPBUGS-53227"
},
{
"category": "external",
"summary": "OCPBUGS-53245",
"url": "https://issues.redhat.com/browse/OCPBUGS-53245"
},
{
"category": "external",
"summary": "OCPBUGS-53247",
"url": "https://issues.redhat.com/browse/OCPBUGS-53247"
},
{
"category": "external",
"summary": "OCPBUGS-53258",
"url": "https://issues.redhat.com/browse/OCPBUGS-53258"
},
{
"category": "external",
"summary": "OCPBUGS-53261",
"url": "https://issues.redhat.com/browse/OCPBUGS-53261"
},
{
"category": "external",
"summary": "OCPBUGS-53263",
"url": "https://issues.redhat.com/browse/OCPBUGS-53263"
},
{
"category": "external",
"summary": "OCPBUGS-53280",
"url": "https://issues.redhat.com/browse/OCPBUGS-53280"
},
{
"category": "external",
"summary": "OCPBUGS-53303",
"url": "https://issues.redhat.com/browse/OCPBUGS-53303"
},
{
"category": "external",
"summary": "OCPBUGS-53309",
"url": "https://issues.redhat.com/browse/OCPBUGS-53309"
},
{
"category": "external",
"summary": "OCPBUGS-53385",
"url": "https://issues.redhat.com/browse/OCPBUGS-53385"
},
{
"category": "external",
"summary": "OCPBUGS-53389",
"url": "https://issues.redhat.com/browse/OCPBUGS-53389"
},
{
"category": "external",
"summary": "OCPBUGS-53397",
"url": "https://issues.redhat.com/browse/OCPBUGS-53397"
},
{
"category": "external",
"summary": "OCPBUGS-53403",
"url": "https://issues.redhat.com/browse/OCPBUGS-53403"
},
{
"category": "external",
"summary": "OCPBUGS-53408",
"url": "https://issues.redhat.com/browse/OCPBUGS-53408"
},
{
"category": "external",
"summary": "OCPBUGS-53412",
"url": "https://issues.redhat.com/browse/OCPBUGS-53412"
},
{
"category": "external",
"summary": "OCPBUGS-53425",
"url": "https://issues.redhat.com/browse/OCPBUGS-53425"
},
{
"category": "external",
"summary": "OCPBUGS-53439",
"url": "https://issues.redhat.com/browse/OCPBUGS-53439"
},
{
"category": "external",
"summary": "OCPBUGS-53443",
"url": "https://issues.redhat.com/browse/OCPBUGS-53443"
},
{
"category": "external",
"summary": "OCPBUGS-53446",
"url": "https://issues.redhat.com/browse/OCPBUGS-53446"
},
{
"category": "external",
"summary": "OCPBUGS-53451",
"url": "https://issues.redhat.com/browse/OCPBUGS-53451"
},
{
"category": "external",
"summary": "OCPBUGS-53452",
"url": "https://issues.redhat.com/browse/OCPBUGS-53452"
},
{
"category": "external",
"summary": "OCPBUGS-53462",
"url": "https://issues.redhat.com/browse/OCPBUGS-53462"
},
{
"category": "external",
"summary": "OCPBUGS-53465",
"url": "https://issues.redhat.com/browse/OCPBUGS-53465"
},
{
"category": "external",
"summary": "OCPBUGS-53466",
"url": "https://issues.redhat.com/browse/OCPBUGS-53466"
},
{
"category": "external",
"summary": "OCPBUGS-54149",
"url": "https://issues.redhat.com/browse/OCPBUGS-54149"
},
{
"category": "external",
"summary": "OCPBUGS-54153",
"url": "https://issues.redhat.com/browse/OCPBUGS-54153"
},
{
"category": "external",
"summary": "OCPBUGS-54161",
"url": "https://issues.redhat.com/browse/OCPBUGS-54161"
},
{
"category": "external",
"summary": "OCPBUGS-54168",
"url": "https://issues.redhat.com/browse/OCPBUGS-54168"
},
{
"category": "external",
"summary": "OCPBUGS-54175",
"url": "https://issues.redhat.com/browse/OCPBUGS-54175"
},
{
"category": "external",
"summary": "OCPBUGS-54178",
"url": "https://issues.redhat.com/browse/OCPBUGS-54178"
},
{
"category": "external",
"summary": "OCPBUGS-54180",
"url": "https://issues.redhat.com/browse/OCPBUGS-54180"
},
{
"category": "external",
"summary": "OCPBUGS-54199",
"url": "https://issues.redhat.com/browse/OCPBUGS-54199"
},
{
"category": "external",
"summary": "OCPBUGS-54216",
"url": "https://issues.redhat.com/browse/OCPBUGS-54216"
},
{
"category": "external",
"summary": "OCPBUGS-54217",
"url": "https://issues.redhat.com/browse/OCPBUGS-54217"
},
{
"category": "external",
"summary": "OCPBUGS-54223",
"url": "https://issues.redhat.com/browse/OCPBUGS-54223"
},
{
"category": "external",
"summary": "OCPBUGS-54225",
"url": "https://issues.redhat.com/browse/OCPBUGS-54225"
},
{
"category": "external",
"summary": "OCPBUGS-54230",
"url": "https://issues.redhat.com/browse/OCPBUGS-54230"
},
{
"category": "external",
"summary": "OCPBUGS-54231",
"url": "https://issues.redhat.com/browse/OCPBUGS-54231"
},
{
"category": "external",
"summary": "OCPBUGS-54232",
"url": "https://issues.redhat.com/browse/OCPBUGS-54232"
},
{
"category": "external",
"summary": "OCPBUGS-54238",
"url": "https://issues.redhat.com/browse/OCPBUGS-54238"
},
{
"category": "external",
"summary": "OCPBUGS-54245",
"url": "https://issues.redhat.com/browse/OCPBUGS-54245"
},
{
"category": "external",
"summary": "OCPBUGS-54265",
"url": "https://issues.redhat.com/browse/OCPBUGS-54265"
},
{
"category": "external",
"summary": "OCPBUGS-54272",
"url": "https://issues.redhat.com/browse/OCPBUGS-54272"
},
{
"category": "external",
"summary": "OCPBUGS-54292",
"url": "https://issues.redhat.com/browse/OCPBUGS-54292"
},
{
"category": "external",
"summary": "OCPBUGS-54295",
"url": "https://issues.redhat.com/browse/OCPBUGS-54295"
},
{
"category": "external",
"summary": "OCPBUGS-54309",
"url": "https://issues.redhat.com/browse/OCPBUGS-54309"
},
{
"category": "external",
"summary": "OCPBUGS-54328",
"url": "https://issues.redhat.com/browse/OCPBUGS-54328"
},
{
"category": "external",
"summary": "OCPBUGS-54336",
"url": "https://issues.redhat.com/browse/OCPBUGS-54336"
},
{
"category": "external",
"summary": "OCPBUGS-54373",
"url": "https://issues.redhat.com/browse/OCPBUGS-54373"
},
{
"category": "external",
"summary": "OCPBUGS-54382",
"url": "https://issues.redhat.com/browse/OCPBUGS-54382"
},
{
"category": "external",
"summary": "OCPBUGS-54384",
"url": "https://issues.redhat.com/browse/OCPBUGS-54384"
},
{
"category": "external",
"summary": "OCPBUGS-54407",
"url": "https://issues.redhat.com/browse/OCPBUGS-54407"
},
{
"category": "external",
"summary": "OCPBUGS-54422",
"url": "https://issues.redhat.com/browse/OCPBUGS-54422"
},
{
"category": "external",
"summary": "OCPBUGS-54427",
"url": "https://issues.redhat.com/browse/OCPBUGS-54427"
},
{
"category": "external",
"summary": "OCPBUGS-54430",
"url": "https://issues.redhat.com/browse/OCPBUGS-54430"
},
{
"category": "external",
"summary": "OCPBUGS-54431",
"url": "https://issues.redhat.com/browse/OCPBUGS-54431"
},
{
"category": "external",
"summary": "OCPBUGS-54436",
"url": "https://issues.redhat.com/browse/OCPBUGS-54436"
},
{
"category": "external",
"summary": "OCPBUGS-54439",
"url": "https://issues.redhat.com/browse/OCPBUGS-54439"
},
{
"category": "external",
"summary": "OCPBUGS-54447",
"url": "https://issues.redhat.com/browse/OCPBUGS-54447"
},
{
"category": "external",
"summary": "OCPBUGS-54461",
"url": "https://issues.redhat.com/browse/OCPBUGS-54461"
},
{
"category": "external",
"summary": "OCPBUGS-54472",
"url": "https://issues.redhat.com/browse/OCPBUGS-54472"
},
{
"category": "external",
"summary": "OCPBUGS-54477",
"url": "https://issues.redhat.com/browse/OCPBUGS-54477"
},
{
"category": "external",
"summary": "OCPBUGS-54482",
"url": "https://issues.redhat.com/browse/OCPBUGS-54482"
},
{
"category": "external",
"summary": "OCPBUGS-54485",
"url": "https://issues.redhat.com/browse/OCPBUGS-54485"
},
{
"category": "external",
"summary": "OCPBUGS-54492",
"url": "https://issues.redhat.com/browse/OCPBUGS-54492"
},
{
"category": "external",
"summary": "OCPBUGS-54516",
"url": "https://issues.redhat.com/browse/OCPBUGS-54516"
},
{
"category": "external",
"summary": "OCPBUGS-54533",
"url": "https://issues.redhat.com/browse/OCPBUGS-54533"
},
{
"category": "external",
"summary": "OCPBUGS-54536",
"url": "https://issues.redhat.com/browse/OCPBUGS-54536"
},
{
"category": "external",
"summary": "OCPBUGS-54540",
"url": "https://issues.redhat.com/browse/OCPBUGS-54540"
},
{
"category": "external",
"summary": "OCPBUGS-54541",
"url": "https://issues.redhat.com/browse/OCPBUGS-54541"
},
{
"category": "external",
"summary": "OCPBUGS-54567",
"url": "https://issues.redhat.com/browse/OCPBUGS-54567"
},
{
"category": "external",
"summary": "OCPBUGS-54568",
"url": "https://issues.redhat.com/browse/OCPBUGS-54568"
},
{
"category": "external",
"summary": "OCPBUGS-54570",
"url": "https://issues.redhat.com/browse/OCPBUGS-54570"
},
{
"category": "external",
"summary": "OCPBUGS-54577",
"url": "https://issues.redhat.com/browse/OCPBUGS-54577"
},
{
"category": "external",
"summary": "OCPBUGS-54589",
"url": "https://issues.redhat.com/browse/OCPBUGS-54589"
},
{
"category": "external",
"summary": "OCPBUGS-54590",
"url": "https://issues.redhat.com/browse/OCPBUGS-54590"
},
{
"category": "external",
"summary": "OCPBUGS-54591",
"url": "https://issues.redhat.com/browse/OCPBUGS-54591"
},
{
"category": "external",
"summary": "OCPBUGS-54592",
"url": "https://issues.redhat.com/browse/OCPBUGS-54592"
},
{
"category": "external",
"summary": "OCPBUGS-54601",
"url": "https://issues.redhat.com/browse/OCPBUGS-54601"
},
{
"category": "external",
"summary": "OCPBUGS-54602",
"url": "https://issues.redhat.com/browse/OCPBUGS-54602"
},
{
"category": "external",
"summary": "OCPBUGS-54606",
"url": "https://issues.redhat.com/browse/OCPBUGS-54606"
},
{
"category": "external",
"summary": "OCPBUGS-54608",
"url": "https://issues.redhat.com/browse/OCPBUGS-54608"
},
{
"category": "external",
"summary": "OCPBUGS-54611",
"url": "https://issues.redhat.com/browse/OCPBUGS-54611"
},
{
"category": "external",
"summary": "OCPBUGS-54617",
"url": "https://issues.redhat.com/browse/OCPBUGS-54617"
},
{
"category": "external",
"summary": "OCPBUGS-54638",
"url": "https://issues.redhat.com/browse/OCPBUGS-54638"
},
{
"category": "external",
"summary": "OCPBUGS-54650",
"url": "https://issues.redhat.com/browse/OCPBUGS-54650"
},
{
"category": "external",
"summary": "OCPBUGS-54651",
"url": "https://issues.redhat.com/browse/OCPBUGS-54651"
},
{
"category": "external",
"summary": "OCPBUGS-54653",
"url": "https://issues.redhat.com/browse/OCPBUGS-54653"
},
{
"category": "external",
"summary": "OCPBUGS-54656",
"url": "https://issues.redhat.com/browse/OCPBUGS-54656"
},
{
"category": "external",
"summary": "OCPBUGS-54657",
"url": "https://issues.redhat.com/browse/OCPBUGS-54657"
},
{
"category": "external",
"summary": "OCPBUGS-54661",
"url": "https://issues.redhat.com/browse/OCPBUGS-54661"
},
{
"category": "external",
"summary": "OCPBUGS-54662",
"url": "https://issues.redhat.com/browse/OCPBUGS-54662"
},
{
"category": "external",
"summary": "OCPBUGS-54666",
"url": "https://issues.redhat.com/browse/OCPBUGS-54666"
},
{
"category": "external",
"summary": "OCPBUGS-54669",
"url": "https://issues.redhat.com/browse/OCPBUGS-54669"
},
{
"category": "external",
"summary": "OCPBUGS-54670",
"url": "https://issues.redhat.com/browse/OCPBUGS-54670"
},
{
"category": "external",
"summary": "OCPBUGS-54676",
"url": "https://issues.redhat.com/browse/OCPBUGS-54676"
},
{
"category": "external",
"summary": "OCPBUGS-54684",
"url": "https://issues.redhat.com/browse/OCPBUGS-54684"
},
{
"category": "external",
"summary": "OCPBUGS-54688",
"url": "https://issues.redhat.com/browse/OCPBUGS-54688"
},
{
"category": "external",
"summary": "OCPBUGS-54700",
"url": "https://issues.redhat.com/browse/OCPBUGS-54700"
},
{
"category": "external",
"summary": "OCPBUGS-54733",
"url": "https://issues.redhat.com/browse/OCPBUGS-54733"
},
{
"category": "external",
"summary": "OCPBUGS-54781",
"url": "https://issues.redhat.com/browse/OCPBUGS-54781"
},
{
"category": "external",
"summary": "OCPBUGS-54810",
"url": "https://issues.redhat.com/browse/OCPBUGS-54810"
},
{
"category": "external",
"summary": "OCPBUGS-54819",
"url": "https://issues.redhat.com/browse/OCPBUGS-54819"
},
{
"category": "external",
"summary": "OCPBUGS-54833",
"url": "https://issues.redhat.com/browse/OCPBUGS-54833"
},
{
"category": "external",
"summary": "OCPBUGS-54837",
"url": "https://issues.redhat.com/browse/OCPBUGS-54837"
},
{
"category": "external",
"summary": "OCPBUGS-54863",
"url": "https://issues.redhat.com/browse/OCPBUGS-54863"
},
{
"category": "external",
"summary": "OCPBUGS-54867",
"url": "https://issues.redhat.com/browse/OCPBUGS-54867"
},
{
"category": "external",
"summary": "OCPBUGS-54872",
"url": "https://issues.redhat.com/browse/OCPBUGS-54872"
},
{
"category": "external",
"summary": "OCPBUGS-54877",
"url": "https://issues.redhat.com/browse/OCPBUGS-54877"
},
{
"category": "external",
"summary": "OCPBUGS-54878",
"url": "https://issues.redhat.com/browse/OCPBUGS-54878"
},
{
"category": "external",
"summary": "OCPBUGS-54886",
"url": "https://issues.redhat.com/browse/OCPBUGS-54886"
},
{
"category": "external",
"summary": "OCPBUGS-54891",
"url": "https://issues.redhat.com/browse/OCPBUGS-54891"
},
{
"category": "external",
"summary": "OCPBUGS-54902",
"url": "https://issues.redhat.com/browse/OCPBUGS-54902"
},
{
"category": "external",
"summary": "OCPBUGS-54906",
"url": "https://issues.redhat.com/browse/OCPBUGS-54906"
},
{
"category": "external",
"summary": "OCPBUGS-54915",
"url": "https://issues.redhat.com/browse/OCPBUGS-54915"
},
{
"category": "external",
"summary": "OCPBUGS-54916",
"url": "https://issues.redhat.com/browse/OCPBUGS-54916"
},
{
"category": "external",
"summary": "OCPBUGS-54951",
"url": "https://issues.redhat.com/browse/OCPBUGS-54951"
},
{
"category": "external",
"summary": "OCPBUGS-54963",
"url": "https://issues.redhat.com/browse/OCPBUGS-54963"
},
{
"category": "external",
"summary": "OCPBUGS-54967",
"url": "https://issues.redhat.com/browse/OCPBUGS-54967"
},
{
"category": "external",
"summary": "OCPBUGS-54970",
"url": "https://issues.redhat.com/browse/OCPBUGS-54970"
},
{
"category": "external",
"summary": "OCPBUGS-54972",
"url": "https://issues.redhat.com/browse/OCPBUGS-54972"
},
{
"category": "external",
"summary": "OCPBUGS-54976",
"url": "https://issues.redhat.com/browse/OCPBUGS-54976"
},
{
"category": "external",
"summary": "OCPBUGS-54984",
"url": "https://issues.redhat.com/browse/OCPBUGS-54984"
},
{
"category": "external",
"summary": "OCPBUGS-54989",
"url": "https://issues.redhat.com/browse/OCPBUGS-54989"
},
{
"category": "external",
"summary": "OCPBUGS-55017",
"url": "https://issues.redhat.com/browse/OCPBUGS-55017"
},
{
"category": "external",
"summary": "OCPBUGS-55018",
"url": "https://issues.redhat.com/browse/OCPBUGS-55018"
},
{
"category": "external",
"summary": "OCPBUGS-55025",
"url": "https://issues.redhat.com/browse/OCPBUGS-55025"
},
{
"category": "external",
"summary": "OCPBUGS-55038",
"url": "https://issues.redhat.com/browse/OCPBUGS-55038"
},
{
"category": "external",
"summary": "OCPBUGS-55039",
"url": "https://issues.redhat.com/browse/OCPBUGS-55039"
},
{
"category": "external",
"summary": "OCPBUGS-55043",
"url": "https://issues.redhat.com/browse/OCPBUGS-55043"
},
{
"category": "external",
"summary": "OCPBUGS-55047",
"url": "https://issues.redhat.com/browse/OCPBUGS-55047"
},
{
"category": "external",
"summary": "OCPBUGS-55052",
"url": "https://issues.redhat.com/browse/OCPBUGS-55052"
},
{
"category": "external",
"summary": "OCPBUGS-55057",
"url": "https://issues.redhat.com/browse/OCPBUGS-55057"
},
{
"category": "external",
"summary": "OCPBUGS-55063",
"url": "https://issues.redhat.com/browse/OCPBUGS-55063"
},
{
"category": "external",
"summary": "OCPBUGS-55068",
"url": "https://issues.redhat.com/browse/OCPBUGS-55068"
},
{
"category": "external",
"summary": "OCPBUGS-55082",
"url": "https://issues.redhat.com/browse/OCPBUGS-55082"
},
{
"category": "external",
"summary": "OCPBUGS-55083",
"url": "https://issues.redhat.com/browse/OCPBUGS-55083"
},
{
"category": "external",
"summary": "OCPBUGS-55084",
"url": "https://issues.redhat.com/browse/OCPBUGS-55084"
},
{
"category": "external",
"summary": "OCPBUGS-55085",
"url": "https://issues.redhat.com/browse/OCPBUGS-55085"
},
{
"category": "external",
"summary": "OCPBUGS-55090",
"url": "https://issues.redhat.com/browse/OCPBUGS-55090"
},
{
"category": "external",
"summary": "OCPBUGS-55091",
"url": "https://issues.redhat.com/browse/OCPBUGS-55091"
},
{
"category": "external",
"summary": "OCPBUGS-55092",
"url": "https://issues.redhat.com/browse/OCPBUGS-55092"
},
{
"category": "external",
"summary": "OCPBUGS-55115",
"url": "https://issues.redhat.com/browse/OCPBUGS-55115"
},
{
"category": "external",
"summary": "OCPBUGS-55132",
"url": "https://issues.redhat.com/browse/OCPBUGS-55132"
},
{
"category": "external",
"summary": "OCPBUGS-55144",
"url": "https://issues.redhat.com/browse/OCPBUGS-55144"
},
{
"category": "external",
"summary": "OCPBUGS-55175",
"url": "https://issues.redhat.com/browse/OCPBUGS-55175"
},
{
"category": "external",
"summary": "OCPBUGS-55204",
"url": "https://issues.redhat.com/browse/OCPBUGS-55204"
},
{
"category": "external",
"summary": "OCPBUGS-55214",
"url": "https://issues.redhat.com/browse/OCPBUGS-55214"
},
{
"category": "external",
"summary": "OCPBUGS-55231",
"url": "https://issues.redhat.com/browse/OCPBUGS-55231"
},
{
"category": "external",
"summary": "OCPBUGS-55234",
"url": "https://issues.redhat.com/browse/OCPBUGS-55234"
},
{
"category": "external",
"summary": "OCPBUGS-55241",
"url": "https://issues.redhat.com/browse/OCPBUGS-55241"
},
{
"category": "external",
"summary": "OCPBUGS-55252",
"url": "https://issues.redhat.com/browse/OCPBUGS-55252"
},
{
"category": "external",
"summary": "OCPBUGS-55265",
"url": "https://issues.redhat.com/browse/OCPBUGS-55265"
},
{
"category": "external",
"summary": "OCPBUGS-55284",
"url": "https://issues.redhat.com/browse/OCPBUGS-55284"
},
{
"category": "external",
"summary": "OCPBUGS-55300",
"url": "https://issues.redhat.com/browse/OCPBUGS-55300"
},
{
"category": "external",
"summary": "OCPBUGS-55315",
"url": "https://issues.redhat.com/browse/OCPBUGS-55315"
},
{
"category": "external",
"summary": "OCPBUGS-55324",
"url": "https://issues.redhat.com/browse/OCPBUGS-55324"
},
{
"category": "external",
"summary": "OCPBUGS-55342",
"url": "https://issues.redhat.com/browse/OCPBUGS-55342"
},
{
"category": "external",
"summary": "OCPBUGS-55349",
"url": "https://issues.redhat.com/browse/OCPBUGS-55349"
},
{
"category": "external",
"summary": "OCPBUGS-55388",
"url": "https://issues.redhat.com/browse/OCPBUGS-55388"
},
{
"category": "external",
"summary": "OCPBUGS-55392",
"url": "https://issues.redhat.com/browse/OCPBUGS-55392"
},
{
"category": "external",
"summary": "OCPBUGS-55403",
"url": "https://issues.redhat.com/browse/OCPBUGS-55403"
},
{
"category": "external",
"summary": "OCPBUGS-55414",
"url": "https://issues.redhat.com/browse/OCPBUGS-55414"
},
{
"category": "external",
"summary": "OCPBUGS-55417",
"url": "https://issues.redhat.com/browse/OCPBUGS-55417"
},
{
"category": "external",
"summary": "OCPBUGS-55432",
"url": "https://issues.redhat.com/browse/OCPBUGS-55432"
},
{
"category": "external",
"summary": "OCPBUGS-55433",
"url": "https://issues.redhat.com/browse/OCPBUGS-55433"
},
{
"category": "external",
"summary": "OCPBUGS-55441",
"url": "https://issues.redhat.com/browse/OCPBUGS-55441"
},
{
"category": "external",
"summary": "OCPBUGS-55448",
"url": "https://issues.redhat.com/browse/OCPBUGS-55448"
},
{
"category": "external",
"summary": "OCPBUGS-55454",
"url": "https://issues.redhat.com/browse/OCPBUGS-55454"
},
{
"category": "external",
"summary": "OCPBUGS-55460",
"url": "https://issues.redhat.com/browse/OCPBUGS-55460"
},
{
"category": "external",
"summary": "OCPBUGS-55469",
"url": "https://issues.redhat.com/browse/OCPBUGS-55469"
},
{
"category": "external",
"summary": "OCPBUGS-55492",
"url": "https://issues.redhat.com/browse/OCPBUGS-55492"
},
{
"category": "external",
"summary": "OCPBUGS-55494",
"url": "https://issues.redhat.com/browse/OCPBUGS-55494"
},
{
"category": "external",
"summary": "OCPBUGS-55510",
"url": "https://issues.redhat.com/browse/OCPBUGS-55510"
},
{
"category": "external",
"summary": "OCPBUGS-55515",
"url": "https://issues.redhat.com/browse/OCPBUGS-55515"
},
{
"category": "external",
"summary": "OCPBUGS-55623",
"url": "https://issues.redhat.com/browse/OCPBUGS-55623"
},
{
"category": "external",
"summary": "OCPBUGS-55642",
"url": "https://issues.redhat.com/browse/OCPBUGS-55642"
},
{
"category": "external",
"summary": "OCPBUGS-55691",
"url": "https://issues.redhat.com/browse/OCPBUGS-55691"
},
{
"category": "external",
"summary": "OCPBUGS-55693",
"url": "https://issues.redhat.com/browse/OCPBUGS-55693"
},
{
"category": "external",
"summary": "OCPBUGS-55700",
"url": "https://issues.redhat.com/browse/OCPBUGS-55700"
},
{
"category": "external",
"summary": "OCPBUGS-55702",
"url": "https://issues.redhat.com/browse/OCPBUGS-55702"
},
{
"category": "external",
"summary": "OCPBUGS-55704",
"url": "https://issues.redhat.com/browse/OCPBUGS-55704"
},
{
"category": "external",
"summary": "OCPBUGS-55706",
"url": "https://issues.redhat.com/browse/OCPBUGS-55706"
},
{
"category": "external",
"summary": "OCPBUGS-55709",
"url": "https://issues.redhat.com/browse/OCPBUGS-55709"
},
{
"category": "external",
"summary": "OCPBUGS-55715",
"url": "https://issues.redhat.com/browse/OCPBUGS-55715"
},
{
"category": "external",
"summary": "OCPBUGS-55716",
"url": "https://issues.redhat.com/browse/OCPBUGS-55716"
},
{
"category": "external",
"summary": "OCPBUGS-55731",
"url": "https://issues.redhat.com/browse/OCPBUGS-55731"
},
{
"category": "external",
"summary": "OCPBUGS-55743",
"url": "https://issues.redhat.com/browse/OCPBUGS-55743"
},
{
"category": "external",
"summary": "OCPBUGS-55749",
"url": "https://issues.redhat.com/browse/OCPBUGS-55749"
},
{
"category": "external",
"summary": "OCPBUGS-55761",
"url": "https://issues.redhat.com/browse/OCPBUGS-55761"
},
{
"category": "external",
"summary": "OCPBUGS-55786",
"url": "https://issues.redhat.com/browse/OCPBUGS-55786"
},
{
"category": "external",
"summary": "OCPBUGS-55789",
"url": "https://issues.redhat.com/browse/OCPBUGS-55789"
},
{
"category": "external",
"summary": "OCPBUGS-55791",
"url": "https://issues.redhat.com/browse/OCPBUGS-55791"
},
{
"category": "external",
"summary": "OCPBUGS-55793",
"url": "https://issues.redhat.com/browse/OCPBUGS-55793"
},
{
"category": "external",
"summary": "OCPBUGS-55809",
"url": "https://issues.redhat.com/browse/OCPBUGS-55809"
},
{
"category": "external",
"summary": "OCPBUGS-55814",
"url": "https://issues.redhat.com/browse/OCPBUGS-55814"
},
{
"category": "external",
"summary": "OCPBUGS-55825",
"url": "https://issues.redhat.com/browse/OCPBUGS-55825"
},
{
"category": "external",
"summary": "OCPBUGS-55831",
"url": "https://issues.redhat.com/browse/OCPBUGS-55831"
},
{
"category": "external",
"summary": "OCPBUGS-55842",
"url": "https://issues.redhat.com/browse/OCPBUGS-55842"
},
{
"category": "external",
"summary": "OCPBUGS-55895",
"url": "https://issues.redhat.com/browse/OCPBUGS-55895"
},
{
"category": "external",
"summary": "OCPBUGS-55909",
"url": "https://issues.redhat.com/browse/OCPBUGS-55909"
},
{
"category": "external",
"summary": "OCPBUGS-55934",
"url": "https://issues.redhat.com/browse/OCPBUGS-55934"
},
{
"category": "external",
"summary": "OCPBUGS-55941",
"url": "https://issues.redhat.com/browse/OCPBUGS-55941"
},
{
"category": "external",
"summary": "OCPBUGS-55957",
"url": "https://issues.redhat.com/browse/OCPBUGS-55957"
},
{
"category": "external",
"summary": "OCPBUGS-55959",
"url": "https://issues.redhat.com/browse/OCPBUGS-55959"
},
{
"category": "external",
"summary": "OCPBUGS-55969",
"url": "https://issues.redhat.com/browse/OCPBUGS-55969"
},
{
"category": "external",
"summary": "OCPBUGS-55972",
"url": "https://issues.redhat.com/browse/OCPBUGS-55972"
},
{
"category": "external",
"summary": "OCPBUGS-55976",
"url": "https://issues.redhat.com/browse/OCPBUGS-55976"
},
{
"category": "external",
"summary": "OCPBUGS-55979",
"url": "https://issues.redhat.com/browse/OCPBUGS-55979"
},
{
"category": "external",
"summary": "OCPBUGS-55995",
"url": "https://issues.redhat.com/browse/OCPBUGS-55995"
},
{
"category": "external",
"summary": "OCPBUGS-55998",
"url": "https://issues.redhat.com/browse/OCPBUGS-55998"
},
{
"category": "external",
"summary": "OCPBUGS-56000",
"url": "https://issues.redhat.com/browse/OCPBUGS-56000"
},
{
"category": "external",
"summary": "OCPBUGS-56006",
"url": "https://issues.redhat.com/browse/OCPBUGS-56006"
},
{
"category": "external",
"summary": "OCPBUGS-56026",
"url": "https://issues.redhat.com/browse/OCPBUGS-56026"
},
{
"category": "external",
"summary": "OCPBUGS-56027",
"url": "https://issues.redhat.com/browse/OCPBUGS-56027"
},
{
"category": "external",
"summary": "OCPBUGS-56034",
"url": "https://issues.redhat.com/browse/OCPBUGS-56034"
},
{
"category": "external",
"summary": "OCPBUGS-56035",
"url": "https://issues.redhat.com/browse/OCPBUGS-56035"
},
{
"category": "external",
"summary": "OCPBUGS-56038",
"url": "https://issues.redhat.com/browse/OCPBUGS-56038"
},
{
"category": "external",
"summary": "OCPBUGS-56042",
"url": "https://issues.redhat.com/browse/OCPBUGS-56042"
},
{
"category": "external",
"summary": "OCPBUGS-56055",
"url": "https://issues.redhat.com/browse/OCPBUGS-56055"
},
{
"category": "external",
"summary": "OCPBUGS-56061",
"url": "https://issues.redhat.com/browse/OCPBUGS-56061"
},
{
"category": "external",
"summary": "OCPBUGS-56075",
"url": "https://issues.redhat.com/browse/OCPBUGS-56075"
},
{
"category": "external",
"summary": "OCPBUGS-56077",
"url": "https://issues.redhat.com/browse/OCPBUGS-56077"
},
{
"category": "external",
"summary": "OCPBUGS-56082",
"url": "https://issues.redhat.com/browse/OCPBUGS-56082"
},
{
"category": "external",
"summary": "OCPBUGS-56105",
"url": "https://issues.redhat.com/browse/OCPBUGS-56105"
},
{
"category": "external",
"summary": "OCPBUGS-56113",
"url": "https://issues.redhat.com/browse/OCPBUGS-56113"
},
{
"category": "external",
"summary": "OCPBUGS-56119",
"url": "https://issues.redhat.com/browse/OCPBUGS-56119"
},
{
"category": "external",
"summary": "OCPBUGS-56121",
"url": "https://issues.redhat.com/browse/OCPBUGS-56121"
},
{
"category": "external",
"summary": "OCPBUGS-56136",
"url": "https://issues.redhat.com/browse/OCPBUGS-56136"
},
{
"category": "external",
"summary": "OCPBUGS-56140",
"url": "https://issues.redhat.com/browse/OCPBUGS-56140"
},
{
"category": "external",
"summary": "OCPBUGS-56149",
"url": "https://issues.redhat.com/browse/OCPBUGS-56149"
},
{
"category": "external",
"summary": "OCPBUGS-56160",
"url": "https://issues.redhat.com/browse/OCPBUGS-56160"
},
{
"category": "external",
"summary": "OCPBUGS-56180",
"url": "https://issues.redhat.com/browse/OCPBUGS-56180"
},
{
"category": "external",
"summary": "OCPBUGS-56185",
"url": "https://issues.redhat.com/browse/OCPBUGS-56185"
},
{
"category": "external",
"summary": "OCPBUGS-56193",
"url": "https://issues.redhat.com/browse/OCPBUGS-56193"
},
{
"category": "external",
"summary": "OCPBUGS-56213",
"url": "https://issues.redhat.com/browse/OCPBUGS-56213"
},
{
"category": "external",
"summary": "OCPBUGS-56216",
"url": "https://issues.redhat.com/browse/OCPBUGS-56216"
},
{
"category": "external",
"summary": "OCPBUGS-56227",
"url": "https://issues.redhat.com/browse/OCPBUGS-56227"
},
{
"category": "external",
"summary": "OCPBUGS-56230",
"url": "https://issues.redhat.com/browse/OCPBUGS-56230"
},
{
"category": "external",
"summary": "OCPBUGS-56239",
"url": "https://issues.redhat.com/browse/OCPBUGS-56239"
},
{
"category": "external",
"summary": "OCPBUGS-56256",
"url": "https://issues.redhat.com/browse/OCPBUGS-56256"
},
{
"category": "external",
"summary": "OCPBUGS-56261",
"url": "https://issues.redhat.com/browse/OCPBUGS-56261"
},
{
"category": "external",
"summary": "OCPBUGS-56266",
"url": "https://issues.redhat.com/browse/OCPBUGS-56266"
},
{
"category": "external",
"summary": "OCPBUGS-56278",
"url": "https://issues.redhat.com/browse/OCPBUGS-56278"
},
{
"category": "external",
"summary": "OCPBUGS-56372",
"url": "https://issues.redhat.com/browse/OCPBUGS-56372"
},
{
"category": "external",
"summary": "OCPBUGS-56413",
"url": "https://issues.redhat.com/browse/OCPBUGS-56413"
},
{
"category": "external",
"summary": "OCPBUGS-56422",
"url": "https://issues.redhat.com/browse/OCPBUGS-56422"
},
{
"category": "external",
"summary": "OCPBUGS-56433",
"url": "https://issues.redhat.com/browse/OCPBUGS-56433"
},
{
"category": "external",
"summary": "OCPBUGS-56437",
"url": "https://issues.redhat.com/browse/OCPBUGS-56437"
},
{
"category": "external",
"summary": "OCPBUGS-56445",
"url": "https://issues.redhat.com/browse/OCPBUGS-56445"
},
{
"category": "external",
"summary": "OCPBUGS-56458",
"url": "https://issues.redhat.com/browse/OCPBUGS-56458"
},
{
"category": "external",
"summary": "OCPBUGS-56490",
"url": "https://issues.redhat.com/browse/OCPBUGS-56490"
},
{
"category": "external",
"summary": "OCPBUGS-56494",
"url": "https://issues.redhat.com/browse/OCPBUGS-56494"
},
{
"category": "external",
"summary": "OCPBUGS-56523",
"url": "https://issues.redhat.com/browse/OCPBUGS-56523"
},
{
"category": "external",
"summary": "OCPBUGS-56527",
"url": "https://issues.redhat.com/browse/OCPBUGS-56527"
},
{
"category": "external",
"summary": "OCPBUGS-56560",
"url": "https://issues.redhat.com/browse/OCPBUGS-56560"
},
{
"category": "external",
"summary": "OCPBUGS-56562",
"url": "https://issues.redhat.com/browse/OCPBUGS-56562"
},
{
"category": "external",
"summary": "OCPBUGS-56563",
"url": "https://issues.redhat.com/browse/OCPBUGS-56563"
},
{
"category": "external",
"summary": "OCPBUGS-56567",
"url": "https://issues.redhat.com/browse/OCPBUGS-56567"
},
{
"category": "external",
"summary": "OCPBUGS-56595",
"url": "https://issues.redhat.com/browse/OCPBUGS-56595"
},
{
"category": "external",
"summary": "OCPBUGS-56600",
"url": "https://issues.redhat.com/browse/OCPBUGS-56600"
},
{
"category": "external",
"summary": "OCPBUGS-56632",
"url": "https://issues.redhat.com/browse/OCPBUGS-56632"
},
{
"category": "external",
"summary": "OCPBUGS-56634",
"url": "https://issues.redhat.com/browse/OCPBUGS-56634"
},
{
"category": "external",
"summary": "OCPBUGS-56639",
"url": "https://issues.redhat.com/browse/OCPBUGS-56639"
},
{
"category": "external",
"summary": "OCPBUGS-56646",
"url": "https://issues.redhat.com/browse/OCPBUGS-56646"
},
{
"category": "external",
"summary": "OCPBUGS-56653",
"url": "https://issues.redhat.com/browse/OCPBUGS-56653"
},
{
"category": "external",
"summary": "OCPBUGS-56714",
"url": "https://issues.redhat.com/browse/OCPBUGS-56714"
},
{
"category": "external",
"summary": "OCPBUGS-56721",
"url": "https://issues.redhat.com/browse/OCPBUGS-56721"
},
{
"category": "external",
"summary": "OCPBUGS-56722",
"url": "https://issues.redhat.com/browse/OCPBUGS-56722"
},
{
"category": "external",
"summary": "OCPBUGS-56759",
"url": "https://issues.redhat.com/browse/OCPBUGS-56759"
},
{
"category": "external",
"summary": "OCPBUGS-56761",
"url": "https://issues.redhat.com/browse/OCPBUGS-56761"
},
{
"category": "external",
"summary": "OCPBUGS-56762",
"url": "https://issues.redhat.com/browse/OCPBUGS-56762"
},
{
"category": "external",
"summary": "OCPBUGS-56771",
"url": "https://issues.redhat.com/browse/OCPBUGS-56771"
},
{
"category": "external",
"summary": "OCPBUGS-56773",
"url": "https://issues.redhat.com/browse/OCPBUGS-56773"
},
{
"category": "external",
"summary": "OCPBUGS-56775",
"url": "https://issues.redhat.com/browse/OCPBUGS-56775"
},
{
"category": "external",
"summary": "OCPBUGS-56776",
"url": "https://issues.redhat.com/browse/OCPBUGS-56776"
},
{
"category": "external",
"summary": "OCPBUGS-56777",
"url": "https://issues.redhat.com/browse/OCPBUGS-56777"
},
{
"category": "external",
"summary": "OCPBUGS-56790",
"url": "https://issues.redhat.com/browse/OCPBUGS-56790"
},
{
"category": "external",
"summary": "OCPBUGS-56792",
"url": "https://issues.redhat.com/browse/OCPBUGS-56792"
},
{
"category": "external",
"summary": "OCPBUGS-56796",
"url": "https://issues.redhat.com/browse/OCPBUGS-56796"
},
{
"category": "external",
"summary": "OCPBUGS-56810",
"url": "https://issues.redhat.com/browse/OCPBUGS-56810"
},
{
"category": "external",
"summary": "OCPBUGS-56811",
"url": "https://issues.redhat.com/browse/OCPBUGS-56811"
},
{
"category": "external",
"summary": "OCPBUGS-56826",
"url": "https://issues.redhat.com/browse/OCPBUGS-56826"
},
{
"category": "external",
"summary": "OCPBUGS-56886",
"url": "https://issues.redhat.com/browse/OCPBUGS-56886"
},
{
"category": "external",
"summary": "OCPBUGS-56896",
"url": "https://issues.redhat.com/browse/OCPBUGS-56896"
},
{
"category": "external",
"summary": "OCPBUGS-56910",
"url": "https://issues.redhat.com/browse/OCPBUGS-56910"
},
{
"category": "external",
"summary": "OCPBUGS-6271",
"url": "https://issues.redhat.com/browse/OCPBUGS-6271"
},
{
"category": "external",
"summary": "OCPBUGS-9367",
"url": "https://issues.redhat.com/browse/OCPBUGS-9367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2024_11038.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.19.0 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-12T02:29:56+00:00",
"generator": {
"date": "2025-11-12T02:29:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:11038",
"initial_release_date": "2025-06-17T16:44:54+00:00",
"revision_history": [
{
"date": "2025-06-17T16:44:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-17T16:44:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:29:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.19",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"product_id": "openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=v4.19.0-202505200051.p0.gf746d44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"product": {
"name": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"product_id": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=v4.19.0-202505200051.p0.g68ae0c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"product": {
"name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"product_id": "openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=v4.19.0-202505200051.p0.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"product": {
"name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"product_id": "openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=v4.19.0-202505200051.p0.g70c82be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.gf7a7895.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"product_id": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gfdefa0a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"product": {
"name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.ge4a04ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"product": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g2a1d615.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.19.0-202506021412.p0.g7172669.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"product": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.19.0-202505290154.p0.g06f6aa6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"product": {
"name": "openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"product_id": "openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=v4.19.0-202505200051.p0.g9bfbde8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"product": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"product_id": "openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=v4.19.0-202505200051.p0.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"product": {
"name": "openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"product_id": "openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=v4.19.0-202505200051.p0.g7a1451d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"product_id": "openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=v4.19.0-202505200051.p0.ga8175e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=v4.19.0-202505200051.p0.gca51447.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=v4.19.0-202505200051.p0.gd18edb3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=v4.19.0-202505200051.p0.g9db1cdb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.19.0-202506021713.p0.g686fdac.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"product": {
"name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"product_id": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=v4.19.0-202505200051.p0.gfbf4c1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"product": {
"name": "openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"product_id": "openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g3d12ccb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"product_id": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=v4.19.0-202505200051.p0.ga2346ca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"product_id": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.gc90542d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"product": {
"name": "openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"product_id": "openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=v4.19.0-202505200051.p0.g7935bae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.19.0-202505200051.p0.g5b5afbd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.19.0-202505261041.p0.gfe31e71.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.19.0-202505291613.p0.gdbe1977.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gfcd9564.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"product": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"product_id": "openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=v4.19.0-202505290612.p0.gfadb78e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"product_id": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g5912775.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"product": {
"name": "openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"product_id": "openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=v4.19.0-202505200051.p0.gc3da3b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"product": {
"name": "openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"product_id": "openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=v4.19.0-202505200051.p0.g02d2455.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g73a8e79.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"product": {
"name": "openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"product_id": "openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"product": {
"name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"product_id": "openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=v4.19.0-202505200051.p0.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g581812a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"product": {
"name": "openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"product_id": "openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=v4.19.0-202505200051.p0.gd034c48.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.19.0-202505301311.p0.ge69a044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.19.0-202506020913.p0.gf2e5d60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"product": {
"name": "openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"product_id": "openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.19.0-202505210330.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"product_id": "openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.19.0-202506021545.p0.g37987a3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"product": {
"name": "openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"product_id": "openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=v4.19.0-202505291145.p0.g0cb2927.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"product": {
"name": "openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"product_id": "openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.19.0-202505210330.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"product": {
"name": "openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"product_id": "openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=v4.19.0-202505200051.p0.gb41f9d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.19.0-202505290612.p0.gfadb78e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"product": {
"name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"product_id": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"product_id": "openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.19.0-202505290612.p0.gfadb78e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"product": {
"name": "openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"product_id": "openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=v4.19.0-202505200051.p0.g59376a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"product_id": "openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.19.0-202506020913.p0.g33fe530.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=v4.19.0-202505200051.p0.g3106bcc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"product": {
"name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"product_id": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.gcc76099.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"product": {
"name": "openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"product_id": "openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.gd00bab2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g358b705.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.19.0-202505200051.p0.g358b705.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"product": {
"name": "redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"product_id": "redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c?arch=arm64\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.19"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.19.0-202505300016.p0.g5b1d466.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.19.0-202505210330.p0.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.19.0-202505200051.p0.g32842e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.19.0-202505200051.p0.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.19.0-202505300016.p0.g0c4ca57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g1e82311.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g425c1c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g8024520.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gd686e7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=v4.19.0-202505200051.p0.gb0a16d5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g7109d6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g7109d6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g2c931b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g466334d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g762a2b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"product": {
"name": "openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"product_id": "openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g0ae129b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"product": {
"name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"product_id": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=v4.19.0-202505200051.p0.g892d3c4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"product": {
"name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g9e7170f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.19.0-202505291743.p0.g741cd11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"product": {
"name": "openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"product_id": "openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gaa46a5a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=v4.19.0-202505200051.p0.gb94d928.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"product": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.19.0-202505210330.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"product": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"product_id": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=v4.19.0-202505272214.p0.g20af0c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"product_id": "openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g98ae311.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"product": {
"name": "openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"product_id": "openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=v4.19.0-202505200051.p0.g479f0c4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"product": {
"name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"product_id": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gceeb021.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"product_id": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g227f753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=v4.19.0-202505200051.p0.gf64a5c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"product": {
"name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"product_id": "openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=v4.19.0-202505200051.p0.g8fde9c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"product_id": "openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=v4.19.0-202505292015.p0.gee69183.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g7ddcbe3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"product": {
"name": "openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"product_id": "openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=v4.19.0-202505290914.p0.g9781237.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"product": {
"name": "openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"product_id": "openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g96607b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g1dbf0c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gcf99de9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"product": {
"name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"product_id": "openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g6598130.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"product": {
"name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"product_id": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=v4.19.0-202505290343.p0.g328419e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"product": {
"name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"product_id": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g6d54169.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"product_id": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g34bd8a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gcec410b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"product_id": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g8740a60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g4e51404.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"product": {
"name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"product_id": "openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=v4.19.0-202505200051.p0.ga52da47.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"product": {
"name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"product_id": "openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gde5d2f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g5f66a3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g0ab3099.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g7485247.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g4cb2919.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"product": {
"name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"product_id": "openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g94ed008.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"product": {
"name": "openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"product_id": "openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=v4.19.0-202505200051.p0.gc1c56b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"product_id": "openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=v4.19.0-202505200051.p0.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"product_id": "openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=v4.19.0-202505200051.p0.gcca04e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=v4.19.0-202505200051.p0.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"product": {
"name": "openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"product_id": "openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g85353bb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"product_id": "openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.19.0-202505200051.p0.ga5421df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"product": {
"name": "openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"product_id": "openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.19.0-202505200051.p0.g5076dbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gd8d3aeb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g8fba88a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g3aeac35.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=v4.19.0-202505200051.p0.g44c74f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.19.0-202505310013.p0.gdec3199.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"product_id": "openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g7d06674.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"product": {
"name": "openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"product_id": "openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.19.0-202505280742.p0.gfa84a57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"product": {
"name": "openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"product_id": "openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"product": {
"name": "openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"product_id": "openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=v4.19.0-202505200051.p0.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.19.0-202505291743.p0.g741cd11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"product_id": "openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.19.0-202505291743.p0.g741cd11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"product": {
"name": "openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"product_id": "openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=v4.19.0-202505200051.p0.g037a0e7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=v4.19.0-202505200051.p0.g4c521b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"product_id": "openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ge302702.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"product": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g5eb6a36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=v4.19.0-202505200051.p0.gc2e0e74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.19.0-202505261742.p0.g249e31e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.19.0-202505200051.p0.gbbe6208.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=v4.19.0-202505200051.p0.g848bf65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.19.0-202505291613.p0.gbccdc7e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.19.0-202505291743.p0.g32b5f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"product": {
"name": "openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"product_id": "openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g0b1b812.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=v4.19.0-202505200051.p0.g6fffe5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g45624b6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"product": {
"name": "openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"product_id": "openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.19.0-202505210330.p0.g463c03c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gf575d88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=v4.19.0-202505200051.p0.g5ec8c6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"product_id": "openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.19.0-202506020913.p0.gebd18d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"product_id": "openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=v4.19.0-202505200051.p0.g7591406.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"product": {
"name": "openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"product_id": "openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=v4.19.0-202505290012.p0.g1f882bc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"product": {
"name": "openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"product_id": "openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=v4.19.0-202505290012.p0.g1f882bc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"product_id": "openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=v4.19.0-202505271011.p0.g18061bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g8be524d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gc736cbf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gc736cbf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.19.0-202505200051.p0.g358b705.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.19.0-202505210330.p0.gbfd593c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gbc97534.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"product": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"product_id": "openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g4dfa691.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"product": {
"name": "openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"product_id": "openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=v4.19.0-202505200051.p0.g95f7bb2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"product_id": "openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.19.0-202506020913.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.19.0-202505200051.p0.gbfd593c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"product_id": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=v4.19.0-202505200051.p0.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=v4.19.0-202505200051.p0.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"product": {
"name": "openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"product_id": "openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"product": {
"name": "openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"product_id": "openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g7184f58.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"product": {
"name": "openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"product_id": "openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=v4.19.0-202505200051.p0.gcffdabd.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"product_id": "openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=v4.19.0-202505200051.p0.gf746d44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"product": {
"name": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"product_id": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=v4.19.0-202505200051.p0.g68ae0c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"product": {
"name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"product_id": "openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=v4.19.0-202505200051.p0.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"product": {
"name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"product_id": "openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=v4.19.0-202505200051.p0.g70c82be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.gf7a7895.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"product_id": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gfdefa0a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"product": {
"name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.ge4a04ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"product": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g2a1d615.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.19.0-202506021412.p0.g7172669.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"product": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.19.0-202505290154.p0.g06f6aa6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"product": {
"name": "openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"product_id": "openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=v4.19.0-202505200051.p0.g9bfbde8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"product": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"product_id": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=v4.19.0-202505200051.p0.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"product": {
"name": "openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"product_id": "openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=v4.19.0-202505200051.p0.g7a1451d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"product_id": "openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=v4.19.0-202505200051.p0.ga8175e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=v4.19.0-202505200051.p0.gc736cbf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"product_id": "openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=v4.19.0-202505200051.p0.g2eb5c10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=v4.19.0-202505200051.p0.gca51447.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=v4.19.0-202505200051.p0.gd18edb3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=v4.19.0-202505200051.p0.g9db1cdb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.19.0-202506021713.p0.g686fdac.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"product": {
"name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"product_id": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=v4.19.0-202505200051.p0.gfbf4c1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"product": {
"name": "openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"product_id": "openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g3d12ccb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"product_id": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=v4.19.0-202505200051.p0.ga2346ca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"product_id": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.gc90542d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"product": {
"name": "openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"product_id": "openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=v4.19.0-202505200051.p0.g7935bae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.19.0-202505200051.p0.g5b5afbd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.19.0-202505261041.p0.gfe31e71.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.19.0-202505291613.p0.gdbe1977.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gfcd9564.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"product": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"product_id": "openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=v4.19.0-202505290612.p0.gfadb78e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"product_id": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g5912775.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"product": {
"name": "openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"product_id": "openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=v4.19.0-202505200051.p0.gc3da3b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"product": {
"name": "openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"product_id": "openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=v4.19.0-202505200051.p0.g02d2455.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g73a8e79.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"product": {
"name": "openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"product_id": "openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"product": {
"name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"product_id": "openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=v4.19.0-202505200051.p0.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g581812a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"product": {
"name": "openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"product_id": "openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=v4.19.0-202505200051.p0.gd034c48.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.19.0-202505301311.p0.ge69a044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.19.0-202506020913.p0.gf2e5d60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"product": {
"name": "openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"product_id": "openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.19.0-202505210330.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"product_id": "openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.19.0-202506021545.p0.g37987a3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"product": {
"name": "openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"product_id": "openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=v4.19.0-202505291145.p0.g0cb2927.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"product": {
"name": "openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"product_id": "openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.19.0-202505210330.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"product": {
"name": "openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"product_id": "openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=v4.19.0-202505200051.p0.gb41f9d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.19.0-202505290612.p0.gfadb78e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"product": {
"name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"product_id": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"product_id": "openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.19.0-202505290612.p0.gfadb78e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"product": {
"name": "openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"product_id": "openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=v4.19.0-202505200051.p0.g59376a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"product_id": "openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.19.0-202506020913.p0.g33fe530.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=v4.19.0-202505200051.p0.g3106bcc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"product": {
"name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"product_id": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.gcc76099.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"product": {
"name": "openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"product_id": "openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.gd00bab2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g358b705.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.19.0-202505200051.p0.g358b705.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"product": {
"name": "redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"product_id": "redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1?arch=amd64\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.19"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.19.0-202505300016.p0.g5b1d466.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.19.0-202505210330.p0.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.19.0-202505200051.p0.g32842e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.19.0-202505200051.p0.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.19.0-202505300016.p0.g0c4ca57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g1e82311.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g425c1c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g8024520.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gd686e7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=v4.19.0-202505200051.p0.gb0a16d5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g7109d6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g7109d6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g2c931b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g466334d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g762a2b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"product": {
"name": "openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"product_id": "openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g0ae129b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"product": {
"name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"product_id": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=v4.19.0-202505200051.p0.g892d3c4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"product": {
"name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g9e7170f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.19.0-202505291743.p0.g741cd11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"product": {
"name": "openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"product_id": "openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gaa46a5a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=v4.19.0-202505200051.p0.gb94d928.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"product": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.19.0-202505210330.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"product": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"product_id": "openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=v4.19.0-202505272214.p0.g20af0c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"product_id": "openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g98ae311.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"product": {
"name": "openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"product_id": "openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=v4.19.0-202505200051.p0.g479f0c4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"product": {
"name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"product_id": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gceeb021.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"product_id": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g227f753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=v4.19.0-202505200051.p0.gf64a5c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"product": {
"name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"product_id": "openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=v4.19.0-202505200051.p0.g8fde9c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"product_id": "openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=v4.19.0-202505292015.p0.gee69183.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g7ddcbe3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"product": {
"name": "openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"product_id": "openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=v4.19.0-202505290914.p0.g9781237.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"product": {
"name": "openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"product_id": "openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g96607b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g1dbf0c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gcf99de9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"product": {
"name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"product_id": "openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g6598130.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"product": {
"name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"product_id": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=v4.19.0-202505290343.p0.g328419e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"product": {
"name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"product_id": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g6d54169.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"product_id": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g34bd8a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gcec410b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"product_id": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g8740a60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g4e51404.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"product": {
"name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"product_id": "openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=v4.19.0-202505200051.p0.ga52da47.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"product": {
"name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"product_id": "openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gde5d2f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g5f66a3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g0ab3099.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g7485247.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g4cb2919.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"product": {
"name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"product_id": "openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g94ed008.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"product": {
"name": "openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"product_id": "openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=v4.19.0-202505200051.p0.gc1c56b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"product_id": "openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=v4.19.0-202505200051.p0.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"product_id": "openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=v4.19.0-202505200051.p0.gcca04e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=v4.19.0-202505200051.p0.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"product": {
"name": "openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"product_id": "openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g85353bb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"product_id": "openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.19.0-202505200051.p0.ga5421df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"product": {
"name": "openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"product_id": "openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.19.0-202505200051.p0.g5076dbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gd8d3aeb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g8fba88a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g3aeac35.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=v4.19.0-202505200051.p0.g44c74f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.19.0-202505310013.p0.gdec3199.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505201515.p0.g0453d28.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g7422aab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g989bd87.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g176b6ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g3dfcfa1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"product_id": "openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g7d06674.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"product": {
"name": "openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"product_id": "openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.19.0-202505280742.p0.gfa84a57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"product": {
"name": "openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"product_id": "openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"product": {
"name": "openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"product_id": "openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=v4.19.0-202505200051.p0.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.19.0-202505291743.p0.g741cd11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"product_id": "openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.19.0-202505291743.p0.g741cd11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"product": {
"name": "openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"product_id": "openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=v4.19.0-202505200051.p0.g037a0e7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=v4.19.0-202505200051.p0.g4c521b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"product_id": "openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ge302702.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"product": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g5eb6a36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=v4.19.0-202505200051.p0.gc2e0e74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=v4.19.0-202505261742.p0.g249e31e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.19.0-202505200051.p0.gbbe6208.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=v4.19.0-202505200051.p0.g848bf65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.19.0-202505291613.p0.gbccdc7e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.19.0-202505291743.p0.g32b5f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"product": {
"name": "openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"product_id": "openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g0b1b812.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=v4.19.0-202505200051.p0.g6fffe5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g45624b6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"product": {
"name": "openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"product_id": "openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.19.0-202505210330.p0.g463c03c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gf575d88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=v4.19.0-202505200051.p0.g5ec8c6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"product_id": "openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.19.0-202506020913.p0.gebd18d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"product": {
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"product_id": "openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gdb1f264.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"product": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"product_id": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.ga26db5a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"product_id": "openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=v4.19.0-202505200051.p0.g7591406.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"product": {
"name": "openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"product_id": "openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=v4.19.0-202505290012.p0.g1f882bc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"product": {
"name": "openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"product_id": "openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=v4.19.0-202505290012.p0.g1f882bc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"product_id": "openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=v4.19.0-202505271011.p0.g18061bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g8be524d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gc736cbf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gc736cbf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.19.0-202505200051.p0.g358b705.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.19.0-202505210330.p0.gbfd593c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gf681413.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g059d95c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gef83f3f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g87f8e30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gbc97534.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"product": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"product_id": "openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g4dfa691.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"product": {
"name": "openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"product_id": "openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=v4.19.0-202505200051.p0.g95f7bb2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"product_id": "openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.19.0-202506020913.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g1513403.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g1513403.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gc2b41c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gc2b41c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"product": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505201515.p0.g2c21c8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"product": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g8c61ba3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"product": {
"name": "openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"product_id": "openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9\u0026tag=v4.19.0-202505200051.p0.g32b15d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.19.0-202505200051.p0.gbfd593c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"product_id": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=v4.19.0-202505200051.p0.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=v4.19.0-202505200051.p0.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"product": {
"name": "openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"product_id": "openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"product": {
"name": "openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"product_id": "openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g7184f58.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"product": {
"name": "openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"product_id": "openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=v4.19.0-202505200051.p0.gcffdabd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9\u0026tag=v4.19.0-202505200051.p0.g1513403.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=v4.19.0-202505200051.p0.gf746d44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"product": {
"name": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"product_id": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=v4.19.0-202505200051.p0.g68ae0c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"product": {
"name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"product_id": "openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=v4.19.0-202505200051.p0.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"product": {
"name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"product_id": "openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=v4.19.0-202505200051.p0.g70c82be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.gf7a7895.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"product_id": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gfdefa0a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"product": {
"name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.ge4a04ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"product": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g2a1d615.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.19.0-202506021412.p0.g7172669.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"product": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.19.0-202505290154.p0.g06f6aa6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"product": {
"name": "openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"product_id": "openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=v4.19.0-202505200051.p0.g9bfbde8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"product": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"product_id": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=v4.19.0-202505200051.p0.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"product": {
"name": "openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"product_id": "openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=v4.19.0-202505200051.p0.g7a1451d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=v4.19.0-202505200051.p0.ga8175e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=v4.19.0-202505200051.p0.gc736cbf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"product_id": "openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=v4.19.0-202505200051.p0.g2eb5c10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=v4.19.0-202505200051.p0.gca51447.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=v4.19.0-202505200051.p0.gd18edb3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=v4.19.0-202505200051.p0.g9db1cdb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.19.0-202506021713.p0.g686fdac.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"product": {
"name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"product_id": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=v4.19.0-202505200051.p0.gfbf4c1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"product": {
"name": "openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"product_id": "openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g3d12ccb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"product_id": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=v4.19.0-202505200051.p0.ga2346ca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"product_id": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.gc90542d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"product_id": "openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=v4.19.0-202505200051.p0.g7935bae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"product": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"product_id": "openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=v4.19.0-202505290612.p0.gfadb78e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"product": {
"name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"product_id": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g5912775.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"product": {
"name": "openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"product_id": "openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=v4.19.0-202505200051.p0.gc3da3b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"product": {
"name": "openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"product_id": "openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=v4.19.0-202505200051.p0.g02d2455.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g73a8e79.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"product": {
"name": "openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"product_id": "openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"product": {
"name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"product_id": "openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=v4.19.0-202505200051.p0.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g581812a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"product": {
"name": "openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"product_id": "openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=v4.19.0-202505200051.p0.gd034c48.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.19.0-202505301311.p0.ge69a044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.19.0-202506020913.p0.gf2e5d60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"product": {
"name": "openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"product_id": "openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.19.0-202505210330.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"product_id": "openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.19.0-202506021545.p0.g37987a3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"product": {
"name": "openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"product_id": "openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=v4.19.0-202505291145.p0.g0cb2927.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"product": {
"name": "openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"product_id": "openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.19.0-202505210330.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"product": {
"name": "openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"product_id": "openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=v4.19.0-202505200051.p0.gb41f9d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.19.0-202505290612.p0.gfadb78e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"product": {
"name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"product_id": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"product_id": "openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.19.0-202505290612.p0.gfadb78e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"product": {
"name": "openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"product_id": "openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=v4.19.0-202505200051.p0.g59376a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"product_id": "openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.19.0-202506020913.p0.g33fe530.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"product_id": "openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=v4.19.0-202505200051.p0.g3106bcc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"product_id": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.gcc76099.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"product": {
"name": "openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"product_id": "openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.gd00bab2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g358b705.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.19.0-202505200051.p0.g358b705.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"product": {
"name": "redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"product_id": "redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308?arch=ppc64le\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.19"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.19.0-202505300016.p0.g5b1d466.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.19.0-202505210330.p0.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.19.0-202505200051.p0.g32842e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.19.0-202505200051.p0.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.19.0-202505300016.p0.g0c4ca57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g1e82311.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"product": {
"name": "openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"product_id": "openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g0ae129b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g9e7170f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.19.0-202505291743.p0.g741cd11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"product_id": "openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gaa46a5a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=v4.19.0-202505200051.p0.gb94d928.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"product": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.19.0-202505210330.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"product": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"product_id": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=v4.19.0-202505272214.p0.g20af0c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"product_id": "openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g98ae311.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"product": {
"name": "openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"product_id": "openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=v4.19.0-202505200051.p0.g479f0c4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"product": {
"name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"product_id": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gceeb021.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g227f753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=v4.19.0-202505200051.p0.gf64a5c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"product": {
"name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"product_id": "openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=v4.19.0-202505200051.p0.g8fde9c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"product_id": "openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=v4.19.0-202505292015.p0.gee69183.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g7ddcbe3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"product": {
"name": "openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"product_id": "openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=v4.19.0-202505290914.p0.g9781237.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"product": {
"name": "openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"product_id": "openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g96607b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g1dbf0c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gcf99de9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"product": {
"name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"product_id": "openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g6598130.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"product": {
"name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"product_id": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=v4.19.0-202505290343.p0.g328419e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"product": {
"name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"product_id": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g6d54169.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"product_id": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g34bd8a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"product_id": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gcec410b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"product_id": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g8740a60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g4e51404.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"product": {
"name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"product_id": "openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=v4.19.0-202505200051.p0.ga52da47.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"product": {
"name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"product_id": "openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gde5d2f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g5f66a3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g0ab3099.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"product_id": "openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g7485247.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g4cb2919.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"product": {
"name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"product_id": "openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g94ed008.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"product": {
"name": "openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"product_id": "openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=v4.19.0-202505200051.p0.gc1c56b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"product_id": "openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=v4.19.0-202505200051.p0.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=v4.19.0-202505200051.p0.gcca04e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=v4.19.0-202505200051.p0.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"product": {
"name": "openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"product_id": "openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g85353bb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"product_id": "openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.19.0-202505200051.p0.ga5421df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"product": {
"name": "openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"product_id": "openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.19.0-202505200051.p0.g5076dbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gd8d3aeb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g8fba88a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g3aeac35.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=v4.19.0-202505200051.p0.g44c74f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.19.0-202505310013.p0.gdec3199.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505201515.p0.g0453d28.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"product": {
"name": "openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"product_id": "openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.19.0-202505280742.p0.gfa84a57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"product": {
"name": "openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"product_id": "openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"product": {
"name": "openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"product_id": "openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=v4.19.0-202505200051.p0.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.19.0-202505291743.p0.g741cd11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"product_id": "openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.19.0-202505291743.p0.g741cd11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"product": {
"name": "openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"product_id": "openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=v4.19.0-202505200051.p0.g037a0e7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=v4.19.0-202505200051.p0.g4c521b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"product_id": "openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ge302702.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g5eb6a36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=v4.19.0-202505200051.p0.gbbe6208.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=v4.19.0-202505200051.p0.g848bf65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.19.0-202505291613.p0.gbccdc7e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.19.0-202505291743.p0.g32b5f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"product": {
"name": "openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"product_id": "openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g0b1b812.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"product_id": "openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=v4.19.0-202505200051.p0.g6fffe5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"product_id": "openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g45624b6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"product": {
"name": "openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"product_id": "openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.19.0-202505210330.p0.g463c03c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gf575d88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"product_id": "openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=v4.19.0-202505200051.p0.g5ec8c6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"product_id": "openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.19.0-202506020913.p0.gebd18d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"product_id": "openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=v4.19.0-202505200051.p0.g7591406.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"product": {
"name": "openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"product_id": "openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=v4.19.0-202505290012.p0.g1f882bc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"product": {
"name": "openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"product_id": "openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=v4.19.0-202505290012.p0.g1f882bc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"product_id": "openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=v4.19.0-202505271011.p0.g18061bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g8be524d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gc736cbf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gc736cbf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.19.0-202505200051.p0.g358b705.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.19.0-202505210330.p0.gbfd593c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gf681413.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g059d95c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gef83f3f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g87f8e30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gbc97534.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"product": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"product_id": "openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g4dfa691.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"product": {
"name": "openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"product_id": "openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=v4.19.0-202505200051.p0.g95f7bb2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"product_id": "openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.19.0-202506020913.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.19.0-202505200051.p0.gbfd593c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"product_id": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=v4.19.0-202505200051.p0.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=v4.19.0-202505200051.p0.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"product_id": "openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"product": {
"name": "openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"product_id": "openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g7184f58.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"product": {
"name": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"product_id": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=4.19.9.6.202506021814-0"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"product": {
"name": "openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"product_id": "openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=v4.19.0-202505200051.p0.gcffdabd.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"product_id": "openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=v4.19.0-202505200051.p0.gf746d44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"product": {
"name": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"product_id": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=v4.19.0-202505200051.p0.g68ae0c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"product": {
"name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"product_id": "openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=v4.19.0-202505200051.p0.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"product": {
"name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"product_id": "openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=v4.19.0-202505200051.p0.g70c82be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"product_id": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.gf7a7895.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"product_id": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gfdefa0a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"product": {
"name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"product_id": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.ge4a04ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"product": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g2a1d615.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.19.0-202506021412.p0.g7172669.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"product": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"product_id": "openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=v4.19.0-202505290154.p0.g06f6aa6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"product": {
"name": "openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"product_id": "openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=v4.19.0-202505200051.p0.g9bfbde8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"product": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"product_id": "openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=v4.19.0-202505200051.p0.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"product": {
"name": "openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"product_id": "openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=v4.19.0-202505200051.p0.g7a1451d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"product_id": "openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=v4.19.0-202505200051.p0.ga8175e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"product_id": "openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=v4.19.0-202505200051.p0.gca51447.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=v4.19.0-202505200051.p0.gd18edb3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"product_id": "openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=v4.19.0-202505200051.p0.g9db1cdb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.19.0-202506021713.p0.g686fdac.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"product": {
"name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"product_id": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=v4.19.0-202505200051.p0.gfbf4c1b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"product": {
"name": "openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"product_id": "openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g3d12ccb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"product": {
"name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"product_id": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=v4.19.0-202505200051.p0.ga2346ca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"product": {
"name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"product_id": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.gc90542d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"product": {
"name": "openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"product_id": "openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=v4.19.0-202505200051.p0.g7935bae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"product": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"product_id": "openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=v4.19.0-202505290612.p0.gfadb78e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"product": {
"name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"product_id": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g5912775.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"product": {
"name": "openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"product_id": "openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=v4.19.0-202505200051.p0.gc3da3b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"product": {
"name": "openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"product_id": "openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=v4.19.0-202505200051.p0.g02d2455.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g73a8e79.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"product": {
"name": "openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"product_id": "openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"product": {
"name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"product_id": "openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=v4.19.0-202505200051.p0.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g581812a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"product": {
"name": "openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"product_id": "openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=v4.19.0-202505200051.p0.gd034c48.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"product_id": "openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=v4.19.0-202505301311.p0.ge69a044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.19.0-202506020913.p0.gf2e5d60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"product": {
"name": "openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"product_id": "openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=v4.19.0-202505210330.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"product_id": "openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.19.0-202506021545.p0.g37987a3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"product": {
"name": "openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"product_id": "openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=v4.19.0-202505291145.p0.g0cb2927.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"product": {
"name": "openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"product_id": "openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=v4.19.0-202505210330.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"product": {
"name": "openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"product_id": "openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=v4.19.0-202505200051.p0.gb41f9d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.19.0-202505290612.p0.gfadb78e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"product": {
"name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"product_id": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"product_id": "openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.19.0-202505290612.p0.gfadb78e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"product": {
"name": "openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"product_id": "openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=v4.19.0-202505200051.p0.g59376a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"product_id": "openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.19.0-202506020913.p0.g33fe530.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"product_id": "openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=v4.19.0-202505200051.p0.g3106bcc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"product": {
"name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"product_id": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.gcc76099.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"product": {
"name": "openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"product_id": "openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.gd00bab2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"product_id": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g358b705.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"product": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"product_id": "openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=v4.19.0-202505200051.p0.g358b705.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"product": {
"name": "redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"product_id": "redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75?arch=s390x\u0026repository_url=registry.redhat.io/redhat/redhat-operator-index\u0026tag=v4.19"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.19.0-202505300016.p0.g5b1d466.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=v4.19.0-202505210330.p0.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.19.0-202505200051.p0.g32842e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=v4.19.0-202505200051.p0.g0de2920.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.19.0-202505300016.p0.g0c4ca57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g1e82311.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"product": {
"name": "openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"product_id": "openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g0ae129b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"product": {
"name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g9e7170f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.19.0-202505291743.p0.g741cd11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"product": {
"name": "openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"product_id": "openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gaa46a5a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=v4.19.0-202505200051.p0.gb94d928.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"product": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"product_id": "openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=v4.19.0-202505210330.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"product": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"product_id": "openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=v4.19.0-202505272214.p0.g20af0c3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"product_id": "openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g98ae311.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"product": {
"name": "openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"product_id": "openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=v4.19.0-202505200051.p0.g479f0c4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"product": {
"name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"product_id": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gceeb021.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"product_id": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g227f753.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=v4.19.0-202505200051.p0.gf64a5c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"product": {
"name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"product_id": "openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=v4.19.0-202505200051.p0.g8fde9c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"product_id": "openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=v4.19.0-202505292015.p0.gee69183.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g7ddcbe3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"product": {
"name": "openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"product_id": "openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=v4.19.0-202505290914.p0.g9781237.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"product": {
"name": "openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"product_id": "openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g96607b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g1dbf0c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gcf99de9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"product": {
"name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"product_id": "openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g6598130.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"product": {
"name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"product_id": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=v4.19.0-202505290343.p0.g328419e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"product": {
"name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"product_id": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g6d54169.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"product_id": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g34bd8a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"product_id": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gcec410b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"product_id": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g8740a60.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g4e51404.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"product": {
"name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"product_id": "openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=v4.19.0-202505200051.p0.ga52da47.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"product": {
"name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"product_id": "openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gde5d2f2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"product_id": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g5f66a3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g0ab3099.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"product_id": "openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g7485247.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g4cb2919.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"product": {
"name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"product_id": "openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g94ed008.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"product": {
"name": "openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"product_id": "openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=v4.19.0-202505200051.p0.gc1c56b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"product_id": "openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=v4.19.0-202505200051.p0.gb09f487.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"product_id": "openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=v4.19.0-202505200051.p0.gcca04e3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=v4.19.0-202505200051.p0.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.gac82caf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"product": {
"name": "openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"product_id": "openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g85353bb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"product_id": "openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.19.0-202505200051.p0.ga5421df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"product": {
"name": "openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"product_id": "openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.19.0-202505200051.p0.g5076dbc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.19.0-202505310013.p0.gdec3199.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=v4.19.0-202505201515.p0.g0453d28.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g7422aab.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.g989bd87.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g176b6ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g3dfcfa1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"product": {
"name": "openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"product_id": "openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=v4.19.0-202505280742.p0.gfa84a57.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"product": {
"name": "openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"product_id": "openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"product": {
"name": "openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"product_id": "openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=v4.19.0-202505200051.p0.g0bee2d9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.19.0-202505291743.p0.g741cd11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"product_id": "openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.19.0-202505291743.p0.g741cd11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"product": {
"name": "openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"product_id": "openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=v4.19.0-202505200051.p0.g037a0e7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=v4.19.0-202505200051.p0.g4c521b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"product_id": "openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ge302702.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"product_id": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9\u0026tag=v4.19.0-202505200051.p0.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"product": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"product_id": "openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g5eb6a36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=v4.19.0-202505200051.p0.g848bf65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.19.0-202505291613.p0.gbccdc7e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.19.0-202505291743.p0.g32b5f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"product": {
"name": "openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"product_id": "openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g0b1b812.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"product_id": "openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=v4.19.0-202505200051.p0.g6fffe5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"product_id": "openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g45624b6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"product": {
"name": "openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"product_id": "openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=v4.19.0-202505210330.p0.g463c03c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gf575d88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"product_id": "openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=v4.19.0-202505200051.p0.g5ec8c6b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"product_id": "openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.19.0-202506020913.p0.gebd18d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"product_id": "openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=v4.19.0-202505200051.p0.g7591406.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"product": {
"name": "openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"product_id": "openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=v4.19.0-202505290012.p0.g1f882bc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"product": {
"name": "openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"product_id": "openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=v4.19.0-202505290012.p0.g1f882bc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"product_id": "openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=v4.19.0-202505271011.p0.g18061bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"product_id": "openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.g8be524d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gc736cbf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gc736cbf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"product": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"product_id": "openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=v4.19.0-202505200051.p0.g358b705.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.19.0-202505210330.p0.gbfd593c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"product_id": "openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=v4.19.0-202505200051.p0.gbc97534.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"product": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"product_id": "openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g4dfa691.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"product": {
"name": "openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"product_id": "openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=v4.19.0-202505200051.p0.g95f7bb2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"product_id": "openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.19.0-202506020913.p0.g8f1c8b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.19.0-202505200051.p0.gbfd593c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"product": {
"name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"product_id": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=v4.19.0-202505200051.p0.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=v4.19.0-202505200051.p0.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"product": {
"name": "openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"product_id": "openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gb8debb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"product": {
"name": "openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"product_id": "openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.g7184f58.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"product": {
"name": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"product_id": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=4.19.9.6.202506021814-0"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"product": {
"name": "openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"product_id": "openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=v4.19.0-202505200051.p0.gcffdabd.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"product": {
"name": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"product_id": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=4.19.9.6.202506021814-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64",
"product": {
"name": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64",
"product_id": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=4.19.9.6.202506021814-0"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"product": {
"name": "rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"product_id": "rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=4.19.9.6.202506020926-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le"
},
"product_reference": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64"
},
"product_reference": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x"
},
"product_reference": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64"
},
"product_reference": "openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x"
},
"product_reference": "openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le"
},
"product_reference": "openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64"
},
"product_reference": "openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64"
},
"product_reference": "openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x"
},
"product_reference": "openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64"
},
"product_reference": "openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64"
},
"product_reference": "openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le"
},
"product_reference": "openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64"
},
"product_reference": "openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x"
},
"product_reference": "openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le"
},
"product_reference": "openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64"
},
"product_reference": "openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64"
},
"product_reference": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le"
},
"product_reference": "openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64"
},
"product_reference": "openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x"
},
"product_reference": "openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64"
},
"product_reference": "openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64"
},
"product_reference": "openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le"
},
"product_reference": "openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x"
},
"product_reference": "openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x"
},
"product_reference": "openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64"
},
"product_reference": "openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le"
},
"product_reference": "openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64"
},
"product_reference": "openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le"
},
"product_reference": "openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64"
},
"product_reference": "openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64"
},
"product_reference": "openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x"
},
"product_reference": "openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x"
},
"product_reference": "openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le"
},
"product_reference": "openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64"
},
"product_reference": "openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64"
},
"product_reference": "openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x"
},
"product_reference": "openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le"
},
"product_reference": "openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64"
},
"product_reference": "openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64"
},
"product_reference": "openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le"
},
"product_reference": "openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64"
},
"product_reference": "openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x"
},
"product_reference": "openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64"
},
"product_reference": "openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64"
},
"product_reference": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64"
},
"product_reference": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x"
},
"product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64"
},
"product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64"
},
"product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x"
},
"product_reference": "openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64"
},
"product_reference": "openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64"
},
"product_reference": "openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64"
},
"product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64"
},
"product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x"
},
"product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le"
},
"product_reference": "openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le"
},
"product_reference": "openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64"
},
"product_reference": "openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64"
},
"product_reference": "openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x"
},
"product_reference": "openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64"
},
"product_reference": "openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x"
},
"product_reference": "openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le"
},
"product_reference": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64"
},
"product_reference": "openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x"
},
"product_reference": "openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64"
},
"product_reference": "openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64"
},
"product_reference": "openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le"
},
"product_reference": "openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64"
},
"product_reference": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le"
},
"product_reference": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64"
},
"product_reference": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x"
},
"product_reference": "openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le"
},
"product_reference": "openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x"
},
"product_reference": "openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64"
},
"product_reference": "openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64"
},
"product_reference": "openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64"
},
"product_reference": "openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le"
},
"product_reference": "openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64"
},
"product_reference": "openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x"
},
"product_reference": "openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x"
},
"product_reference": "openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64"
},
"product_reference": "openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64"
},
"product_reference": "openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le"
},
"product_reference": "openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64"
},
"product_reference": "openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x"
},
"product_reference": "openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le"
},
"product_reference": "openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64"
},
"product_reference": "openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64"
},
"product_reference": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x"
},
"product_reference": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64"
},
"product_reference": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le"
},
"product_reference": "openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64"
},
"product_reference": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x"
},
"product_reference": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64"
},
"product_reference": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le"
},
"product_reference": "openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64"
},
"product_reference": "openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x"
},
"product_reference": "openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le"
},
"product_reference": "openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64"
},
"product_reference": "openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64"
},
"product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x"
},
"product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le"
},
"product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64"
},
"product_reference": "openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x"
},
"product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64"
},
"product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le"
},
"product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64"
},
"product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64"
},
"product_reference": "openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x"
},
"product_reference": "openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le"
},
"product_reference": "openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64"
},
"product_reference": "openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x"
},
"product_reference": "openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le"
},
"product_reference": "openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64"
},
"product_reference": "openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64"
},
"product_reference": "openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64"
},
"product_reference": "openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le"
},
"product_reference": "openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64"
},
"product_reference": "openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x"
},
"product_reference": "openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64"
},
"product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le"
},
"product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x"
},
"product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64"
},
"product_reference": "openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64"
},
"product_reference": "openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x"
},
"product_reference": "openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64"
},
"product_reference": "openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le"
},
"product_reference": "openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x"
},
"product_reference": "openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64"
},
"product_reference": "openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le"
},
"product_reference": "openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64"
},
"product_reference": "openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64"
},
"product_reference": "openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le"
},
"product_reference": "openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64"
},
"product_reference": "openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x"
},
"product_reference": "openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le"
},
"product_reference": "openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64"
},
"product_reference": "openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x"
},
"product_reference": "openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64"
},
"product_reference": "openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x"
},
"product_reference": "openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le"
},
"product_reference": "openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64"
},
"product_reference": "openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64"
},
"product_reference": "openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x"
},
"product_reference": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64"
},
"product_reference": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le"
},
"product_reference": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64"
},
"product_reference": "openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64"
},
"product_reference": "openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64"
},
"product_reference": "openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x"
},
"product_reference": "openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le"
},
"product_reference": "openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le"
},
"product_reference": "openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64"
},
"product_reference": "openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64"
},
"product_reference": "openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x"
},
"product_reference": "openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le"
},
"product_reference": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x"
},
"product_reference": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64"
},
"product_reference": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64"
},
"product_reference": "openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x"
},
"product_reference": "openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64"
},
"product_reference": "openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64"
},
"product_reference": "openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le"
},
"product_reference": "openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x"
},
"product_reference": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le"
},
"product_reference": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64"
},
"product_reference": "openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x"
},
"product_reference": "openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le"
},
"product_reference": "openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64"
},
"product_reference": "openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x"
},
"product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64"
},
"product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64"
},
"product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x"
},
"product_reference": "openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64"
},
"product_reference": "openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le"
},
"product_reference": "openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64"
},
"product_reference": "openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64"
},
"product_reference": "openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x"
},
"product_reference": "openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64"
},
"product_reference": "openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le"
},
"product_reference": "openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le"
},
"product_reference": "openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64"
},
"product_reference": "openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64"
},
"product_reference": "openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x"
},
"product_reference": "openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64"
},
"product_reference": "openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le"
},
"product_reference": "openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x"
},
"product_reference": "openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64"
},
"product_reference": "openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64"
},
"product_reference": "openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64"
},
"product_reference": "openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64"
},
"product_reference": "openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x"
},
"product_reference": "openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le"
},
"product_reference": "openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64"
},
"product_reference": "openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x"
},
"product_reference": "openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le"
},
"product_reference": "openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64"
},
"product_reference": "openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64"
},
"product_reference": "openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x"
},
"product_reference": "openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64"
},
"product_reference": "openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le"
},
"product_reference": "openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64"
},
"product_reference": "openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le"
},
"product_reference": "openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64"
},
"product_reference": "openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x"
},
"product_reference": "openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64"
},
"product_reference": "openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x"
},
"product_reference": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64"
},
"product_reference": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64"
},
"product_reference": "openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64"
},
"product_reference": "openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64"
},
"product_reference": "openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le"
},
"product_reference": "openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64"
},
"product_reference": "openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x"
},
"product_reference": "openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x"
},
"product_reference": "openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x"
},
"product_reference": "openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le"
},
"product_reference": "openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64"
},
"product_reference": "openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64"
},
"product_reference": "openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x"
},
"product_reference": "openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x"
},
"product_reference": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x"
},
"product_reference": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64"
},
"product_reference": "openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x"
},
"product_reference": "openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64"
},
"product_reference": "openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64"
},
"product_reference": "openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64"
},
"product_reference": "openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x"
},
"product_reference": "openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64"
},
"product_reference": "openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64"
},
"product_reference": "openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le"
},
"product_reference": "openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x"
},
"product_reference": "openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64"
},
"product_reference": "openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64"
},
"product_reference": "openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le"
},
"product_reference": "openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x"
},
"product_reference": "openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le"
},
"product_reference": "openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64"
},
"product_reference": "openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x"
},
"product_reference": "openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64"
},
"product_reference": "openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64"
},
"product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64"
},
"product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64"
},
"product_reference": "openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le"
},
"product_reference": "redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64"
},
"product_reference": "redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64"
},
"product_reference": "redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x"
},
"product_reference": "redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64"
},
"product_reference": "rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64"
},
"product_reference": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le"
},
"product_reference": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x"
},
"product_reference": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
},
"product_reference": "rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:44:54+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3482dbdce3a6fb2239684d217bba6fc87453eff3bdb72f5237be4beb22a2160b\n\n (For s390x architecture)\n The image digest is sha256:3bb1850f4d09ad42d29b6c08d9e37826f94bd5553dc63ab0ba8af808c4674fd2\n\n (For ppc64le architecture)\n The image digest is sha256:c0ccf9abb281831b019fb0f2967de9ced0b56259313020b3787f72038f2dbd14\n\n (For aarch64 architecture)\n The image digest is sha256:9ab7debef422a7d96278d3df314c92b3d842409928aa9a0d960cd2e94529a8b6\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11038"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:44:54+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3482dbdce3a6fb2239684d217bba6fc87453eff3bdb72f5237be4beb22a2160b\n\n (For s390x architecture)\n The image digest is sha256:3bb1850f4d09ad42d29b6c08d9e37826f94bd5553dc63ab0ba8af808c4674fd2\n\n (For ppc64le architecture)\n The image digest is sha256:c0ccf9abb281831b019fb0f2967de9ced0b56259313020b3787f72038f2dbd14\n\n (For aarch64 architecture)\n The image digest is sha256:9ab7debef422a7d96278d3df314c92b3d842409928aa9a0d960cd2e94529a8b6\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11038"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:44:54+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3482dbdce3a6fb2239684d217bba6fc87453eff3bdb72f5237be4beb22a2160b\n\n (For s390x architecture)\n The image digest is sha256:3bb1850f4d09ad42d29b6c08d9e37826f94bd5553dc63ab0ba8af808c4674fd2\n\n (For ppc64le architecture)\n The image digest is sha256:c0ccf9abb281831b019fb0f2967de9ced0b56259313020b3787f72038f2dbd14\n\n (For aarch64 architecture)\n The image digest is sha256:9ab7debef422a7d96278d3df314c92b3d842409928aa9a0d960cd2e94529a8b6\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11038"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:44:54+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3482dbdce3a6fb2239684d217bba6fc87453eff3bdb72f5237be4beb22a2160b\n\n (For s390x architecture)\n The image digest is sha256:3bb1850f4d09ad42d29b6c08d9e37826f94bd5553dc63ab0ba8af808c4674fd2\n\n (For ppc64le architecture)\n The image digest is sha256:c0ccf9abb281831b019fb0f2967de9ced0b56259313020b3787f72038f2dbd14\n\n (For aarch64 architecture)\n The image digest is sha256:9ab7debef422a7d96278d3df314c92b3d842409928aa9a0d960cd2e94529a8b6\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11038"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:44:54+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3482dbdce3a6fb2239684d217bba6fc87453eff3bdb72f5237be4beb22a2160b\n\n (For s390x architecture)\n The image digest is sha256:3bb1850f4d09ad42d29b6c08d9e37826f94bd5553dc63ab0ba8af808c4674fd2\n\n (For ppc64le architecture)\n The image digest is sha256:c0ccf9abb281831b019fb0f2967de9ced0b56259313020b3787f72038f2dbd14\n\n (For aarch64 architecture)\n The image digest is sha256:9ab7debef422a7d96278d3df314c92b3d842409928aa9a0d960cd2e94529a8b6\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11038"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-29781",
"cwe": {
"id": "CWE-653",
"name": "Improper Isolation or Compartmentalization"
},
"discovery_date": "2025-03-17T22:00:48.760845+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2353041"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Bare Metal Operator (BMO) Kubernetes API component. BMO enables users to load Secrets from arbitrary namespaces upon deployment of the namespace-scoped Custom Resource `BMCEventSubscription`. In affected versions, an adversary using a Kubernetes account with only namespace level roles (e.g. a tenant controlling a namespace) may create a `BMCEventSubscription` in their authorized namespace and then load Secrets from their unauthorized namespaces to another authorized namespace via the Baremetal Operator, which can lead to the exposure of secrets and credential information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "baremetal-operator/apis: Bare Metal Operator (BMO) can expose any secret from other namespaces via BMCEventSubscription CRD",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important for OpenShift Baremetal Operator, because RBAC is cluster-scoped and, while WATCH_NAMESPACE is set to openshift-machine-api by default, it is common for deployments to have a less restrictive value configured. It breaks Kubernetes\u0027 namespace isolation by allowing a user to create a BMCEventSubscription that references Secrets from unauthorized namespaces. In OpenShift, where Secrets often store high-value assets like kubeadmin credentials or cloud API keys, this enables unauthorized access to sensitive data across tenant boundaries. It effectively becomes a horizontal privilege escalation vector, allowing a namespace-scoped user to exfiltrate secrets intended for other components or tenants. Given the minimal exploit complexity and high-impact potential, especially in multi-tenant environments, this issue is more severe than a moderate flaw and justifies a high CVSS rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-29781"
},
{
"category": "external",
"summary": "RHBZ#2353041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2353041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-29781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29781"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29781",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29781"
},
{
"category": "external",
"summary": "https://github.com/metal3-io/baremetal-operator/commit/19f8443b1fe182f76dd81b43122e8dd102f8b94c",
"url": "https://github.com/metal3-io/baremetal-operator/commit/19f8443b1fe182f76dd81b43122e8dd102f8b94c"
},
{
"category": "external",
"summary": "https://github.com/metal3-io/baremetal-operator/pull/2321",
"url": "https://github.com/metal3-io/baremetal-operator/pull/2321"
},
{
"category": "external",
"summary": "https://github.com/metal3-io/baremetal-operator/pull/2322",
"url": "https://github.com/metal3-io/baremetal-operator/pull/2322"
},
{
"category": "external",
"summary": "https://github.com/metal3-io/baremetal-operator/security/advisories/GHSA-c98h-7hp9-v9hq",
"url": "https://github.com/metal3-io/baremetal-operator/security/advisories/GHSA-c98h-7hp9-v9hq"
},
{
"category": "external",
"summary": "https://github.com/metal3-io/metal3-docs/blob/main/design/baremetal-operator/bmc-events.md",
"url": "https://github.com/metal3-io/metal3-docs/blob/main/design/baremetal-operator/bmc-events.md"
}
],
"release_date": "2025-03-17T21:37:31.856000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:44:54+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3482dbdce3a6fb2239684d217bba6fc87453eff3bdb72f5237be4beb22a2160b\n\n (For s390x architecture)\n The image digest is sha256:3bb1850f4d09ad42d29b6c08d9e37826f94bd5553dc63ab0ba8af808c4674fd2\n\n (For ppc64le architecture)\n The image digest is sha256:c0ccf9abb281831b019fb0f2967de9ced0b56259313020b3787f72038f2dbd14\n\n (For aarch64 architecture)\n The image digest is sha256:9ab7debef422a7d96278d3df314c92b3d842409928aa9a0d960cd2e94529a8b6\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11038"
},
{
"category": "workaround",
"details": "Operator can configure BMO role-based access control (RBAC) to be namespace scoped instead of cluster scoped to prevent BMO from accessing Secrets from other namespaces, or use the `WATCH_NAMESPACE` configuration option to limit BMO to a single namespace.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:da00b37b5a73b1cdf5c16b589e84d889e9d358fc464598d3c4712d82e4aa67d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:e3cad8147b30fb844c43e0b141a44d136eeebe6ac0645d82b763c4dfc18d6771_arm64",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:f55a3818599acd52eb64399f871c5f5427325e8e7ec7d9bda0b0ae994a55394c_s390x",
"9Base-RHOSE-4.19:openshift4/aws-karpenter-provider-aws-rhel9@sha256:ff48e851b1e866324d784e34cd36e38eef87484aab9c0639485da6eb961ad5cf_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:4ab44131b2cb3b6ca4edce4a21228d092eb9e394d60c904c85e529a20c341626_s390x",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:b10e872f66fddc30b0807110231f74f7441e8b393a91a8f9bcace37ab98ace73_ppc64le",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:c36528eb28e5012f9c794aed0567ae527a46210c193ca5dce20f70a694008461_amd64",
"9Base-RHOSE-4.19:openshift4/aws-kms-encryption-provider-rhel9@sha256:d44b27953826e6fd4b33c9b44dcd07fb15f622004a08c484f48940f4bf788634_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:3d930726be74d58ce21451fabb2c5a4de5abb5a7990f06540cd0ab43213ab07d_s390x",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:6ff2b850f84a7c3b6f3a543320a9a21fb1374454563430dcf28430206781f195_amd64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:8a51d40500d4013da48203189481a217d7387c6b756077d91a38071470b23bbd_arm64",
"9Base-RHOSE-4.19:openshift4/azure-kms-encryption-provider-rhel9@sha256:fb1e071024cabf1dc6f35aefc247aca90c77267ae46cbb4b7a99134ca3458ef2_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:860f15a74ae06675db03194d377964575f6c03a6515b793f015d22c8b7d5aaf2_amd64",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:af7c46d525fbd2494a5a19fb549be1f017f9f8dd0a24049d2c0107396f48fa48_s390x",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:b47e4cb3796c52e993e139f67d2caf98748311acf83d3bd9912a0d6634c24e28_ppc64le",
"9Base-RHOSE-4.19:openshift4/azure-service-rhel9-operator@sha256:d7b541ad17a1d0bbb67601a0637484c709bb4f8bfc81aa65400dfac9dbacda11_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:a497efe9b6e77e7fea511099462c23ea824939208098a8f4df4ff2e531e81cab_amd64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c2fe23659c0446480a463b5d84ef2236d817f8657794440b84a64a59a02fa750_arm64",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:c59fa642d37e4081c89fb1605dc0ee7d9ddbac246ba5ef7b1c6871bdc08d9427_ppc64le",
"9Base-RHOSE-4.19:openshift4/cloud-network-config-controller-rhel9@sha256:f17ca90342a7a8045830039077b7c8c029989c76d7d9ebf84710eaa212c0738d_s390x",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3d16b508e629f3bb503938bef9b00fa9e012e89ca4be8317fd04cc353960fb32_amd64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:3f35cfc1ab56731f65fd4cd823818a69d1d7a79e9a66dea2b42278103820f280_ppc64le",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:577cd34fe1f0a7f77649550f9f1ef89c6c2c62a583b794ea1f46ebc5555b50d2_arm64",
"9Base-RHOSE-4.19:openshift4/container-networking-plugins-microshift-rhel9@sha256:86aad83cff56444dbb74fdaab7c6615fcf0be393d8628372d2259c30b534e108_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:19fc4443bcb387f5916ec700c90f8de839cf99ce279299b724eb2c9c7876f449_ppc64le",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:58739e57dad22a381a3c57b3f5ed8dc8957012eb9e8120974de12f1f2bd2f728_arm64",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:d8e8972c49565ed7a6175f6d0d229b9f4b4711fb888f0c6eeda22b82f8732383_s390x",
"9Base-RHOSE-4.19:openshift4/driver-toolkit-rhel9@sha256:fe0322730440f1cbe6fffaaa8cac131b56574bec8abe3ec5b462e17557fecb32_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:2a6eef1e29be5f2245a9003314d6cc86cf82bea9715008337a5a361a0b4d8588_arm64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:4e09016868ae70a01bdfc3ce0a78d7c11f5f64f069f22a828488418bfb448837_amd64",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:89775b72efa1b69549cb03679aaeb2f5c0296e70137626010c470f3113d66a22_ppc64le",
"9Base-RHOSE-4.19:openshift4/egress-router-cni-rhel9@sha256:bb3654012d21c3644e8449f37c30ed793a0206acf73639f6f208859474c4c367_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:1ebc383d276fc18954c3ec0141e915bc536c50015ee0086bcb04c54dad9ea28a_s390x",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:420350a90fad61e3eb09c86cedc700611650de4c79a61a61f462cc582d8e3cc7_arm64",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:8939ea3164acfb8fe45e78344ce0edb4a99c8562c581443842bd0f7d1104834d_ppc64le",
"9Base-RHOSE-4.19:openshift4/frr-rhel9@sha256:a7c52588dea441a166b26e1e5cbe38ae0b2cf66553aa84b9a63e6591e11bf095_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:0e4ad840f2287af6a355bc756de6d5a36f0ab0899980fdb88aadf7bdde40e83a_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:41e53df1715a12846c782236320c90d1ca358a42c2902b2b921110f5cf9dfc58_amd64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:b3f5c971209ad036ac2affdf4531c1ead642a96a4896f40e9b77b6055fd99f4f_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-exporter-rhel9@sha256:e02b6d852e9cfcb9146ea3dd080b9a63374410f0fa7fc4c743726b93574604a5_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:1a899d13c2a7c95fad8ac5f33d4d85ed9fb2f2a6a153d1bd9a9b8dd45919e96d_s390x",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:7fad7e3b9533c365f9516d5a6ae13b156d29c6cba6ff674bf4389118dccdb835_ppc64le",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:8cba9ddcdf77de697e1455c8516794a0ea4ac13726f1ded11a5171d3c7500b41_arm64",
"9Base-RHOSE-4.19:openshift4/insights-runtime-extractor-rhel9@sha256:c9a37a415e95bffcf55cd4ea7ef057cd3b7e305fa49c2619e9fcd3d6f00fffcb_amd64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:6e0a16d545087a7b176c28b3abe8ecd85cb58d13426b8b3d89cb8431e8a821b1_s390x",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:745a9a3088a30afc2eccc2e27ca1d8e6f65fecba7521e3e4ae5524dc51b0dbf6_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:84ecc70a0036ad30a0535a6042d855e2ff90591afe3c4119e251f8a0e87a1181_arm64",
"9Base-RHOSE-4.19:openshift4/kube-metrics-server-rhel9@sha256:eec1e20212eb1eba41af4972b335e0b3706ef6dfd3ab6d76f701431900b101e9_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:041fb120d63cbc075fc48674717e6da43a5452dc0c568c5c5f00c03d14187526_amd64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:c984c22be707fa38c66eaacee014ae9332346400f224542082b80ff872da2d53_arm64",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:d6c66d94e4aa1270c388fccaa2430bd466671c6277d1559d5feca7ebe17fdfba_s390x",
"9Base-RHOSE-4.19:openshift4/kubevirt-csi-driver-rhel9@sha256:f9086ad75fa705da83d2e32882e4b0bbe5d7599c9a6e224b2c159045b9ca257a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:05beb48975f3d46f01cf6faff0ad177a2807198917ad15668b6e733614fb0c35_arm64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:0e23955f00af541b17329c5a83ac1b708b8cf5bac2603d8b714fac6028f1f3b8_amd64",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:1873f3b659ef208b4dc3a53b839f459fab46859dd45fccd891be8c9c0b120f4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/network-tools-rhel9@sha256:7962f0aba19f830778f69bf56ec4cf860424b186639d4041a1f4b26d49062566_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:089de7ccddd7b67ca954a571df5102e209e286376bd1c37a502714d007c0cb02_ppc64le",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:0d8bbcf7251ffc3a9da66280edc01a9fde87818f583032664b355ab003c8e4e5_arm64",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:4d74998e5c13fc797e1c1e47dcd84d0a63139d4fe61cb40e568aba9cf1d4be1e_s390x",
"9Base-RHOSE-4.19:openshift4/oc-mirror-plugin-rhel9@sha256:a31ba0ad8affa59dc4f04deb6d54c57b76f9cebf262fe9ae29d126a06b524d03_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:28370586cb954a9b7c1ab07b573733ef9a7f6bd65e6955787bef0a0640594193_amd64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:2e34f6852951eb3073e5ff1ee00f0cb49ad06613dea4385ccc0e08b2fde66762_arm64",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:a6483e515b1bd80af87c0564fe8f28aab3703c9a732364d9a8ca55bbc51cbe33_s390x",
"9Base-RHOSE-4.19:openshift4/openshift-route-controller-manager-rhel9@sha256:dcdcbface9cb4b874689198cd7f86f7fc02e2c511a49e2d9aaab9eb57db444e6_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:3fe9b080c0f25a13989ec915f7fa4a31ee99ef2903bb8f4abf90552ef138809d_ppc64le",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:5d0dfa21188e41c0d0e4449516fb17caf5973b9acd1fb9b45e3e1ba7c4ce2362_amd64",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:b995e1e5b7f78593d33cd9b1bda7dffc605747883db485afb90c65f68379e837_s390x",
"9Base-RHOSE-4.19:openshift4/openstack-resource-controller-rhel9@sha256:d2f6704699db431fb08a9575fc468e7a7b78e83b592bfef0ca11d6b2af1adf89_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:1d183d0dc2f91b028ea230bd252d551549216e7ed0c0751b483e9a3e7233c078_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:3f75fe39c6436fe089df266747d4ebf40ed471647f03525a59c021121bab7605_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:dce313fda87d91567c2ee914d7b383a44b2ea595a6e8ee3f1306f9b31b0c9383_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-api-server-rhel9@sha256:df578486fda6b7ab95367fa9abc6ee1c8c7ce81d00f5172f701228b4ecf46894_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2e155322932804303a071672e806b6c2d006d0fbfb2dd9329e25d268a9ed9328_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:36558d8b9b2bb6a3c7dc079b5ff6145cbc4abccc6022b53052eadd341d0ad747_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:577b16324685afc826dd00a6933b7ff5f4769af640c3562a3e085c8449231280_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b3e97ed95a2c96e53b1539c59607ce6b025e6b21d1a426e25a35178d6f9d7d5f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:3c450d12e3bf2cf63b7a487632fac18e3aeaf396f6377edd4238349b795f749c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:8275129efafa4f783b5da4febff6c67f6f7da2257a50a0b2fb4859b33c255b6a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:b37b9614fadad3d8beed74ce7bfe616af39539d063a90eb5be78789403050c36_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-node-agent-rhel9@sha256:bd84ce4b125c7eb5062521f263d185d55b4f8a3cb6bce448c4cb5208713917ab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15f35ea4afae1a4387d05bca9cf67a01e9fe50167c1a21852fe134ac2da27b44_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2acb08efa0193edf9f0f3b26e7d4bbabe0900c3cee4b961088f9f1f23419748e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3d9bc5804b8b363d837b40e7b56bac572e8c09210356f56c1ac763d649d00eb9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-orchestrator-rhel9@sha256:79773141befbb49cae9a29be7fb0759a348ef104196ad7844df571bb2a4e8ccf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:1cb167183a3c5f6882f6fac330e0323db919dde6f496dd4145aad8e7cd29f4de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:2329486aeb66d91c41089d6800140a338c5b05042640891ff25302811a8b4fea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:88c383c13b8a246003ebf9e14ea57d1a0bbc986efd2cb105fab7a644cdb20758_amd64",
"9Base-RHOSE-4.19:openshift4/ose-agent-installer-utils-rhel9@sha256:bfbb955d2bbad06fca59d1f82fa70b8db3c37700d8710559f83f1487ca19d4ba_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:110d232d278ecdf7086912bf995046457fe5f5a69b68c919df23ea0b21d8775f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:3f333fb9f02100858e120a55d6a5dc67d23f6e8c792e7cd109a1cf1c6c84719e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:6812f8c8d0afca99dddf239bf8fab4dcdbce0fe166a57e2a4c0bf4d5285fc56b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-apiserver-network-proxy-rhel9@sha256:7a7c1371f5ed8ae29e54e669a35b39e41e2f102cd02649cc3f0de4764586d3aa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:2ea1cebab3bc63fb2af0752ce284e5f6663111030685ae44efd8438238892798_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9220f2471f3c68f0d40c1726bf4b79a6cfd191c3353f03ef7bfe458c5f263dd3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a5e4e8aaa914f3824d4bb027c8cb47057da735dab738b00c4baf59f47e5bc3e6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d9943fecba6e30153f8fce622483432a43ccbeabe13c55a0a6a6f20d06c30ea9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ac7265216082b20dc5335f0424c48221cd35e9c7b889f3a9805c16330104d03d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:b4d5b05f5380482095274b7eac26618b9dc525b4b08da55c475e4759981122f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:149f4e7f977efa1ad20da16a8223267b0b2e0325c65b121393e602af11ef5cb2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7fa02177ba9183588f7752b800034307f4e173d68188e6c329fbb84864b6c8a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4abe9249990bd13f6cb910b44d997972b24c42b600d4b2f55c02993db67d7cb8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:50d8fb41b650c0fd30b682b4effad8dbf3e7e00e66b2aa01d2c00d38c0270cb4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:91f2054b4022e046e2c62ec8809aa85b5a3c55fe3a0ea1ae76d0c1c8575e0bba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ab584d0e0dcc46fdde3f9e2aebca32ecebb508deb816f0108bcca415727c49a4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3afadee88dfd1a1de2d6f3e0cd22b77d8fa2e631c373e89a5ea616c017121d5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b8cb952845c068c8f782a74292e7b8611281f6fbebd7b9255f8bff115e18de80_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:bff29304cc26ca645f0d28ce183d725afd83b00c2e62eaa19939acd077c78e10_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e43a4c4b54a25f54f045afae931daee667568caa0609da0fd10f64d489e948c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:7039f234ff30298f4b01aeb4436b56fe4da6eaba8a755066690391170a1ed67e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ede8f862f3c41c38a0085a5cc09a33e9d1e6f04b32a8613148aa8a5c81d91bde_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:12a6f518d4b4797f2e6b1ec1ac1ef611bb4c43f115df778b931c554bc82afd7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d51c5c56a80cf03108e05634e7ec88539551c7478cb24c00e7400e44e23923ca_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:255b2e974c94c06fa20c6569972f5d0b0b663208b0a73c7725dab37bc32bb6bc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5e02ec460e4f710a6754f04df5f0572d79905280b2313a6aef4df4f6c4162098_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:31d5a9463d6e279e2f9a838c26365615490b812baa517e871271ff3d1746f79a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-file-csi-driver-rhel9@sha256:47dc88e18b517d1932bdb9ea823a9ef44c9de4af3f1b0675b6233b41476e59cb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:7c86871fceb3e6f2ebc7c273f2eca9cde26caaeb8d26f433fd5c9bc7139c0354_amd64",
"9Base-RHOSE-4.19:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fffb2c9f93d8dcbb247cc61a430c24ef5c00fed0b2ef6e3d8eb190a1a18cb08c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:085b4484d648764355c455134481f4321d2f9540e6043499315d9a556ad16693_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1a5b8e359b86c64e51a276c0370d8f72ba1a260b87ea430ea537cfe842bfe8fd_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:84ae90f4fed774b68690f88ea7846b81c09b2340779d6b852a1c0b413f92be1a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:85c54e896330d377b944bf133c71fc73783fbc92cdabc542ef1ef3ff7911ce80_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:35892f99757a4824dfe6045face77e9660f4e8c01152360cabaaa6dec3b5ae42_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:3fccec37eaab213a3320c4ef2e00cd3edbc1e3f43a309fbe2f40254d0f0cafaa_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f1dd672b5932e7eee07d9a290e716bb5b7a64caa8f158a8436f48fc3958abe57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-installer-rhel9@sha256:f3855ae830b4ca62f51436dfb87acf63360810b1311b7d1028e08b19685b7868_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2b36543b106c4db585e4e86fe326fed2c1ede3a6d9c95dc93b81681c0be0453e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:41ab24e37ea8ce9ba89ceecd23914d78ab9aadb91e74730d52b7a3555124611d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5f624552fc43591f21cc8149cf1936337de7caf0338651d0607bbde6a3477279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-machine-controllers-rhel9@sha256:957e98d1e4c4e3b6401c377c40a12ff06478bf4559b1a909cd1dc4d67fb48421_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:2c6952db2c723abd24304eb4e05c0e797b87e6447493ec011350d52adbad2a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:43a9cd0ee76f53a7a26844f19d63114a919180b4d12ded258cf54ac8399ffbb1_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:633e522b053dbd7fa28c5ac7302882dea2fa8cf40859d7d4ca4bda1e9a2c1d21_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-rhel9-operator@sha256:c6474c38659bf3ee522a89ec6371e1650414f5d86526883b1f1c4588c40d82e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1363e4af73ddca9aff1177e7db90aa1cc29fe99ebd1801d39b2854e9d06e4fc8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:342dc74abddae5f547fb4585a4f32b3306892bebf39bc28074ffe6aeb03eaa4d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:72d29902ea5c1652a1a5bbf2efb7bd8034325bca733fd8d61534c3406cc8f932_amd64",
"9Base-RHOSE-4.19:openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7dc109c713cfb490c7f988f1a35b34a7b92da99d6e39663894ce05aa84283c62_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:0d99537716f4a3ca2834915abe64c7c92755c3476ff8e2831a03c80357ca38cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:6ab7cf831a4ed823e9c8615339794148cbfd6c987af8dc502f64b6bc0be97ae6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:9de2c781218d141d8bc20359f19f4842ceec3465cc74bfd4390573a5310a3191_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cli-artifacts-rhel9@sha256:ab415b8db5c56e70d1a6ddb5179daac9502fdb4e6fedc1d092bfeeca6065a872_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:a1e1e8a9246c51cb404bcb7d60aefb5842104e38038145455ce9468a146ce6f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:b62b2c13fee75a6995ca2068ce4696f2c33de743663ecc559a9a16739e47313b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:d4b41ea0180046a3c6523df9390dc600230db03fdaa2ea415ace9b50765af9d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cli-rhel9@sha256:e324f0ce653f17fbc1399e878ed70fca3a58e08f16e681c0e978e002b8d6fdb8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:08cc4c8005e57e96e33649a6e160fb209f52d6b967f8d2165efcf966bf50567a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:0a22f33ac22728c5d2cbd41285fb8456d36c018b78713dad097bc409631461c4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f154352fef24df1214e7873193e1efb31eb8084168aacb773fa61e1d06abef68_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cloud-credential-rhel9-operator@sha256:f916f0090f36880fe3ef578584fad7dba46bd6b4be253e1fec9506b3d182535f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:0c5d2d32614274f0eb8a4d06da687bc5e3e3143e8e8332343fb3bb2cf2bc757a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:2c5192a37726bf8e5b9abee4ad3660e1c048f27c0a10178387adcea199494e69_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:7ed40da7e5b67ad0d9e2bf679225441156812d212637f054a60ab5dad0a435e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-api-rhel9@sha256:8ae28553754261b32a992d0112933fd5541d61b07f58edf4e610eb3712dec729_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:17242f4cccd2fb4efbf495a0d2c25578bfed0e41f4d2f09ec9f860ab71553bb6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:9007ccd598ba6f310bce256fbf3bbc837b6196b72a271e207dd89c3a8eb084b7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:c6d14939cebe5e6d7cab3accb65980ed757ac1d1ac1f7a831b8b02b47a125417_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa6df26fea60364aecfe1524f115694d08f44ab9e498f478687e108d949c810b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8bbc6828f9dcd29b7443c502eec0ace3bb19c7573ede172442e4677da6981355_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:913af6d186640d1c5729a2cd9b8190bc9f53a4b621263f8dca7a0c417a40f1f3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b40fec6b920fcc547dc2bc89153f8bf04876da028de75ad3da23e10e40216ad1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e7354f31e059e98a28749a75e4d35adfce7b10b2b757872457447e2170313cad_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:18ace27fc3437e04653c1d8ae43fc2c0a9c8de9ff4820a91d50a4e9542571b2a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:58aecce02213442dca1d581145e85d45ca22f0ee5ebefcd5cebf253abc434cec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:997e821796379441d942aa9043da41e8a09f852e886b13d1c203b1dceab98b6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-autoscaler-rhel9@sha256:a7e126dc690780387385662c7a79da7d2ba81b79672d2b02749857c39cd958be_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:02a4aede6f4f718c6d4097023a87ce21a3a92875f0f22725f385faa4744519f1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3a85abd934bf5dd3ab011f33a4a7b91ebb0cd5c4d1712b36bb462bcc123eb03a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40dab8f4f4fd5b868ea6aeaf833e537fe8a647699cff78e540a069c16dac0c5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-baremetal-operator-rhel9@sha256:94c91cd16e2b97f889d6c09f7e70521e17ad369734ad491315bb75f4cdb21a00_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:27f56390b2b41a85e8290ae22d2668a8d9fd27a07666a0ad40ffddff9abccda2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:7b79422bf4ef25441c8a1212e9621bdb856262b579de4ae3629cc120a67bc554_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:8269d8a5bc8ed47876b928b4c1710998cec4935d65b98b53284dce56507ebb54_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-bootstrap-rhel9@sha256:9dc76e3a679d0d96758567f454a0f7495a73568d8c07c49c527c8ce1352a6187_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:29323019261806894e15cd0b60c9cc8b87479669688c435a644806c8df3e6dc4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:3b44d3f1fc9c9fa6378c3873ad47b5a558b5f36253db4260244d6445ca792483_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a3ef820099666f302afb5419ec9b91ddc7c2860ad6a8c684ee5fa43f5d1d4fac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capi-rhel9-operator@sha256:a7cf88a93161b10dcd90d9cb369d051681821f55f8c272c179bdb405cf81a547_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:53553fd70d39cef43b44aa8705e48b48e53c2d93c217a1d60dc960e20dad9a4a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c44b592ffcf92ca469d5b9367b345d5e70e695c70aad5fcd32d6332c9c9dff0b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e7d5b1a3d0086b45df1f3b6b55bbe532af6b9af8f26ca13057222859f32f7d30_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f083e43517483f94827a0518dafcb995539c05d65a7eb21fcfd51af6d026e219_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:3544a5bb9793fec4686176d904596d0568657455ef56e95d043f60c81eddd80d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:74b937a385ddd3c00db9c14ff6176c9e2b577e29dc05ff91076cd2c91ed7e6e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:8859619ac7e46f633b6efa3877e8bf5b7eb9fdce5c9ac367d29823373eacbb76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-api-rhel9@sha256:f4288e7f51fe5089525b5ad197ca9111e80a695431a21f4d3577aa18b32a315f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:52f05a8f48ad333c217610a94633cad0617cb3eacc0a36556636a4a17a9086eb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:534f97abf05a833555392ec95a8aad9312cd1f6f08e427c1c590cd9f6c21f396_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:6de3166fc4d1292940fcd25694354999bd4580fc3ba020d442c0d8d47a77c443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-config-rhel9-operator@sha256:a7f273a2a4a1bd4df9f76ee8d14a4ba6641fe7057f1db41b4eb947c11f2ba8e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aa60113e3530c86130325244e8728e3fb5992333e0553c6d10160792e90a4f40_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:af025bd9e3e1611584a4b51538ef4a88a534689d7ddd09945d4e8d0b6cbaccb0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:da00aecd7498951a846e2b208c9177f19a172061306270bb14f6bcf0f0da3990_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f5326f43b07c391f2f42ff9f228f45b8bbe6cb51af420550fafb3a9d32715fd8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:240b4a11738f5dbab63a4086b3819e583a8f1d11a78250bf40d17ecd04693a3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3c3af98ce402a455d962ffd03cad26ccbf994126fbdd5254ce0ebbfcd8ad595f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6f20428045212c3faf02ee14343972f6e83ca796b0eccc947f714dd535bc0d58_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:91d2594a2fc3b07831a288716993c98bf212105978cbca8b773817ab55f6003c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b5ee47eb6674924de8eab2cdf7672176c94661a5bd4e45489ba9d8e231823fc3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:b61829f9a4f4ed5fe8725ef5b64e2d399bcd8149b167338e03ee1684cd11ea87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:dd35b1397b12812d0628efc9cf8333bd9fd7b0f6b84e5c011aafc7fab205e21d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-dns-rhel9-operator@sha256:f10a5905bccf95debb50f9a72b3366d11ba081b2c6e156be068edd1703568921_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d5b14fb960b805b4dd220e9869fb95446166f8be2ba3a7db2f66dda4a01497f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:53afb0cb9dffbea9a832526ffa16cc46b61d49d2e03a751da4bb7873c36bde20_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a3f965aaf848d910e9a2462c08b53b08e6cf762fbf76220a7af1a809f8ea92f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-etcd-rhel9-operator@sha256:fb195287c17381da84eb94d7ae6516e444c8ed17bcd10cbe4f2ffc75cd3c4145_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1ed1ba0ab627a6eeef711ab06de12ca68487021c156c7262b1db3fc5a5db5b12_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:83e3aa53950bdd295ab575e39bf40be3c0fe18cf3378b416cc6bb707a0de3949_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f178907077df81c1d4d11dff58115ffe00cfb9bf83d5463aebcd4c6eaf5bd9c3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f60b869aa0a0231728830c37b24444c46f95290d6e152f9776332c4bb25761c4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:1aabe8f6bccf90a9378d4b9f2188adf0cce443ae6ab56c6dc2edf181b3839cc9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:55e4c267d1c2088869ee9d151be0d440c0cb89e4deab456ba3188c05e4cc0cd9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:67f058f02d73480d4f821a0f5e4b5b0d04af115e460362fa795e005fe8bfd6ac_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-ingress-rhel9-operator@sha256:bcaed60d41d3a98af03692700fb9548945033b5ca8b5fa67f3e1b357f4904352_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1fa94a9b035198b4aa9fe0092c364af7533e5042532d31ed6e789cb3d1eaa015_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5df3544ba964fb5c41992b4c78762b6ac529095edc5c2cb2560999efbb16a9d1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e877b7f85a7bd4693e4228a58774d6e5ea13a6f22da12f3acb73e931f68329c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f38ae63a621b39d8edfb20402526af730cc7cd5e0029f67e242a1d3ed6dcce0b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4ac543279e3cf967f63a7f369a2f06645eabb324cdf9aac81f6bd81d86557c8c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:932a2d9a63ecacfb9eddc9db6a648935e6762bcce8ac7f2c0b7f72208d48baf3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c03c6529d522b3d3f333ada43a506d44cb30a022c47876a5688bcab5e83aa269_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff7ceb9ed64b235ec902c3ad1c17539d234ce3662b90764db08bc21b2f103116_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:7f308f2764b3c9c1293ff3dd8c51f50db0c040203705fc67700b922a8051b495_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8758ca35bee75c9da680cde96f64e9a26b54653fcc2fdf43f6f97278203862ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9a425ae507193dff06a8f0f061a6cfd7a29eddc5052b8853bc42bfdf953bbd95_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d182975efae6d3002861df05ecf9cc7fb6fd675c8396513f01f0804fb07bf0e4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1e67b42cf010b968969ca6f362d28dc1addd84d7d2fcb20bfff49eced688adcb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:20b36b9eaa6750d1e9fbfaf883cc89ddc5da7a298f33f9a21ffedc3a43a47493_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7bcedbb84d73c5c3be63ad2369d1c676249287d013a77e81b43fec07380de645_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8a4151b9b564c652b3083747e40f584472b78754e3291c19c7417f8e82ffc396_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:1b75e5184e3e67be34d12bb2e8827664523f036e06e5f51a168c060ced221248_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d40192d6ba8e601f75891fd58d5cf95b448c64d42c58151c57fb54ecc5bbaeed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f7267cd733c717663c52244b3b98b3070e639f257e16e7aa585af49c7cb37392_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fbba74f1ef2ab1667a1d2a715436f1ebaed86caa8a04deba9e9b437541266c74_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:16a19a68bf24dc308a59fd24461c6dd9e51c4cbb56aa3bdd1f48ebef319506f7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:4380a3348484e9270e87b3d398c90aa5d896f0438a08bcd9f969e7ccf29f8add_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:d6733cc8d05e333c2b18a159ba44ae16648a3b98bbd58d223283d47d53dccb51_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-machine-approver-rhel9@sha256:e245d428902f12329628dd7197a543d6194bd0ae863f2eb5bf45f6c33224e4d8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b794920789538c89355bef297efc1493b86abe2e5e9ff2b9eb02cdb2683f17c2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cb12c00681bb754aea97e87b8b1aa055a77c59b82669c69d1a9a6495a0644e04_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d2f539e7ffb7c5791be1119130893d29ebb318d8b18ab77b572ee6a0342316c5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fd62aa67bd362b2d56528eb2a1d206443e00080d24163f6b10471cbeb29f08ec_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:3f1528bfc0bc8ae5cde0e039fb0ca968f2e1ca64eeb83368ff9d2a7178248b1a_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:74b5408affccdda1d81aeb64e238270b9cde0cba8d218eed5ea0d452c6d19331_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:a914d44e24d9d11eb2fdfbc3f91fa55a355eb424f9e22366af3355a006a94bb8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-network-rhel9-operator@sha256:c7d149c564a0879887cdd134d6e773e7d7d78a197cae4b0bd04fd1417d8e2ccb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4df22a14833e559d410f7b5c3df519006c889e9fb63d4482e7feafc1e50ba507_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5c7ddbe7f8dbc1bc1a2e8fd2ef2babbd83cf95ab5aa43820f603b82e7cc8cdeb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8f34ded845d43ff4beedfa658ceb4bbe0028582f9a70404e818add05baa4a184_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de91fc373d0cf8ecdad9f2a478e96486e98a604ee59fbf97a33a8ae244cbc9c8_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:2175df1e9d0abf882349d95fee3fc87c85cd1744c74b0f0e1beac24edcc4d828_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:95fbaa13f35bda54cdc38549fc5ccfa4bcdd1038f2a752a08f4d94da9f761aaa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a707750bd1ab0d6a02f24066ca9eeed3690f05b6805aa1d2f0f829e71a178009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-olm-rhel9-operator@sha256:a90eb4d796e2c1c124f33a84be2fa5809d547cdcde026c856beae0f6b95b85d6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1e6bb026be5be7eecd41eac7a1998c488475e465c021e0aea2d3a1fff211c71b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:62f8152ba9ccb06cbb6217c0d535b212ae590741ddfd98540ac9e6647d94cd5b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:94bd80f9b6ed9668e07a0466eeea1b18413b1e737742a256fb316e722c5abb8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d1f3f8866b8fc6986cd11792bc1bd91d8c1e4a6e5a2c3a88f2b94fe23840ebf3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:49ffa3766422c44f0f40d0ebb4276d72508714623f3d78ed45f50cdef0917262_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:98aff0e0b2cca28b413bfa4963756a8bc924670a029f3c47f69489dcadd24a93_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bff86abe981ae01a5dc5c9d78aa281856c1709cde7efc2694e8fedd960acf9db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f79a9deb1e2bbda055a7d77b978243046009f6854c1b680b2e99a7402655b925_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:0173a4aa8b17b2c89213683c0944da44ced8ebacdddbb20d9197848f9a7cf6b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:5ad255c036dc4b8ca07440e0b84198a066738c739aa666b05496d399a67b25f9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:84ad2a25fde13ac2192d195948c1907e79b681f77b80ddaef5d4ce166d9f3d23_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-policy-controller-rhel9@sha256:f92501a3d4f2205ac8b3934e112f499ea3c25bbd0330218ce15ebb53d2a1854c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:1e128c585507bd96c04cd4a18b87d9487775075670955533655158b4ade6390e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:31bd1103c6167016bf23ccde0c1a2f7f02ab3d9f3d0bc1f79532f49e1d5cb89e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:32a6058e327e4e5d07bebc6f31e86cf468b9d9ad82cbd699e87f49c4040daed5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-samples-rhel9-operator@sha256:42e9d26a82d593813844d53f025c710a4d403227d0ed4274b3aba6f4b994d34b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:14dfb126780078d4344beead6ec86eaaa70f99f567cc1adc58106263be2bc4e3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:3adcc3d251926cfd0ab132afaf1bb299099c1fbbfb8f2aee559ffe01e90f0e0c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:476a56029f7687629f4455c3897275b13496801f3f6b91ee8451b1e647bf290a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-storage-rhel9-operator@sha256:4e35d069edbf728370f143c91f521e44fd0b1b4726b9ac2528ffd90cf45951c1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:2f86c2e4f7d595accddf03ab880fc604befe86a5c39413a6a443447346634c25_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:86a1c2146cce1057c3d0beda2001121959d4e15263311e9d73a841a506222dd9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:9630ae2005b4b6d62bc36ca33e686a858adabca2d1bf6f40a24f6bcde9a38fc0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-update-keys-rhel9@sha256:b51f88caf2cfd1a6b6c6972fda43336acd0a142cf185b56097e838f5b4229cb9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:06c665146f35852ddae9291408168007f97b2759db79574c3858dfeb08feeb4d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:07bf38f83bce0a307ad2dc83ec7385e316dec75477a4989162e1505344eff20f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:eb3457f7507773d737475c7120344fe988a8d46e960617470a6da7b4e7ccd96f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-version-rhel9-operator@sha256:f721b177f9c2853c2806724df2c444d427ff000ef283f02d7eed6aefa90ee521_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:2e0f630d99abfb5c64b4931bafbf106ff904c6a774e7040ae9867e83b6bda2a9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:48d401ff05a614b75009f9dd2d52ff71888b13a9ba598d223d4ed6f0db836bdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:8160fc028f68ae53f20be3dec9d6c0fa8333f31aec6b04a7945c0b788ec84616_amd64",
"9Base-RHOSE-4.19:openshift4/ose-configmap-reloader-rhel9@sha256:b821f78379c2e1a0dfa7d8058d60d70dcefeed2dad76af4b4a32bb419740455b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:632f8db0402f3c56405d77c202c76fddb771e06f2e12149b5fa37ef28ccc5abb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:9ed59d99df69ce995ee154326ef5cdba199027397a4104800d6877a16bda9a08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:ad80509d480f37456027b4c87c7bbdf4b7fdc2c424a2a464ec91cf4bf41ef68c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9-operator@sha256:f6635e0da1a57a2e940c9f03930630aa2faa3bade10fc06bb1ab50a52827ddb8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:4271fde3369ccb6cf8bda8666374932bf6ea6f790b49d9e479fc71991beb8218_s390x",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:8e99230a8b17751756d932e3b8a90fe6e65cad858d44cd9ae020e82ae9b14144_arm64",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:a59c00e1dfd60ea86a0ff30db5d6ed40e3e4fc8da0d94e6846f880d9387d89f7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-console-rhel9@sha256:ddccf18c14f920e19b4cf2bf3e6c3f61d281d3f7c059213dea8774471629ae46_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:326c095c44a0466da329418f9fca420ee9b1c050be92b941939f42c57812377b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a2c9a60b3b92629f1ec0a45db7fd59798d8cd04f0f53b9aa847b8f51c6ccc302_arm64",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:a615071322a56d19814d504d086e01b1ea9869a2a8db6af3168862cd9d3aa35f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-container-networking-plugins-rhel9@sha256:ab85ecc1dadb12a811598baa7e5b23355b3b2109b1f730aaa0c384f9edbf0dd0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:00e4b652953740705933858de8d494a2c4a746a8d787dc9be67aa0ab59a259db_amd64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:103ccd79b091d29a9de4ed97d9a0df9a5e7ba0697616149434908ca4c690ad12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:a59e134deabf9903df5948e41b58370b2c481ac14046020424e2262aa1c12bdc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-coredns-rhel9@sha256:bf37df7e9f411ae8aa1217b3f8aab3830fb3fff45cac121cf46eae6373ad048e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5fbef2f856b798e8c12dc7b468936e967f16cb96e9c6621d9498d29eb41deb3e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9-operator@sha256:c2251f3b806016873921b826b42e4842e38cbbeddce971e6980ab419359a152e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:3c941e6fe3807550a0b66b178314d22a9a613d400f0dc35f7b5e713d204bcc82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-manila-rhel9@sha256:b7f6ed80d2f00f6760c985291f596347aae1003a9f589277db4100d2970ee672_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:8bed52889b60afa5ddfc2b5d86c935d46b0c9e3afcac984b603869ef43bd7b1a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-driver-nfs-rhel9@sha256:a82f51e4df1d2f763bb4fa048552320048dcf099142785473e07fa3ad9006490_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:1dc5c403a2882bec4b840188dd53c9ccd204aac856294cae71c5c13b3baceee6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:6dd3d9bddcad283273db24ed6d9505c16963cd22e64d244d0d9f80c694d249ed_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:868eb51577c010ac8cf2b5db56d7440bd11495e2d0c9069a855421b58b5c6ca5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-attacher-rhel9@sha256:fd937c333749baaded1d01af3bddb06cfad3318a1eede5ff146b5e9801a45bbc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:394058862919d251a87bfd55ee98932657039c65c9f381c2e072218245286919_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:aab0894e9dce3c8da9ebd7a9e53c518de6b88d4e0e9199843dbef927dae241b4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:b44c7a388e19d35807bd815caebe35b3cc62e73c73413882652a43cb218879cc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-provisioner-rhel9@sha256:bfdf80563c589798a7036a07f8298257548f28b4476055a56f44fe391ff95c5c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:554b6bb23e414f25893ec8d701cfed676b4b5c95bb10f4f25a9627fa9e8ac9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:5cdb36a7a8528d1c1817af2d641e4ac65eef94d6aafa33e94b521e5fdcb092d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:d69fb118059bde2d23bb89bbc0898640a61918cc7eba6d4647e3ad582dd87e76_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-resizer-rhel9@sha256:fa0c7f21829e729a54f415def744220f945db3aebd84fd500aca4bbaa8e0763b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a2a220a43488a78b1b884b494334e5604dd943ae039d649eec7ff01f63d5c9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:30485dbae38cc5d025e4b72c8c3e8d23aec83f66637585b853a6cf301af3baa8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc83779accee1f860781623ccff0a310861ccbedcd64ee9294e71788f1513279_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-external-snapshotter-rhel9@sha256:e6624d61b301e969e22163ccb9d4e34f8b7a9bc15f77092b3f33a76bb6bc784b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:0c9efce4e8682a3a62ed0bb3ea0bfc12e1cc0e82cc5fbd40b7503899483c474b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:51b844bbf735e4e7899305f7c5c7daabaf50b28b6167cf58e2e2fec62270100f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:a55c4b958b79ead37750c84f37ad592c8f5090c875b5bdbb6121df18ea611d6c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-livenessprobe-rhel9@sha256:fa01b8987dfb48d3a8762bd86a437993085bb73c96a58d40ecebb33949a9fd3d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f5622623dd67fca7edaadab7d39bbc96fafe6d75a16d8a1ea35df73abd9e72b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:487bf2c021e86fc3932202e269c1801a58c40a0868879767b645fd11eac1d01e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5978f7bdd4f53e1622f5004510d8759c40c26f59d0ee31137b95bc414bc797fa_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a11dba19a37798e033faeb77ae01b9280399aa48af208c04b3d7fad6f72f1809_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:0c35dee3d424218e0e2667f22c07837aa3d5e64d06eb96738a4f9231b261c35a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:85667e9e1050842df7057f42f2a9b9144877fb6640abc7c31d84e6c07295e49a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:a08a7861925fb149449632d5d88a94ef4d5c3f78a5bba94968a45bd8141ddf1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-csi-snapshot-controller-rhel9@sha256:f8fe35d674ebcce1d8d189cfeb5fd02bc68902a709c6c9093c9b8a2a7dd05ad3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:1ac7d075456bd18448cb5300a7c56eec9c72125b906f03a74cf4ae918b88baa3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:44c194606a5c5af1299476b2b79fcff2f300c72adc25c05da31358eab8006af9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:a8dc2103abc8ff7105939660c1e388b3ec26afa23eb4157df6ad268fbfe6320c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-deployer-rhel9@sha256:d3ad0674f8535ece7f739f10cc3fbdf81aaff7a4d7c68f183c1b810adba0c3b6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:56d3260eecf82b3d954ee5be8626f6c84ff7b218c11f2ec1fb9198b5f9051c5d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:91819d47e83f754b87f780e94bdc626555d111bb00ac68911a868de27984d1ea_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:afe24fe713094c0f5be0fe01da660a8a1b98a804149c1f4fb119efb8627d9cd0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-builder-rhel9@sha256:de23753a423f4baf82f9af5f392e092b0d2a05249066ad04531ccd7cbfe860af_arm64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:1fb451d0d63c1ad7a810f7f3c754808fb9ac180b31a911de495486ccc4df02d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:280c3684a5f7b7110b9308cc24e239d044bedcc751e9cc93f1cb0e0b9ded3009_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:d5c75bd83c1597ab0aedff9795c16fd974c337a357e8f56e335ad36ebfcbf6f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-docker-registry-rhel9@sha256:e46c1ec17f9cc8d6a836f6d782bb31f1939a8d514762c96b05018d66cc370c1c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:263ea11c75eb4f3438421274f5983e0b4191014811a09022ff5bedf1d99a912c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:c59fcf62593793bf5b53304ca28e5a68cb66fd9e9a353512ba656a83f882b83e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:cbf5fbd655f1e27a98dae5a401dd0b0552117e54e6d533ea8735b33628da0180_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-etcd-rhel9@sha256:ce236998273dc43fed5aa9d44ea9de53c1c6f66cd71d52a545cd94bdb0273011_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:633a0432462dad469b35f48322f308ed196f2aa70d697f92b7284b02f3fb7a6e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:95272d642db00be86db5b29b8a522cca5cb43e468fd9390ec3aad4e5dc82e6a2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:d8ee278f447a61bdf14ea737b815ac8b457b989c258eb5f4093c0c9980d162d5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ebbc638b7736ed8e5e104cd7d2448fc5b955377b5c7d666debe931d904ed303_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8ac46cda08ad44caa41c18f4c4def156e405e67a406035002dbb9ba7827b90f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cdf8db1e78802ea350add6e1ed75d8c4e87d6d5dae5ffa225cd3f2c6ed70b1bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1569be8ecd8974a0050187b8caa6ef550fb8d60a1235f9a6bd033ea0919a2fbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:54c6c07d45fa3f79abf4aa37bcc559fdc2caddb48bdb5cd151d9ac9cd7d044f3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:6828ccc31fe00f71c3e94fa0f426b3775f358817013e7cba25b8ad8c1d5617c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4abb57299d353b2648ac6a56b53644985d1a6f7dce70a76003bfa4c4d1e9bff7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:bd99857c8a8a1f9044a04f3013825cf755c3d81da5c76b1aa12c7095707594e5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cb8edefc542cc31cd9d99692b4e537e14bceaf4f32e31c4ff1b96a547582e984_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:241819c6990461fab49bb8ffdb62486f9ffbbe78a7613b3ba532846aabd3e2f6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c26a13f70105e28b4e92ac87670242473e07f98e1f8405e5c4cc5af7ba5371f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:69548cfca0cec2a5bdd34ed5fe1b7ff4b502743e370709cf53695a24f6405200_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:adc900ee24887b55aa0fa3d0ff01d1241caddf8ae9ee7c31b887a43ef22eee4f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:07bdf64bb02687d2aca8e7c311a713fe356f76772815515294698bbe44d84572_amd64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:0d106d39a100363cd871217b328a12052b9dc95ac36c0701f62b01986b570a59_arm64",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:5e0084136e050fc3c282526bb8ae4c666d745c9c81f2c0b130abe11357c1998e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-haproxy-router-rhel9@sha256:72252aa28ea1510c0891460145e84f9e84f97bd91c18a3e30e951ef89f20d963_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:2e39299d2ace5d440241bd9904ddd7e3d3123738da8b9b4be8ae9f3e32f20e20_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:4774a993b4ebf062ce420cb60120e446bf620ad86ba02afe2d47a8f3e33e4b79_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:50943280e479034b2d75ee751ef3978e8e1b166fbe7228d562e807653f9d588b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hyperkube-rhel9@sha256:fb1e60b1b234b0743efed857726dfb97dae8f84cefad20e8c1d4325c354cdaf2_s390x",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:55afce9e1e1495a4e1698a77a2078ee8658722fa15ef9d55efbeefebba9f5a9c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:8b63f2df5eb1a750870bdc0fe74e3b120643a7a1abfb3b9bd83e22025fb77a8e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e0441037f6cd9cce14e68ea6c1af34d69e37bba78f07aed6245ff417b52115f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-hypershift-rhel9@sha256:e95933aa1d08d3d0849b406b36fffe1517e71d1ac60495f39087bdc801c9a781_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:780c8c5236c496e50c4cfffdca5e7662ef716b1d9712e96341700f7f82847b29_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cb5a0461f151c1789245810ae18923b4e5f25dbecd2b9738cc452b0b7b777697_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:1cac23a9ed5945d3b121d402a45d426bfcd11ec1e9cdd625e0812fcda2bf8387_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b37c05483617645fa2b862461d050d858c058491aeeab7f454600b4df87c4fdb_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:8f59de781f542c1955844c89ff72707320cc09a7c4c688f0395c41f2d8666304_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:9bd887b92849d8265be6989b3fcc48c41b86f57c111b87705c500a7683a8deb3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:57b7de6b16c82b8921619c3c8123642494ddae0bde776888e542bde9e7daa3bb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bd41220f2a0c84d66141d2c5d2532e2bb7908cd2fa63047b20feb0ca513093e7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:bdd597003204a0009625377a2507b0418ba4fcd22aa23f24af63897e8035d778_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:43cac0c35fc57650bb8a180392bc4248d4953b10981c4e501837439a0d278443_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ffdbb2c1ae1bdaad9587cd99ce51e0353e7b483954e889eab47a1fa9a7ad35d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:292021d003c5f305cfbdd49bf7711c59cc49f4a42e2c8622b7a8e3e291e402ce_arm64",
"9Base-RHOSE-4.19:openshift4/ose-image-customization-controller-rhel9@sha256:a1b772132c42263924a40469bd47ed99ccdc8ee6562c7440d421f216e8218987_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:2a92f09a2636581a9d533221c793fd2ac43547cae7b5541051c8e6dd32a40fb4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:677a1b0bfd8b76d1cbdf4069ad26207573d31ff6e5eafbee8fa7d64efc80c5d0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:6b89a17a53edeac211f29dd34e586ca3c5539ab052730da1e73b3b91fae04fb0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-insights-rhel9-operator@sha256:9bf07d44438a59006a37e7b3577b12cd3d156058f8114c6cf914177c095c3934_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:02c516e0d0c61ff336208e54536db8025bd125b2a493917ab0232594520c3d61_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:706b7ea8cfe6238669738aaba86052acd81380dc73fcc0226501dbffeedb4dbb_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:9bf1b080d36c9cc5a92573bcb32a67a4d321da3d452fe99f0877636cc23b7407_amd64",
"9Base-RHOSE-4.19:openshift4/ose-installer-artifacts-rhel9@sha256:cf01090ab2ae31768166d40fcd2719ccd25f28ac3b9e78ac6c7821a86922a103_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:310ea17bcc5517eb4c600d783538908226403a8f68abcef14084e1ef16295b94_s390x",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:565d7fe92489e5780fc247f4e17d2bcf7b1e7f3927c91633c3eba672bf8cf64a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:73434003de3460574f928e10bd3dd8f7f4d8266b540875ad0a9c83ba1201840a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-installer-rhel9@sha256:92e5fea66c0fec9f679ebf3d9a7ea471c8d4d322d12aaa76175c09c19112da5c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:a5202cc007f376df8b1dc8a320b53ef4ac6925097cf3f4c4fa3183d717592a60_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-agent-rhel9@sha256:e1de5e9a6500b981f8393f828f4a132efa30c69e1491ed23c91b106d8db41c56_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:10d29ce9fc372f8e7689c36cd762ec15a496c6d2f4e47dddc5adddc298f21875_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:dd0d6d059b0469428571253592b202e16f1f496ffdc51f2ad34c272daa8eb235_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:2283fcd746e242e4783b265da00b4ef3f2a0db807492fd65aa1b9c39a10c5d21_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-rhel9@sha256:3dc013f7ebe188faebb86ac53fd2719b1e2b6e1ae80d723af45b6eee3d17186d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:083dc9ce18d6577f961c396ea76ee4536b9e4605880744e58465de67410c242e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:871ec203193bf57b376cfab224455a0285225b3329e98f8ab1c7befcd0f90b53_arm64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:508c75f6864394f37b818d4a186ca2312baf3072091440a48de328bdd3ff0716_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:64b0d76af181e3a068dfdd9438d9fc1f42ba791e348269513570d14e9210e18e_s390x",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:98e42025fc63197afdcebe824371983b1fa5f12d66d1e04880c6b257eb110941_amd64",
"9Base-RHOSE-4.19:openshift4/ose-keepalived-ipfailover-rhel9@sha256:b4302b755bfa00a4b610c5e3cda32e57a63eddccba1302f493b2dd6be5910fee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:164018cd4f8ecf68dbddda46f7f4399327b9b103c18d55c7165d94e2bea2b686_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:1bcc06cf8fe91472ce050cf35f5da63a53e521e90c1d3568b7e243a706d4e320_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:d510010ecebe11727db02130a48cda44bd6618f4ec2be1addb9cd834806f1d1f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-proxy-rhel9@sha256:f5c8da7b2641a8f48c4b0729ab13997017443c0aa6aaa4c38a4bf3c7e7bdaabe_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:2a55165e18e3242f804919578332b8bf0a023383b7c76a3d097c9e051b861552_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:4bd953d774086f9521e374caa68fe424c7ed722be5afedfd18b53b0bfe7c8a7d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:98b9b1d008214073849d95ec6aa35a47d3108e3f7436f0d823243e399f8e6f4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-rbac-proxy-rhel9@sha256:e195cc72a426297a9fe8f9d843d20d837a17889f6fbbcbfcecc9bcc8278ecb9d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:28ddb6b13cf09420b413b30c783b5ddab975fe37ea1732d2537f2c1328e35a85_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:605e3a9a9193582cdab6137ac2141c51aa3e66e842cd8d3c5529a581191213e8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:81ed84630b6cd4c53aa1459cd91048c5c8e2ef4c2bf425478d349d0ad0993d2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-state-metrics-rhel9@sha256:cf042b7f460a24a60ac4c2ca0c7a906736d05c7185c172848e1853f0131105da_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:06fe488a2be83313c9ebb2b72db3fed480aaec2cad02efcb4ae91d4d7d05aa55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ea078eb0c2a95c59ece1faf7196dfc8add3e664482eb05d5623efa57709efa5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:5a67021dbbffeba334dd201f9607d1c047b5f9790f3d15455e31cff0f5ea1889_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kube-storage-version-migrator-rhel9@sha256:70307c2886f162101c79400097072117cc8440317cd674a8da62bf6c0e5c0e9b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0de49bb3fe46b773b4515cbc50bb7b5c91c79bcbc267cfeb100885821be73d6f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0e73822f85f8210caf43ce56b3361bed71d399e6ef337c2c70df070262a258cc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f2f9c9e92ac0e9d3d8484ddff70716fdbfc603bdc1936e6aa1ad32e5c834c691_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fe9b15d32c9f18fefc46cc70bc70476b61b2b575702d4e1f76ac6257b10ccb1c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:4d3261bd1d7d57b9787159045a7396a75af07fdb916b052c163da47b9fcfe5b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6bc4d9fbd9d2b47a1ca56fd6253893e6a37ae3cf131e75a6cfcb6be37d29da50_arm64",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:87a2c63aefe584358f10c7123a5e72b887583e459e28ff430371ec6e06b14c83_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d85e5872c447bbb2de63261fcce97ce702f8fcd0a5bf73d4c652dff9255d8308_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:33cfdcd9dbf27caae5bafdad5aee8eed392c13ff574471e22dcff8dcbacacdf2_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-aws-rhel9@sha256:47b527804df0f6ee640af85a2f3ccc4fcb7d96ffea5d2d0360fc5cfc720afa99_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:7314b36e37f517db0beafc5a93c1dfcd5b426242b1064d2fc469979fe1752f4f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-azure-rhel9@sha256:a2b388c5c8f1abbbfdd06abfffa00e93606a71b324121555f16d7f1ac07dc034_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4054d2177a0a9a5a23956aaa978b28ffdbc5090d5fe26ae93dfe3de8c38c4fdc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4f8ab6ed21a306fb05d2b2f6b340d6e36c1699954fd3f2fadc30d6154b267dda_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-gcp-rhel9@sha256:db0253bc6d2863a071c53f3e2f3a31ccfc0424e2234f4f0d077a54acc837bc3a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:13771c381481bd2813a046dd78e5debbb5f0d45a7f3cdcb2326136dd463602e2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40e730c5dae68d8dce0d8f4efafe9ebccfeccb1f77950730a01d97924a6cacb1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:546cf6d6a4e564cc3ba0f63f3931ba94a83513598a3465ec99d45c8486c3885a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a8a95e0da0b314a06d3938cdc045e5580e41d73120e246559b7b5ea2d0fde512_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:20b5fe3d22d40b472903b5e01dbb38406cd01519ded381d36795426cb5e570a3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:6b5eb63bfc10f1510a4b160034545c1e8439d17e305ee1dca6055bb27c9065da_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:a194775425e40ab6fe647e49c30d36ab6e1c721ad3183b73e77a67c92e2e9ac7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-api-rhel9-operator@sha256:f197b9aa39420093676b0b0a12e31c3bfd173a86c6351396d20165543c1ea7d8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:21bbf44ff1c41aab861dbda7d2e84c0d8970cff4607d75eba53b0107d2de380b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:4e2f02cef830610f4b264e72b206b254124eb67a40a4d4fa7ee8e96430cae9b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:6ce7277313700e193e03102819d62bd8af51f7b3c92549d9f7af745f3bc28b55_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-config-rhel9-operator@sha256:931f9e28e8d04c3346adcdb0107be1e298cb9874f61f673b008b64c0fbfc769d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:38a974cea72888476b1e621707028e5694f7923b8cfa7cda85d2c337091fc1de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:7b90ea9623e71313122e89315308ed4603b6708b9e289b5eacfe8f6b5352f263_s390x",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:88ae51e7678eeb86c043c166c5e6610fca5fa2b41d40b797b59a552dffc9046e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-machine-os-images-rhel9@sha256:e85aaa1bd9a3b617e44af3991ec60377c1db0139b6de82707e185280f33d6b05_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:404d85e85e0949b2ade3f0e9d75339cdb5b9b009729ccd4d5f2da0947c0034d4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:4fda1d97a13e7d43287fa07998f73627d63786af4792ad274e1e42582aa63746_amd64",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:7b0705816a438a1d31e80314ca2ccabbc0bcb8fdf0515fd8aac0ae3606f9b10c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-monitoring-plugin-rhel9@sha256:90b16a1cb863dbee21981377d4c33fb3db645165a60e8d62e21261ad23825346_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0b1c5626769007a4bab95eb6dc08f0ad6d5fd3377cfa47ebe2c447b51dd62a62_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:0c8ee2b198c16ac91e12ef0c60de0c08f260916738a74636e2addd1ca97e8d01_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:51db345223a60a3ebdd5ef341b3424892c46cd321356e7128d8de7d2bcd83bf9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-admission-controller-rhel9@sha256:dfd88cbbbf83a6fea7fe459983c42d18b08c1a52eca865af788f4a6c5887cc14_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:1990a136e1c39bfb9d9ba57e1cad502bf3fbb7a1842a544e8094ec276068e4a0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:283c30ee7571c7a82381a8fa8dc1dddc8e5caaf50357c472c642379ecf570c60_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ace968e35ddb5f61fbd1af21f112f14ed1391cbd6874bd01890fe4ce2f4edee0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-microshift-rhel9@sha256:ecfbc83ca213717a01b768efc57463de76436fa7c794bbd03f6da5b0ace9dc1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:14415bc11cfdf268eefb9d264f97c14ef1631273e11458b96683375e4c4303f3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:22e32d4eec2197f14d7332c9e04af0d4499916a0f38afe42f76c0372d39baf88_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:bbd51df3e8fd39135965db01a20c8123708da61515a0d8cad2819bb5c41577fd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-cni-rhel9@sha256:c7ccc70cbf7ce6f96f86de2fe5b3246caca26b7bfb347f2748f1168c64c365d0_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:14cfb1a4fbd86ef59cae77a1e9ca07610c65561dcefb88e736f7601c0c51653f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:543543821e302eac0e722e8762831b3a014dc73cdca75270c8972f0d32f47260_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:77b1d2627bc6625a5c6cac01062339327c99fe93ad59fa947bdb354782f61698_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-networkpolicy-rhel9@sha256:b81a8fa539737f032cc40e6b50f108df1bb83e6bb2d6ab566da8b1f928fe238b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:09c8c1d1faedf5632115fd7517155c7a90f55d81e600d2ad50f36e9956317578_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:98344f15601fb1c234cfcb7ff003f7efb0bc5dc3007a2abe0d9e54a6ce277812_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:cbb5790b28f19983f2a14c06f12f8bc4c00caf4756dfa253b8580216575dae72_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-route-override-cni-rhel9@sha256:fb2be09bf01710201be7eaeee0bec56fe0a78da1207673c4bb1198d4ec5ef8ba_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:07164787dadb1b59a74bebcfbef680ab178fb4a81a8f1397af08d5cbf0c9d548_arm64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:70c0ecc21bfca215e9b395e224906a9d98bac418eec9007bf4d36ccd00921dc9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:db40dc279ec7ce85bbed8442a61517f246178575f7a01d89925fa5e5ffff3b48_amd64",
"9Base-RHOSE-4.19:openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e44de50e4e40a78b9f4e70dff77260fffd21d913ef437ac49f9cb0c0768b0be2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:022abd46b89fd7bae1d884b294ea0e9a176066558ded9da0cad4eed20c283557_arm64",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:3d1af90505bab33cabfd4bd5a7a8bff0b6230e6182827b62e216b9aa558a8c28_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:89e783939ca58bbcd103beb2f7e3b8b38d54a3dffcd7bf6e36f3a5a9a0213673_s390x",
"9Base-RHOSE-4.19:openshift4/ose-must-gather-rhel9@sha256:a1ad408471607f7b402d6e1be8b4606a4605f408ae9ecb763e7d8adc776e46d1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c186719e1cad077a906f83346ddc3ea5e4b63f73d2eee382ccae7081652515a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:b8b046c14bee42a1bdf892d2440eb80ea3e6e2be0f40fedb98a2590a2ffc7c5b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:c114b59b7c8e3be84204d60b684a1ded2bbc6f251e89a09c243d6c3be80ab510_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-interface-bond-cni-rhel9@sha256:e28edde33543663c86294d71d41d61793e27c0598d92d4c144be74f09115468e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:78b56d9f61797c4a1a00392228944adb77fb38a5ce4844753e2597ee94c38a8f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:82efba2298de7d5cd5ee7a9b1c2563b100dc35d5781e8b3046b823784cfe41a4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:d594b0322cbb57fd2d01cf00c4ba09b501fcd56ab0ee43ce75b9c14dc1f54655_arm64",
"9Base-RHOSE-4.19:openshift4/ose-network-metrics-daemon-rhel9@sha256:f0ae9806c85978a78e41aa2ecd875a89d0c15b3b17e52747e4a691bb9c9e9d8f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:183be2dd687286d6b6dd93484d571dd77fdc1a5ab314702d0da9c51ba1324445_amd64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:8d14a29b25ccec34181e6958995342574a8f1f6b99e1153201a8c3e58f656f5c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:c6180e77a2996f0779c305aec484d96ec8f65b29995607421139085e551567b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-networking-console-plugin-rhel9@sha256:ffe0095180267f6d8112a5bfa868122dd4e6101edf2b15a40f09ee0de387fb17_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:16d91690d29e86d283b6cce8221af43f2238562cf7c4de8607e0af8744a4806c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-nutanix-machine-controllers-rhel9@sha256:660553f49de714fc0d7170c3e8f14c45c9b60370bb5b99e1830f9dc5e1f7f5fa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:006b1bdc57646ec4b5133fbf00bde05db8733318926ba270f3c48be404b7091f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:5a502951b9d44a01f38fe9fa3f62e58cb604c28e5492840ddf779cafefe91ac2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:ac9fc5d3a850ba7de8ec091b24f5075c743cac86baf6aa6dc4c9f596495fdb39_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-apiserver-rhel9@sha256:f0172279d256db1c35c78be9c3bdeddfe5286651e5d8a57325d17c3e6aecce71_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:48555dff292e60d3286b2361b11bca54c75bf12b216a4e6d8a4b1a8c3ed8253f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:4a5fe3a173834bb883b118341f2e740cfd7f3ce5527df1c5a8008ec274c8bb12_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:dad0f399c714f0dfab081d66506b7ca2c58ed33830b402c3b4aee74fdc033d99_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-proxy-rhel9@sha256:ef50ff7aba87d97b3d9c643cf67a55040573cf9b703f70dfd44411927f611c7c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:19c3e263b222297ce696b9df823a2f9abd5a7099858ce96332cf5df4b19f341b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:49bc7a29faf7a50eb679064b949c98bda7b21b5c858c42c0eddb9441a7325295_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:82673fffb10909ab798a6988646b451ce264db737c0daad4846b3cc4699517e3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-oauth-server-rhel9@sha256:b9fc50c2306d33dd613215af664aefd9711cd20649584b6c1b9b2b6ce673c46b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:172c76e51882d890528b7aadedd90fa78ac02555c1733f6ed7315bb2c45111e9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:3267c25bf8700cdd4a300c27bc99ff0af57ce556661a7b3b515fa9adbde78771_amd64",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:6ba5484302c134986259cfeb111d7f36971a498b3c89844ca32733c1a1639636_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-catalogd-rhel9@sha256:b3b1c710638e39a800c95a7f03b1fc91b6f72fefa1bb5d05ff41156d774d86de_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:07343e38085fdd02f659274d5957f482b310ca8579dfbbbdfe3127c8774c2679_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:8ad313fb38b6eead2c0a928cf98095178fa0a23aa216771d7daeff64ff90c183_arm64",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:abde48cf44d05f2ca071268c17ac7e387751bf4a00ff7a8b5c5e672293a1671c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-olm-operator-controller-rhel9@sha256:aca96eae05ea5ced09dcf4d65fbc3dea2c3ce092c2dc9785e2109fd76c18a3cf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:22fc8ddba37f23fbee113db0fd57e99f23ade2e95787a0c9b0d775cedf7659b9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:2d751ffe978bae7b0407b5b261708eb34783b222cadac515e1a4f9740b339071_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:445de823d6331b4dae0ed8798b74c5e4d3c401a87bb4ee713443cbf46f1b5eaf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-apiserver-rhel9@sha256:76eb509bbea4bf5480472bdd9334396807a49568b3623ee5ebd687779504a069_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:59c9a8caa44779f5d28e477c7e3bde061de71f603f01627e11ef1ec733d6ce1f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b4873eeb31ef42d88915f3978404583cd4becf20407d62ee3817953c594b7214_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:b48ffa7cba75d6760408c9586c327dda704c9ff1e15b0d9d36e73022675b0263_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-controller-manager-rhel9@sha256:fa7599041c99f348c904e3b25fb6218948512ee8ac43bb05ce86fb3dc1e93cda_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:0d9af91d8ebdfe0485f247e4cf75f0a66b7049c1057cb4da5ea785ef745af80c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:41871122ef3034e28cf827dad91907b0c550801c8ebc0e00abcf322f89a7f0f0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:81e5210ef96ef421283dfbc0c9b2922990251167993ba224f735c6ae62211805_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openshift-state-metrics-rhel9@sha256:b03fedcf5f31c6746757fc0ea290a68710ce4ffc473304a75900314a09b0c602_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2cd566e04bc20dc5901d8014c23b2e408befc5ef081b37669aacd6c1dd091216_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:358cddb49759a735d85b28de8cac792944188afdb6bcd7f860c4999e328f017f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95be936107a003ef17989ce22549b65d2025b2f7ee58a3a6184c6d7e34e7d2cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ce056034b8bf026f7494f4e0a67506748fe6358d110c080c69a47410224306b8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0254162331acde448a0ac4600e007feb8de9c923d91edd73a01c67d2e9547d63_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0a1899586d7a0e9150a0f013eca7b90a912c42530f27364b282c13d327b2f674_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:30166ada0c65bb13d6d480fb248d1e5d20fbddeac3cc333b753be4130228bf2f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:636605ae69d2115fe5faeb65690c823824845d297bccc81d5ebfc3b847498186_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0dd3f7e4b9b3e8b515cd67f504e81b7a80a4c7cda4547e9b23697e6ef2db47bd_arm64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4922eb9f813526c851fed87598f28b7367a9aa83be05ec62f4f73d2b6a874001_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:57c5a82f4059077915a8646e871f518714757089d564b3b1bad85758787f9648_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeebaecd7cfdf04860c10459168a92eef96a5330ddcf71a9477578427eff4d45_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:01ae6b96a11ef6b102bfbbab18efcbef8c2ec52675f0d54ea411a5d771524c65_s390x",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0eee40b058e1ce441b6c12905356cc4aabb5398d1d1623c6a76f6e0bdb896db4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:58d3d0dc756b3e5d5619b5d20aa2d50fb87ed10e49e38093321caf0db933cc39_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a0f5d5d1345399dadce6b671f86f86f90591814b383104ed560361243c41e874_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:427345416e3ced2108ab89224781af43a8cc5f9861c6872939ca948c4c2335d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:4509481b6c2130c4d9a1af999599ae0a8589a7edf220ed42bf8d6ff188fe1ebc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:474aacc1529f6c435ea850b1fb4bac73d2c10e85dfc1362a33fcc55eb0724e32_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-framework-tools-rhel9@sha256:a8e73c3fedfeb950d8d2c59d516dfa45e2ac37fe63dedd86b8e9ccafced1e07e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5e0c0ad77a209ea9590e58bc042968a6bcd323ceaab72e5260561c7aba4ab96c_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:644c8d2a006ac602b2eb4c9d753c0d939b20508178ffd0e96e3f9ba803c8676d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b9ccd5dbc90175ea028750672b3b8b6587800f11b173b01eed0941ae3016dc4c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d0423b2570ec90f75caa11e59d8c4e702637c42b7d641b46c12d9f23b3bb3f6f_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:0d91bbe6153913f6c0d72989537ed39d1274aa23b6d11c8a356a42bfd05b709d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:6bdf4290b5394346975a2937ef2edc9c340726949688f6d6896c16b15610a3ec_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:b1105a1ecdc59228df973ebdda9392cd2049a07d6a56e71d3a49dacf9a5217d4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-marketplace-rhel9@sha256:f90d28922d261cf46d84764e23718ad5380e1b1873aaf525c27266c5e7bdf528_s390x",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-operator-registry-rhel9@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1298aeb1ca7aa7a3c5f6b11fdbb8f246f444cccf5da4633b63ebd6808a3687b7_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6d67e19f43e988abf3212b388a2fd6295bb923f1410192a941d9f2b4d3e98a4a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a615cab0c5789c7ead8762310673efdabdf0ef7d02ac7f0486da669612582fb3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b2abdca9b52a0347c8143a0f7bcce35cca73d3f6cf3e16be02299152435cf8cc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:1f618a8ac897e12b84e68e0a6c2545549da4ddab513d3c4f11efb49394adbc12_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:757c9b0057f7995052243c19c54fa71b34b47a3dc9fb0048cad1737a844041b6_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f7df7bd88c5253f161ba7789cbbdcb0afb5ebc54aa2b600766264f4ea5ab3151_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ovn-kubernetes-rhel9@sha256:f87f9874fff322d67e9827d28feec9b3466e63405e71ba4add6e19041d3dec34_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:2d81bfa44a3240976eeaef326fd638625bd58ba70175803591ea28fe131ed556_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8afe6a7a117d8d640d3987c83bfb05308e75455eb4ab9573ae7682bbe3c1d5f6_amd64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:8c67304dfce7c7b242bd704d4a3d5d7efe662dcb8f0eb7c87cdbc339a5b086d2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-pod-rhel9@sha256:b529b056e5e3e178cd1eb36fe598f5c891a15b7767b0d6b9f1dcc99516f5613c_s390x",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:096c754f3b21a2e5d577a443605faffd133deece5d9d2dc110d9d6f95f5aadbb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0c230fe85ddc98f8a0f25a7f247f5ab0c2d722937a63d2535b61a75794effa3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b0678043d3d8bcb21aa8610ccd31b3f8077aef6e551ff1f2d564b22ce42b8f27_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-block-csi-driver-rhel9@sha256:ee0d53ef04dafee40d23b9466ad11671320e6b6644bd54b69875085b3cc8fdac_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8417fd62baac5b0b9abbbfc5a28da0f9222952469cb0c8a6f207590978001dc9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:89c9c6bd4f713be1f12137cc088822e0458e16c72449e237dca8f8cac130db27_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:05d57a3e7e2da150ca3a4debb36f1788c80d0905d77c2a727861ce32fd1b7605_amd64",
"9Base-RHOSE-4.19:openshift4/ose-powervs-machine-controllers-rhel9@sha256:61f314c8e3fe7d57ee3f19006f4ba7fa4827813a06aba89dd1c4716585ed3c82_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:21ee00b343c662d04841880dc0eb5c77a2d5d70711d1e2f9732c0516b1ec4941_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:3f94b00c6a5be22c5fed1de98fe76cf5f8079015043050f43deb4548e758cec6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:6abdbe6d5fd750ef6c738dec377d24a3adb34139548e2feb1fd45809dbd0ca42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prom-label-proxy-rhel9@sha256:b4ca5800e63fc1a663b5a1143a01f71a34fbe9a62ab148ad67eefb7d45b4737f_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:6ad05a2676d2cfb543c28f7064200dc732f3c0cfc949b34ade32aae9c49085df_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:8ccc3fe2045f6f596021acaaf691b56bdeb9f708c2206d3d2f6d7e76e1dff18f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:d17786e9c032735682b34b8a2e027fda29af66afb7a0b965500ad45fe009dbab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-alertmanager-rhel9@sha256:ded8a7489a6e4698150409509fd5b5eb2bd1fdf1ff7b747fb6bd0517823d5e9d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:3d06d650dd57ae34900dcd1dfd6cad30f6f85ef70d3526b151a4aa5a2b4650d7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7bf61b2a0e1b91e3bdf37ed2248eb3c81ea2fc8fc32184ebcf941ba0376b864a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:7e5620a9acab51ac3c9eb9e44753ac61e031680de883351c79b0ef8acc73dfde_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-config-reloader-rhel9@sha256:a2883b93a1b4f9727c9d040f20cb1b35068768e87e9b0110d2a23f57e96bfe7e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:00bb44dea6b660cb8479c4b75303d91be0a8d8e5d7af7bebfca04831e5d2a7e8_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:605361b2749cfd2d642308c4fc653a059d56527a2a4b51b95bf95de0b3ff8cd9_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:6ee18311a9e0e92439e50d393a3c6b52d45b3e8bc83d6f81c1e11f8a5b341ab3_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-node-exporter-rhel9@sha256:b029154fb734f2406f85c13c232b98ba16ce462af86a4103d11a310e6439f1ed_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:22c951b1340480e138e77247404e1e9843a03317f4a67e427caf1755de0651a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f936df8c844167977ba359a491a2b2cd0cf51e0e2198f2b4d02110fe8a4eb87_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a5b680c9fb0624960ba47b892be77b200e577b7e99a406d48d5ad580ff9a2b60_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c925d1e91816adb9608264e317c0a5d1d6d9356da8fae17df8c9c38c0216e340_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:07a57c75ad2baba19e8e096de07a3c5bfbe7e5cd5ed71dadf7a446f607ca54e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:519cd1898abae81b042e960cd15706276dc522100ee4e901b8ad8bb05c22d352_s390x",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:6d189e9a2e551db8a500ac0cb9f5fb2a5879b746d6679107226163f091c8e1e9_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9-operator@sha256:eed69903f5c86dabd182d16545952fcd26df7075746ef1292b1e25a15a28d38e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:1062bf286ff5e4f085d09110a38e9682ef4987d8ea4804fb07ef17a513c02a59_amd64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:4c0278a2e5d969c49cdc75cf64c82f1f8c40f0d54193531fdbd1c40818a6007f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:b464efffe22f62e8536c0ea6cee616aae8d5da1504eec604e6b1763e9d0664c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-prometheus-rhel9@sha256:bdfee6d99c9e002f1778699361312627686b05ce4ef69e610c2efabb62a954bf_s390x",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:190b2d055d4ad12a851085985dbebc2f077b999e259e517c218d2e44757a9ff8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:5205ad4cb639bc5449eb5408ae42c16e2d95b54bf2298ec9db95e84952c3c37d_amd64",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:85cffe6a50a6eeb830b8d38c06e95aee5aa045d1acd482f8f8aefbd68b53e2eb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-service-ca-rhel9-operator@sha256:8b11ac8ba43309662a1b1ecf2f5858bf0fed1d02831198ecd266058dd06aa395_s390x",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:2c086bc3b401ea549d52d0ef4c6475ddbd9e26ee613da0852c63348e88f7dd0f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:35dddaed0cd19cf6cfe5b2f9dd2175715262d13b1fcb6b51cc4643d645b5e8a4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:a05f99228228c250b3120346a640ad0c5c391e617f063f41418f9e6820995f0f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-telemeter-rhel9@sha256:de24aecdfa8944800cc913c634114259f6f8ff2471048fb8d28e01f4b9b4ecc7_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:a12acb5fa2a33d9495d623e970be13033f0a1934fe5b33903950d898fbd18edc_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:c75e60a33a755af974425b91d9c940f54935ae956c43f47dfab2dad7c9c45a55_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d0c8d6df1f21d076efc3583ba48c2395e96b80cd15a42f36b6732c4a864a369b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-tests-rhel9@sha256:d56abbffb3872f8deb06c5ddb7d7c24a0c22239b669566776251007aa7914235_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:1db7b2bb180a8e4ff8fb7e53df850831a2e8abfd1ce8e9ab194d92b31fdf13d4_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:3940af36610a70ac3cc59dfc3131df298bec3dc0b4c62c701a99c82ff9b7ad08_amd64",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:4a6eb1358830fc665e6302e9ff40546b620bb6cd6c11dee84e2f303db3d76df4_s390x",
"9Base-RHOSE-4.19:openshift4/ose-thanos-rhel9@sha256:63a70bc43e3ffd22b6faac06ffc65f96d868893ebd9454e9e142b107ac5541cf_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:0e4965f3a16e0386fa98144a03a4f3de23625d1958028a47525a81b2acc22c15_amd64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:538cccfb62514b9968b6e548cc5051af4202dcecdd502fc466412114d81b94e3_arm64",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:bad726dcec9664c286663135268c48afb04f1a8110d54ebc52b80df9e76c94c6_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-tools-rhel9@sha256:cd4d2649150ebba29957c2374f47c9d9ac169058c41f8c7a692c77dbe0b50a31_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:a378fe526d4a0a95ce0abba07416adffad5c9216563ac337932332a800768da4_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e7abf30aed52e16d104254bd0c35000f841945abe736c9a9a288943dacf89a68_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c3b5c715078424d5969269ebe8a9c6d7fbe7b3d6b2f5c1eee818c0570bede3f1_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-rhel9@sha256:ea102fb7f02593ca3276c251347eb48431d83aeb07a644b125bdcd6366a82585_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:36135dc1bb022192b6b473894b6660faf074e3346f404e7bd11127dc874c9696_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vsphere-problem-detector-rhel9@sha256:8cf0cdfb4d117895f921330ab835d58d42c63ba7645373d8fc90bcd9ea0fe734_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:2444554ff659c63f3c674acdd77a277469a45ce9beedbb94431d49646d80d897_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:5074adb48c2ca5299dd272322c7b975925d99a162325b87514bf4c18d8228025_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:7582a34c04605ee8ad5cc9f7f725ec1a5288bf7a37c25aa60a50ca273622b1cb_s390x",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9-operator@sha256:8527d8e807c8bbb10a278d4b8a35fdf7edd08560cf8334511a4f933ff5e20146_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:2bd4dc1a99be3995f27ed75514949301a980d775b041dd18847656a724472a50_arm64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:47503057f9a9e8cb2690b5a5654e6f8a1a36a93b4b77bf617b517080711720a2_amd64",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:d5c2dd47b2b76adb543d9320662bcb3c23b5614d2109ae53043b97336f78be29_ppc64le",
"9Base-RHOSE-4.19:openshift4/ovirt-csi-driver-rhel9@sha256:f1296d3920200e57081bb7847435ff8cb57ee04f41b79f673e2621d82c13d1d5_s390x",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:0830b4c5c749534998718e4e0401dd28038eeaedff39632ac5d7c6a3182dc308_ppc64le",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:662572b59e27bbeaba0d8f35db4d6f9dbb8e22643e2fd7e04ae8d1f4322215e1_amd64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:7f904deac1c162d380eb6cf902aa689c16809da2b55a4345ea8b20ed5ebbb30c_arm64",
"9Base-RHOSE-4.19:redhat/redhat-operator-index@sha256:f26e3c11c41fbd12b58d17ffd5cb77d301b78bde5d0e3755e877fae4ccdb3c75_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:11dffd8c43065c62c58267291e49eade760d05e06e0b70ec3188a79d096be3aa_x86_64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_aarch64",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_ppc64le",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_s390x",
"9Base-RHOSE-4.19:rhcos@sha256:855d9e2e833dd5ded2697be5137f7088a51b0c94468730f7c0f8f67cc3325fe4_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "baremetal-operator/apis: Bare Metal Operator (BMO) can expose any secret from other namespaces via BMCEventSubscription CRD"
}
]
}
rhsa-2024:11037
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.19.0 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.19.\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\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.19.0. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2024:11038\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may\ncause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token\nparsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:11037",
"url": "https://access.redhat.com/errata/RHSA-2024:11037"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "OCPBUGS-20159",
"url": "https://issues.redhat.com/browse/OCPBUGS-20159"
},
{
"category": "external",
"summary": "OCPBUGS-31059",
"url": "https://issues.redhat.com/browse/OCPBUGS-31059"
},
{
"category": "external",
"summary": "OCPBUGS-44354",
"url": "https://issues.redhat.com/browse/OCPBUGS-44354"
},
{
"category": "external",
"summary": "OCPBUGS-44879",
"url": "https://issues.redhat.com/browse/OCPBUGS-44879"
},
{
"category": "external",
"summary": "OCPBUGS-45095",
"url": "https://issues.redhat.com/browse/OCPBUGS-45095"
},
{
"category": "external",
"summary": "OCPBUGS-46419",
"url": "https://issues.redhat.com/browse/OCPBUGS-46419"
},
{
"category": "external",
"summary": "OCPBUGS-46439",
"url": "https://issues.redhat.com/browse/OCPBUGS-46439"
},
{
"category": "external",
"summary": "OCPBUGS-46446",
"url": "https://issues.redhat.com/browse/OCPBUGS-46446"
},
{
"category": "external",
"summary": "OCPBUGS-46566",
"url": "https://issues.redhat.com/browse/OCPBUGS-46566"
},
{
"category": "external",
"summary": "OCPBUGS-47512",
"url": "https://issues.redhat.com/browse/OCPBUGS-47512"
},
{
"category": "external",
"summary": "OCPBUGS-47731",
"url": "https://issues.redhat.com/browse/OCPBUGS-47731"
},
{
"category": "external",
"summary": "OCPBUGS-48384",
"url": "https://issues.redhat.com/browse/OCPBUGS-48384"
},
{
"category": "external",
"summary": "OCPBUGS-49658",
"url": "https://issues.redhat.com/browse/OCPBUGS-49658"
},
{
"category": "external",
"summary": "OCPBUGS-50496",
"url": "https://issues.redhat.com/browse/OCPBUGS-50496"
},
{
"category": "external",
"summary": "OCPBUGS-51011",
"url": "https://issues.redhat.com/browse/OCPBUGS-51011"
},
{
"category": "external",
"summary": "OCPBUGS-51038",
"url": "https://issues.redhat.com/browse/OCPBUGS-51038"
},
{
"category": "external",
"summary": "OCPBUGS-52955",
"url": "https://issues.redhat.com/browse/OCPBUGS-52955"
},
{
"category": "external",
"summary": "OCPBUGS-53346",
"url": "https://issues.redhat.com/browse/OCPBUGS-53346"
},
{
"category": "external",
"summary": "OCPBUGS-54160",
"url": "https://issues.redhat.com/browse/OCPBUGS-54160"
},
{
"category": "external",
"summary": "OCPBUGS-54380",
"url": "https://issues.redhat.com/browse/OCPBUGS-54380"
},
{
"category": "external",
"summary": "OCPBUGS-54428",
"url": "https://issues.redhat.com/browse/OCPBUGS-54428"
},
{
"category": "external",
"summary": "OCPBUGS-54543",
"url": "https://issues.redhat.com/browse/OCPBUGS-54543"
},
{
"category": "external",
"summary": "OCPBUGS-55294",
"url": "https://issues.redhat.com/browse/OCPBUGS-55294"
},
{
"category": "external",
"summary": "OCPBUGS-55690",
"url": "https://issues.redhat.com/browse/OCPBUGS-55690"
},
{
"category": "external",
"summary": "OCPBUGS-56198",
"url": "https://issues.redhat.com/browse/OCPBUGS-56198"
},
{
"category": "external",
"summary": "OCPBUGS-56271",
"url": "https://issues.redhat.com/browse/OCPBUGS-56271"
},
{
"category": "external",
"summary": "OCPBUGS-56619",
"url": "https://issues.redhat.com/browse/OCPBUGS-56619"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2024_11037.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.19.0 security and extras update",
"tracking": {
"current_release_date": "2025-11-12T02:29:56+00:00",
"generator": {
"date": "2025-11-12T02:29:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2024:11037",
"initial_release_date": "2025-06-17T16:07:37+00:00",
"revision_history": [
{
"date": "2025-06-17T16:07:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-17T16:07:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:29:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.19",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"product": {
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.19.0-202505230012.p0.g67cda03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"product": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.19.0-202506021915.p0.g54c0a77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"product": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"product_id": "openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"product": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"product": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"product_id": "openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.19.0-202506020743.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"product": {
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gaf7ed27.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"product_id": "openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"product": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.19.0-202505210330.p0.g7dd843b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"product": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.19.0-202505200051.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"product": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"product": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g9fc626e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"product": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.19.0-202505200051.p0.g41232c9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"product": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"product_id": "openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gebcff4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.19.0-202505200051.p0.ga995cc0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"product": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"product_id": "openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"product": {
"name": "openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"product_id": "openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"product": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"product_id": "openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g625e499.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"product": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.19.0-202505220713.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.19.0-202505200051.p0.ga50fbc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g860f16d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"product": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"product_id": "openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"product": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ge28afe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"product": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g396376a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"product": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.19.0-202506020913.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"product": {
"name": "openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"product_id": "openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.19.0-202505292015.p0.g51be981.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"product": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"product": {
"name": "openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"product_id": "openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.19.0-202505201515.p0.g1688249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"product": {
"name": "openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"product_id": "openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.19.0-202505201714.p0.gfa92126.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"product": {
"name": "openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"product_id": "openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.19.0-202505292015.p0.g02d3371.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ga9af043.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"product": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gb851d93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"product": {
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"product_id": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.g0f48a88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"product": {
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"product_id": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g31dc4a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.19.0-202505200051.p0.gf746d44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g1d76c12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"product": {
"name": "openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"product_id": "openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.19.0-202505200051.p0.g356d927.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"product": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"product_id": "openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g819a7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"product": {
"name": "openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"product_id": "openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.19.0-202505210330.p0.g02d3371.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le",
"product": {
"name": "openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le",
"product_id": "openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g91f918a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"product": {
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g03e0dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"product": {
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"product": {
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.19.0-202505200051.p0.g5c0996f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"product": {
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"product": {
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"product": {
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.19.0-202505230012.p0.g67cda03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"product": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.19.0-202506021915.p0.g54c0a77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"product": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"product_id": "openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"product": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"product": {
"name": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"product_id": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"product": {
"name": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"product_id": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9\u0026tag=v4.19.0-202506020743.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"product": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"product_id": "openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.19.0-202506020743.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"product": {
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gaf7ed27.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"product_id": "openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"product": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.19.0-202505210330.p0.g7dd843b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"product": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.19.0-202505200051.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"product": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"product": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g9fc626e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"product": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.19.0-202505200051.p0.g41232c9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"product": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"product_id": "openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gebcff4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"product": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.19.0-202505200051.p0.ga995cc0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"product": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"product_id": "openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"product": {
"name": "openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"product_id": "openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"product": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"product_id": "openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g625e499.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"product": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.19.0-202505220713.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"product": {
"name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=v4.19.0-202505200051.p0.gbe83b82.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"product": {
"name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"product_id": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=v4.19.0-202506020913.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.19.0-202505200051.p0.ga50fbc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g860f16d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"product": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"product_id": "openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"product": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ge28afe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"product": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g396376a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"product": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.19.0-202506020913.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"product": {
"name": "openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"product_id": "openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.19.0-202505292015.p0.g51be981.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"product": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"product": {
"name": "openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"product_id": "openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.19.0-202505201515.p0.g1688249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"product": {
"name": "openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"product_id": "openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.19.0-202505201714.p0.gfa92126.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"product": {
"name": "openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"product_id": "openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.19.0-202505292015.p0.g02d3371.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ga9af043.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"product": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gb851d93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"product": {
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"product_id": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.g0f48a88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"product": {
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"product_id": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g31dc4a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.19.0-202505200051.p0.gf746d44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g1d76c12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"product": {
"name": "openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"product_id": "openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.19.0-202505200051.p0.g356d927.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"product": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"product_id": "openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g819a7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"product": {
"name": "openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"product_id": "openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.19.0-202505210330.p0.g02d3371.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"product": {
"name": "openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"product_id": "openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g91f918a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"product": {
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g03e0dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"product": {
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"product": {
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.19.0-202505200051.p0.g5c0996f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"product": {
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"product": {
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"product": {
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.19.0-202505230012.p0.g67cda03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"product": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.19.0-202506021915.p0.g54c0a77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"product": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"product_id": "openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"product": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"product": {
"name": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"product_id": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"product": {
"name": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"product_id": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9\u0026tag=v4.19.0-202506020743.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"product": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"product_id": "openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.19.0-202506020743.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"product": {
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gaf7ed27.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"product_id": "openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"product": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.19.0-202505210330.p0.g7dd843b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"product": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.19.0-202505200051.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"product": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"product": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g9fc626e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"product": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.19.0-202505200051.p0.g41232c9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"product": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"product_id": "openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gebcff4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"product": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.19.0-202505200051.p0.ga995cc0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"product": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"product_id": "openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"product": {
"name": "openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"product_id": "openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"product": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"product_id": "openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g625e499.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"product": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.19.0-202505220713.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"product": {
"name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=v4.19.0-202505200051.p0.gbe83b82.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"product": {
"name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"product_id": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=v4.19.0-202506020913.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.19.0-202505200051.p0.ga50fbc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g860f16d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"product": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"product_id": "openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"product": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ge28afe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"product": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g396376a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"product": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.19.0-202506020913.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"product": {
"name": "openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"product_id": "openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.19.0-202505292015.p0.g51be981.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"product": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"product": {
"name": "openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"product_id": "openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.19.0-202505201515.p0.g1688249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"product": {
"name": "openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"product_id": "openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.19.0-202505201714.p0.gfa92126.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"product": {
"name": "openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"product_id": "openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.19.0-202505292015.p0.g02d3371.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ga9af043.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"product": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gb851d93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"product": {
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"product_id": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.g0f48a88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"product": {
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"product_id": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g31dc4a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.19.0-202505200051.p0.gf746d44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g1d76c12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"product": {
"name": "openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"product_id": "openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.19.0-202505200051.p0.g356d927.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"product": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"product_id": "openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g819a7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"product": {
"name": "openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"product_id": "openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.19.0-202505210330.p0.g02d3371.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"product": {
"name": "openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"product_id": "openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g91f918a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"product": {
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g03e0dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"product": {
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"product": {
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.19.0-202505200051.p0.g5c0996f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"product": {
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"product": {
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"product": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.19.0-202506021915.p0.g54c0a77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"product": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"product_id": "openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"product": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"product": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"product_id": "openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.19.0-202506020743.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"product_id": "openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"product": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.19.0-202505210330.p0.g7dd843b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"product": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.19.0-202505200051.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"product": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"product": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g9fc626e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"product": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.19.0-202505200051.p0.g41232c9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"product": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"product_id": "openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gebcff4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"product": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.19.0-202505200051.p0.ga995cc0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"product": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"product_id": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"product": {
"name": "openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"product_id": "openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"product": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"product_id": "openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g625e499.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"product": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.19.0-202505220713.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.19.0-202505200051.p0.ga50fbc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g860f16d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"product": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"product_id": "openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"product": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.19.0-202506020913.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"product": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"product": {
"name": "openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"product_id": "openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.19.0-202505201515.p0.g1688249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"product": {
"name": "openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"product_id": "openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.19.0-202505201714.p0.gfa92126.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ga9af043.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"product": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gb851d93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.19.0-202505200051.p0.gf746d44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g1d76c12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"product": {
"name": "openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"product_id": "openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.19.0-202505200051.p0.g356d927.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"product": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"product_id": "openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g819a7b2.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le"
},
"product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64"
},
"product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64"
},
"product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x"
},
"product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64"
},
"product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le"
},
"product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x"
},
"product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64"
},
"product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x"
},
"product_reference": "openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64"
},
"product_reference": "openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64"
},
"product_reference": "openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le"
},
"product_reference": "openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le"
},
"product_reference": "openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64"
},
"product_reference": "openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64"
},
"product_reference": "openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x"
},
"product_reference": "openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x"
},
"product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le"
},
"product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64"
},
"product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64"
},
"product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x"
},
"product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le"
},
"product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64"
},
"product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64"
},
"product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64"
},
"product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64"
},
"product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64"
},
"product_reference": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64"
},
"product_reference": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64"
},
"product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64"
},
"product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le"
},
"product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x"
},
"product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64"
},
"product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64"
},
"product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x"
},
"product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64"
},
"product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le"
},
"product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64"
},
"product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le"
},
"product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x"
},
"product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64"
},
"product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64"
},
"product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64"
},
"product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le"
},
"product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x"
},
"product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64"
},
"product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64"
},
"product_reference": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64"
},
"product_reference": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64"
},
"product_reference": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64"
},
"product_reference": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x"
},
"product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64"
},
"product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le"
},
"product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64"
},
"product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64"
},
"product_reference": "openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64"
},
"product_reference": "openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x"
},
"product_reference": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le"
},
"product_reference": "openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64"
},
"product_reference": "openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64"
},
"product_reference": "openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le"
},
"product_reference": "openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x"
},
"product_reference": "openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64"
},
"product_reference": "openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x"
},
"product_reference": "openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64"
},
"product_reference": "openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le"
},
"product_reference": "openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le"
},
"product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64"
},
"product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64"
},
"product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64"
},
"product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le"
},
"product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64"
},
"product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le"
},
"product_reference": "openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64"
},
"product_reference": "openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x"
},
"product_reference": "openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64"
},
"product_reference": "openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x"
},
"product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64"
},
"product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64"
},
"product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le"
},
"product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64"
},
"product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64"
},
"product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x"
},
"product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le"
},
"product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le"
},
"product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64"
},
"product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x"
},
"product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64"
},
"product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x"
},
"product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64"
},
"product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le"
},
"product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64"
},
"product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le"
},
"product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x"
},
"product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64"
},
"product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64"
},
"product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64"
},
"product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64"
},
"product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le"
},
"product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le"
},
"product_reference": "openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64"
},
"product_reference": "openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64"
},
"product_reference": "openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64"
},
"product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le"
},
"product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x"
},
"product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64"
},
"product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64"
},
"product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64"
},
"product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le"
},
"product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le"
},
"product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64"
},
"product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64"
},
"product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64"
},
"product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64"
},
"product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le"
},
"product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64"
},
"product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64"
},
"product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le"
},
"product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64"
},
"product_reference": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le"
},
"product_reference": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64"
},
"product_reference": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le"
},
"product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64"
},
"product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64"
},
"product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le"
},
"product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64"
},
"product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64"
},
"product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le"
},
"product_reference": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64"
},
"product_reference": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64"
},
"product_reference": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x"
},
"product_reference": "openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64"
},
"product_reference": "openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le"
},
"product_reference": "openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64"
},
"product_reference": "openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le"
},
"product_reference": "openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64"
},
"product_reference": "openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64"
},
"product_reference": "openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x"
},
"product_reference": "openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64"
},
"product_reference": "openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le"
},
"product_reference": "openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64"
},
"product_reference": "openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64"
},
"product_reference": "openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64"
},
"product_reference": "openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
},
"product_reference": "openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:07:37+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11037"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:07:37+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11037"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:07:37+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11037"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:07:37+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11037"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3210
Vulnerability from csaf_redhat
Notes
{
"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 for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.\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 container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3210",
"url": "https://access.redhat.com/errata/RHSA-2025:3210"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3210.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:18+00:00",
"generator": {
"date": "2025-11-12T02:30:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3210",
"initial_release_date": "2025-03-26T02:19:46+00:00",
"revision_history": [
{
"date": "2025-03-26T02:19:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-26T02:19:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.9.0-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B22931%2B799fd806?arch=src\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8)",
"product_id": "podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=noarch\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.9.0-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B22931%2B799fd806?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.12-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-6.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-3.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5-2.module%2Bel8.10.0%2B22931%2B799fd806?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020250317163430:afee755d"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-26T02:19:46+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": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3210"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
]
}
],
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.12-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-20.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-20.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-1:1.1.12-6.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-3.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5-2.module+el8.10.0+22931+799fd806.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+22931+799fd806.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:14859
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.16.47 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.16.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.16.47. See the following advisory for the RPM packages for this release:\nhttps://access.redhat.com/errata/RHBA-2025:14854\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\nSecurity Fix(es):\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869) * github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)\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.\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14859",
"url": "https://access.redhat.com/errata/RHSA-2025:14859"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14859.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.47 bug fix and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:05+00:00",
"generator": {
"date": "2025-11-12T02:30:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:14859",
"initial_release_date": "2025-09-04T13:50:12+00:00",
"revision_history": [
{
"date": "2025-09-04T13:50:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-04T13:50:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.16",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.16.0-202508201333.p2.geaea543.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Acdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.16.0-202508201333.p2.gf3cf5ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.16.0-202508201333.p2.gd0d0d6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Aa743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.16.0-202508201333.p2.gdc91ddc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ae75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.16.0-202508201333.p2.g1e41765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.16.0-202508201333.p2.g7da80aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.16.0-202508201333.p2.gf5e3ff5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Aadf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.16.0-202508201333.p2.g8930c36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.16.0-202508201333.p2.g9e8af01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.16.0-202508270905.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.16.0-202508212229.p2.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.16.0-202508201333.p2.g7089efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ad3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.16.0-202508201333.p2.g30f8012.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.ge9aea92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.16.0-202508201333.p2.g4c5f18d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.16.0-202508201333.p2.g53ae0b1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.16.0-202508201333.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Afddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.16.0-202508201333.p2.gc38f473.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.16.0-202508201333.p2.g9b67b8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.16.0-202508201333.p2.g208d5aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.16.0-202508251030.p2.gb3e669b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.16.0-202508201333.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ada57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.16.0-202508201333.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.16.0-202508201333.p2.gf988f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Ac29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.16.0-202508251030.p2.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.16.0-202508201333.p2.g3739138.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.16.0-202508201333.p2.gb137a53.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.16.0-202508201333.p2.ge77895c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.16.0-202508201333.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ac46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.16.0-202508251030.p2.g3c7bd18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ada77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g2d0c5f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.16.0-202508201333.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ad4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.16.0-202508201333.p2.g7c4b472.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Af239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.16.0-202508201333.p2.gc68a663.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Af3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gb58673a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.16.0-202508201333.p2.gc68a663.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.16.0-202508201333.p2.g5944d74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.16.0-202508270905.p2.g8b35e61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ad4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.16.0-202508201333.p2.g59b8a0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.16.0-202508201333.p2.g3b972b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.16.0-202508201333.p2.g922674d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.16.0-202508201333.p2.g922674d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Aeee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.16.0-202508201333.p2.g5c16119.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.16.0-202508201333.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.16.0-202508201333.p2.g720b502.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ace161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.16.0-202508201333.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.16.0-202508201333.p2.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.16.0-202508201333.p2.gca81b6a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Af1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.16.0-202508210128.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Aa08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.16.0-202508201333.p2.g84aeac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.16.0-202508210739.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.16.0-202508201333.p2.g5832abf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.16.0-202508201333.p2.g66931aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.16.0-202508201333.p2.g5830a10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.16.0-202508201333.p2.g0e39ace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ad74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.16.0-202508201333.p2.g70164fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Aa7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.16.0-202508201333.p2.g4f6e4b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.16.0-202508201333.p2.g27bfb59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.16.0-202508201333.p2.gc699f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ab69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g35637e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ac834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.16.0-202508201333.p2.g5f9522b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.16.0-202508201333.p2.g441d29c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g14571e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ac98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g439826e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.16.0-202508201333.p2.ga4b1cfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.16.0-202508201333.p2.g0f1869b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.16.0-202508201333.p2.g218159f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.16.0-202508201333.p2.gf472385.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ad18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g95ceaa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ab8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g0338b3b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ac99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.16.0-202508201333.p2.g630f63b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ab910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.ge825811.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.16.0-202508201333.p2.g7685374.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Af8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.16.0-202508201333.p2.g27bf70d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gd26f300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g2ed3cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ae6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.16.0-202508201333.p2.gac852f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.16.0-202508201333.p2.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Af2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.16.0-202508201333.p2.ge847858.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.16.0-202508201333.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3Ac6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.16.0-202508201333.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g1e1194b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Af1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Aaa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.16.0-202508201333.p2.gbdf5bfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Aa555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.16.0-202508270905.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Af3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.16.0-202508270905.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.16.0-202508201333.p2.ge7911c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.16.0-202508201333.p2.gf961f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Af9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.16.0-202508201333.p2.g668c884.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g9ca5376.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ae968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.16.0-202508201333.p2.gf19534d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ae30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.16.0-202508201333.p2.gd29506e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.16.0-202508201333.p2.g3f73e96.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.16.0-202508201333.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Aa02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.16.0-202508201333.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ac1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.16.0-202508210128.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.16.0-202508201333.p2.g9116b91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.16.0-202508201333.p2.g6f21332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Acf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g3db7610.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.16.0-202508201333.p2.gd474c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.16.0-202508201333.p2.g4bd420e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.16.0-202508201333.p2.g0f08bd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.16.0-202508201333.p2.g5ada1cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.16.0-202508201333.p2.gcbd3b1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Acdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.16.0-202508201333.p2.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ab7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.16.0-202508201333.p2.ga15bf45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Abdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.16.0-202508201333.p2.g73594f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.16.0-202508201333.p2.g467d84a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Aaf4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.16.0-202508201333.p2.g774a4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.16.0-202508201333.p2.g16d3cfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.16.0-202508201333.p2.g1210db3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.16.0-202508201333.p2.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.16.0-202508201333.p2.gf09a9be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ad975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.16.0-202508201333.p2.g79975a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.16.0-202508201333.p2.g80b8649.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3Abc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.16.0-202508201333.p2.g282cc84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.16.0-202508201333.p2.gfcee0c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.16.0-202508201333.p2.g326317a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.16.0-202508201333.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aeca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g85b5209.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.16.0-202508201333.p2.g922674d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.16.0-202508201333.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.16.0-202508201333.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.16.0-202508201333.p2.ge4f859b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Add1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.16.0-202508201333.p2.g5da234d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.16.0-202508201333.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.16.0-202508201333.p2.g538c7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Adbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.16.0-202508201333.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ad17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.16.0-202508201333.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.16.0-202508201333.p2.g5e14722.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.16.0-202508201333.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Aa4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.16.0-202508201333.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.16.0-202508201333.p2.gc1ecd10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.16.0-202508201333.p2.g85eee25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ad150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.16.0-202508201333.p2.g6222ac2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ad7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.16.0-202508201333.p2.gc66065d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ae69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.16.0-202508201333.p2.gaf633e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.16.0-202508201333.p2.g2b396e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.16.0-202508201333.p2.gf55a330.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.16.0-202508201333.p2.g9989e43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Aa3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.16.0-202508201333.p2.g09963a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ac68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.16.0-202508201333.p2.g45b0ba6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ae0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.16.0-202508201333.p2.geacd6ee.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.16.0-202508201333.p2.geaea543.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.16.0-202508201333.p2.gf3cf5ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.16.0-202508201333.p2.gd0d0d6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.16.0-202508201333.p2.gdc91ddc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.16.0-202508201333.p2.g1e41765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ae1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.16.0-202508201333.p2.g7da80aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.16.0-202508201333.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Aa5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.16.0-202508201333.p2.gc25d1ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.16.0-202508201333.p2.g406cec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.16.0-202508201333.p2.gf5e3ff5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.16.0-202508201333.p2.g8930c36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.16.0-202508201333.p2.g9e8af01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Af1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.16.0-202508270905.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.16.0-202508212229.p2.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.16.0-202508201333.p2.g7089efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Af81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.16.0-202508201333.p2.g30f8012.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.ge9aea92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.16.0-202508201333.p2.g4c5f18d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Aff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.16.0-202508201333.p2.g53ae0b1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.16.0-202508201333.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.16.0-202508201333.p2.gc38f473.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.16.0-202508201333.p2.g9b67b8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.16.0-202508201333.p2.g208d5aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Afa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.16.0-202508251030.p2.gb3e669b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.16.0-202508201333.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ae39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.16.0-202508201333.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Af7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.16.0-202508201333.p2.gf988f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.16.0-202508251030.p2.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.16.0-202508201333.p2.g3739138.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ac1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.16.0-202508201333.p2.gb137a53.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.16.0-202508201333.p2.ge77895c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.16.0-202508201333.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.16.0-202508251030.p2.g3c7bd18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g2d0c5f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Ae7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.16.0-202508201333.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.16.0-202508201333.p2.g7c4b472.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.16.0-202508201333.p2.gc68a663.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gb58673a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.16.0-202508201333.p2.gc68a663.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.16.0-202508201333.p2.g5944d74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.16.0-202508270905.p2.g8b35e61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.16.0-202508201333.p2.g59b8a0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.16.0-202508201333.p2.g3b972b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.16.0-202508201333.p2.g922674d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.16.0-202508201333.p2.g922674d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ac6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.16.0-202508201333.p2.g5c16119.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aeef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.16.0-202508201333.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Aa170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.16.0-202508201333.p2.g720b502.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.16.0-202508201333.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.16.0-202508201333.p2.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.16.0-202508201333.p2.gca81b6a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Acf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.16.0-202508210128.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.16.0-202508201333.p2.g84aeac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.16.0-202508210739.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.16.0-202508201333.p2.g5832abf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.16.0-202508201333.p2.g66931aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.16.0-202508201333.p2.g5830a10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Aebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.16.0-202508201333.p2.g0e39ace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Aef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.16.0-202508201333.p2.g70164fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.16.0-202508201333.p2.g4f6e4b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.16.0-202508201333.p2.g27bfb59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Afd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.16.0-202508201333.p2.gc699f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g35637e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.16.0-202508201333.p2.g5f9522b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.16.0-202508201333.p2.g441d29c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g14571e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g439826e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Aea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.16.0-202508201333.p2.ga4b1cfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ac638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.16.0-202508201333.p2.g0f1869b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.16.0-202508201333.p2.g218159f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.16.0-202508201333.p2.gf472385.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g95ceaa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g0338b3b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.16.0-202508201333.p2.g630f63b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.ge825811.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.16.0-202508201333.p2.g7685374.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Aee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.16.0-202508201333.p2.g27bf70d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gd26f300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g2ed3cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.16.0-202508201333.p2.gac852f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.16.0-202508201333.p2.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.16.0-202508201333.p2.ge847858.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.16.0-202508201333.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.16.0-202508201333.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Aa67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g1e1194b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Ab3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.16.0-202508201333.p2.gbdf5bfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.16.0-202508270905.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.16.0-202508270905.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Aeb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.16.0-202508201333.p2.ge7911c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.16.0-202508201333.p2.g26b43df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.16.0-202508201333.p2.g02432df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.16.0-202508201333.p2.g5ed71c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Aa1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.16.0-202508201333.p2.g799327f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.16.0-202508201333.p2.gf19534d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.16.0-202508201333.p2.g3f73e96.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Abf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.16.0-202508201333.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Abcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.16.0-202508201333.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.16.0-202508210128.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Aaeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.16.0-202508201333.p2.g9116b91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.16.0-202508201333.p2.g6f21332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g3db7610.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.16.0-202508201333.p2.gd474c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Af97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.16.0-202508201333.p2.g4bd420e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.16.0-202508201333.p2.g0f08bd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Aadf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.16.0-202508201333.p2.g8851888.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Ae2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.16.0-202508201333.p2.g5ada1cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ad21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.16.0-202508201333.p2.gcbd3b1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.16.0-202508201333.p2.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ae2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.16.0-202508201333.p2.ga15bf45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ad5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.16.0-202508201333.p2.g73594f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.16.0-202508201333.p2.g467d84a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.16.0-202508201333.p2.g774a4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.16.0-202508201333.p2.g16d3cfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Afd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.16.0-202508201333.p2.g1210db3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.16.0-202508201333.p2.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.16.0-202508201333.p2.gf09a9be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.16.0-202508201333.p2.g79975a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.16.0-202508201333.p2.g80b8649.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3Aeebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.16.0-202508201333.p2.g282cc84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ad20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.16.0-202508201333.p2.gfcee0c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Aa16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.16.0-202508201333.p2.g326317a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Afc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.16.0-202508201333.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g85b5209.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ac0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ad3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.16.0-202508201333.p2.g922674d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.16.0-202508201333.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.16.0-202508201333.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.16.0-202508201333.p2.g26162ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g9c5dd8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3Ad28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.16.0-202508201333.p2.g20e6dc7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.16.0-202508201333.p2.gf646b0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3Ac04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.16.0-202508201333.p2.ge4f859b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.16.0-202508201333.p2.g5da234d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.16.0-202508201333.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Ac1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.16.0-202508201333.p2.g538c7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.16.0-202508201333.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.16.0-202508201333.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Ac74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.16.0-202508201333.p2.g5e14722.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.16.0-202508201333.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.16.0-202508201333.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.16.0-202508201333.p2.gc1ecd10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.16.0-202508201333.p2.g85eee25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Adca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.16.0-202508201333.p2.g6222ac2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.16.0-202508201333.p2.gc66065d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ae69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.16.0-202508201333.p2.gaf633e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.16.0-202508201333.p2.g2b396e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.16.0-202508201333.p2.gf55a330.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Aae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.16.0-202508201333.p2.g9989e43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.16.0-202508201333.p2.g09963a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ad819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.16.0-202508201333.p2.g45b0ba6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ad21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.16.0-202508201333.p2.geacd6ee.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Adc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.16.0-202508201333.p2.gf3cf5ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.16.0-202508201333.p2.gd0d0d6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Abc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.16.0-202508201333.p2.gdc91ddc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Aaeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.16.0-202508201333.p2.g1e41765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ae2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.16.0-202508201333.p2.g7da80aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Addb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.16.0-202508201333.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.16.0-202508201333.p2.gc25d1ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.16.0-202508201333.p2.g406cec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.16.0-202508201333.p2.gf5e3ff5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.16.0-202508201333.p2.g8930c36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.16.0-202508201333.p2.g9e8af01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.16.0-202508270905.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ab047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.16.0-202508212229.p2.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.16.0-202508201333.p2.g7089efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.16.0-202508201333.p2.g30f8012.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.ge9aea92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Abc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.16.0-202508201333.p2.g4c5f18d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.16.0-202508201333.p2.g53ae0b1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.16.0-202508201333.p2.gd08ca1e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.16.0-202508201333.p2.gaea138c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.16.0-202508250726.p2.g93b8b5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Affe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.16.0-202508201333.p2.gf44e8a0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.16.0-202508201333.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Ae19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.16.0-202508201333.p2.gc38f473.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.16.0-202508201333.p2.g9b67b8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ad095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.16.0-202508201333.p2.g208d5aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.16.0-202508251030.p2.gb3e669b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.16.0-202508201333.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Adebff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.16.0-202508201333.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Aafbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.16.0-202508201333.p2.gf988f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Ac059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.16.0-202508251030.p2.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.16.0-202508201333.p2.g3739138.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ae2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.16.0-202508201333.p2.gb137a53.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.16.0-202508201333.p2.ge77895c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.16.0-202508201333.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Af6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.16.0-202508251030.p2.g3c7bd18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Acf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g2d0c5f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.16.0-202508201333.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ad0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.16.0-202508201333.p2.g7c4b472.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Aa20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.16.0-202508201333.p2.gc68a663.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gb58673a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.16.0-202508201333.p2.gc68a663.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.16.0-202508201333.p2.g5944d74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.16.0-202508270905.p2.g8b35e61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.16.0-202508201333.p2.g59b8a0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.16.0-202508201333.p2.g3b972b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.16.0-202508201333.p2.g922674d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.16.0-202508201333.p2.g922674d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ad93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.16.0-202508201333.p2.g5c16119.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.16.0-202508201333.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.16.0-202508201333.p2.g720b502.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Aa20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.16.0-202508201333.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ad7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.16.0-202508201333.p2.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel9@sha256%3A95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-controller-manager-container-v4.16.0-202508201333.p2.g97e8335.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel9@sha256%3Aba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-machine-controllers-container-v4.16.0-202508201333.p2.g248372a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.16.0-202508201333.p2.gca81b6a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Ad11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.16.0-202508201333.p2.ga53e9de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Ab65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.16.0-202508201333.p2.g949f38a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.16.0-202508201333.p2.g1d29a74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.16.0-202508201333.p2.g46de5a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.16.0-202508201333.p2.g459c531.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.16.0-202508201333.p2.ge5bac33.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Acd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.16.0-202508201333.p2.ge5bac33.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.16.0-202508201333.p2.ga81e3b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Ae047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.16.0-202508201333.p2.g6b55f6f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.16.0-202508201333.p2.g46de5a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Adfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.16.0-202508201333.p2.g5b8d171.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Ae084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.16.0-202508210128.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.16.0-202508201333.p2.g84aeac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Aa327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.16.0-202508210739.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.16.0-202508201333.p2.g5832abf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.16.0-202508201333.p2.g66931aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.16.0-202508201333.p2.g5830a10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.16.0-202508201333.p2.g0e39ace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.16.0-202508201333.p2.g70164fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.16.0-202508201333.p2.g4f6e4b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Affd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.16.0-202508201333.p2.g27bfb59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Acf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.16.0-202508201333.p2.gc699f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ab75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g35637e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Af785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.16.0-202508201333.p2.g5f9522b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.16.0-202508201333.p2.g441d29c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ae2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g14571e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g439826e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.16.0-202508201333.p2.ga4b1cfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Aaa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.16.0-202508201333.p2.g0f1869b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Af360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.16.0-202508201333.p2.g218159f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.16.0-202508201333.p2.gf472385.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g95ceaa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ab80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g0338b3b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.16.0-202508201333.p2.g630f63b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.ge825811.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Adb008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.16.0-202508201333.p2.g7685374.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.16.0-202508201333.p2.g27bf70d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gd26f300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g2ed3cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.16.0-202508201333.p2.gac852f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Af73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.16.0-202508201333.p2.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.16.0-202508201333.p2.ge847858.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Aa33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.16.0-202508201333.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.16.0-202508201333.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Aff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g1e1194b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Afe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.16.0-202508201333.p2.gbdf5bfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Ab81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.16.0-202508270905.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.16.0-202508270905.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Aa696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.16.0-202508201333.p2.ge7911c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.16.0-202508201333.p2.g26b43df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Af8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.16.0-202508201333.p2.g02432df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Ac4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.16.0-202508201333.p2.g5ed71c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Aa8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.16.0-202508201333.p2.g799327f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Afb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.16.0-202508201333.p2.gf961f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.16.0-202508201333.p2.g668c884.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g9ca5376.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.16.0-202508201333.p2.gf19534d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Aff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.16.0-202508201333.p2.gd29506e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.16.0-202508201333.p2.g3948096.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.16.0-202508201333.p2.g3f73e96.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.16.0-202508201333.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Aae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.16.0-202508201333.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Aee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.16.0-202508210128.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.16.0-202508201333.p2.g9116b91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.16.0-202508201333.p2.g6f21332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Abca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g3db7610.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ac051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.16.0-202508201333.p2.gd474c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.16.0-202508201333.p2.g4bd420e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.16.0-202508201333.p2.g0f08bd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.16.0-202508201333.p2.g0c81986.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Ab7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.16.0-202508201333.p2.gd836fec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.16.0-202508201333.p2.g8851888.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.16.0-202508201333.p2.g5ada1cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.16.0-202508201333.p2.gcbd3b1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.16.0-202508201333.p2.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Abad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.16.0-202508201333.p2.ga15bf45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.16.0-202508201333.p2.g73594f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.16.0-202508201333.p2.g467d84a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.16.0-202508201333.p2.g774a4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.16.0-202508201333.p2.g16d3cfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.16.0-202508201333.p2.g1210db3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Ac643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.16.0-202508201333.p2.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Af428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.16.0-202508201333.p2.g28bf596.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.16.0-202508201333.p2.g2f2e121.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Abd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.16.0-202508201333.p2.gf09a9be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.16.0-202508201333.p2.g79975a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Ab59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.16.0-202508201333.p2.g80b8649.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3A252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.16.0-202508201333.p2.g282cc84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.16.0-202508201333.p2.gfcee0c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.16.0-202508201333.p2.g326317a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Abc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.16.0-202508201333.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g85b5209.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.16.0-202508201333.p2.g922674d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.16.0-202508201333.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.16.0-202508201333.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Ab41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.16.0-202508201333.p2.g26162ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g9c5dd8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.16.0-202508201333.p2.g20e6dc7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Abf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.16.0-202508201333.p2.gf646b0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3Afe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.16.0-202508201333.p2.ge4f859b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Ad5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.16.0-202508201333.p2.g5da234d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.16.0-202508201333.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.16.0-202508201333.p2.g538c7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ab9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.16.0-202508201333.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.16.0-202508201333.p2.g03b7e8e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.16.0-202508201333.p2.g03b7e8e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g7940ea1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3A079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g7940ea1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.16.0-202508201333.p2.g023a365.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.16.0-202508201333.p2.gbe22f10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.16.0-202508201333.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Ad11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.16.0-202508201333.p2.g5e14722.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.16.0-202508201333.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.16.0-202508201333.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.16.0-202508201333.p2.gc1ecd10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.16.0-202508201333.p2.g85eee25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.16.0-202508201333.p2.g03b7e8e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3Aefc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.16.0-202508201333.p2.g3683c12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.16.0-202508201333.p2.g6222ac2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.16.0-202508201333.p2.gc66065d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.16.0-202508201333.p2.g7a36778.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.16.0-202508201333.p2.g46de5a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.16.0-202508201333.p2.gaf633e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.16.0-202508201333.p2.g2b396e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.16.0-202508201333.p2.gf55a330.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.16.0-202508201333.p2.g9989e43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Abd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.16.0-202508201333.p2.g09963a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.16.0-202508201333.p2.g45b0ba6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ab36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.16.0-202508201333.p2.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ad93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.16.0-202508201333.p2.geaea543.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.16.0-202508201333.p2.gf3cf5ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.16.0-202508201333.p2.gd0d0d6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.16.0-202508201333.p2.gdc91ddc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.16.0-202508201333.p2.g1e41765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Afae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.16.0-202508201333.p2.g7da80aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.16.0-202508201333.p2.gf5e3ff5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ab1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.16.0-202508201333.p2.g8930c36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.16.0-202508201333.p2.g9e8af01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Ac41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.16.0-202508270905.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Acf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.16.0-202508212229.p2.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.16.0-202508201333.p2.g7089efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ae1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.16.0-202508201333.p2.g30f8012.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.ge9aea92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.16.0-202508201333.p2.g4c5f18d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Aa9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.16.0-202508201333.p2.g53ae0b1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.16.0-202508201333.p2.gd08ca1e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.16.0-202508201333.p2.gaea138c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.16.0-202508250726.p2.g93b8b5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.16.0-202508201333.p2.gf44e8a0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.16.0-202508201333.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.16.0-202508201333.p2.gc38f473.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ada81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.16.0-202508201333.p2.g9b67b8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ad2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.16.0-202508201333.p2.g208d5aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.16.0-202508251030.p2.gb3e669b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.16.0-202508201333.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.16.0-202508201333.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.16.0-202508201333.p2.gf988f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Ab9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.16.0-202508251030.p2.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.16.0-202508201333.p2.g3739138.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Aeee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.16.0-202508201333.p2.gb137a53.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.16.0-202508201333.p2.ge77895c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Abf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.16.0-202508201333.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.16.0-202508251030.p2.g3c7bd18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g2d0c5f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.16.0-202508201333.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.16.0-202508201333.p2.g7c4b472.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.16.0-202508201333.p2.gc68a663.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Abfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gb58673a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.16.0-202508201333.p2.gc68a663.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.16.0-202508201333.p2.g5944d74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.16.0-202508270905.p2.g8b35e61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.16.0-202508201333.p2.g59b8a0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.16.0-202508201333.p2.g3b972b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Af429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.16.0-202508201333.p2.g922674d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.16.0-202508201333.p2.g922674d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.16.0-202508201333.p2.g5c16119.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Ac8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.16.0-202508201333.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.16.0-202508201333.p2.g720b502.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.16.0-202508201333.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.16.0-202508201333.p2.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Acbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.16.0-202508201333.p2.gca81b6a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Ad90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.16.0-202508201333.p2.ga53e9de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.16.0-202508201333.p2.g949f38a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Af47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.16.0-202508201333.p2.g1d29a74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.16.0-202508201333.p2.g46de5a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.16.0-202508201333.p2.g459c531.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Aafe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.16.0-202508201333.p2.ge5bac33.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.16.0-202508201333.p2.ge5bac33.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Af4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.16.0-202508201333.p2.ga81e3b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Aaf80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.16.0-202508201333.p2.g6b55f6f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.16.0-202508201333.p2.g46de5a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Ad7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.16.0-202508201333.p2.g5b8d171.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.16.0-202508210128.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.16.0-202508201333.p2.g84aeac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.16.0-202508210739.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.16.0-202508201333.p2.g5832abf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.16.0-202508201333.p2.g66931aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ad2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.16.0-202508201333.p2.g5830a10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Af63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.16.0-202508201333.p2.g0e39ace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.16.0-202508201333.p2.g70164fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.16.0-202508201333.p2.g4f6e4b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.16.0-202508201333.p2.g27bfb59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.16.0-202508201333.p2.gc699f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g35637e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.16.0-202508201333.p2.g5f9522b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ac9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.16.0-202508201333.p2.g441d29c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Abe461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g14571e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g439826e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Aecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.16.0-202508201333.p2.ga4b1cfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.16.0-202508201333.p2.g0f1869b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Ad9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.16.0-202508201333.p2.g218159f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.16.0-202508201333.p2.gf472385.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g95ceaa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Afb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g0338b3b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.16.0-202508201333.p2.g630f63b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.ge825811.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.16.0-202508201333.p2.g7685374.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.16.0-202508201333.p2.g27bf70d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gd26f300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g2ed3cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.16.0-202508201333.p2.gac852f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.16.0-202508201333.p2.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.16.0-202508201333.p2.ge847858.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Afb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.16.0-202508201333.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.16.0-202508201333.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g1e1194b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Aad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.16.0-202508201333.p2.gbdf5bfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.16.0-202508270905.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Ac5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.16.0-202508270905.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Acbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.16.0-202508201333.p2.ge7911c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.16.0-202508201333.p2.g26b43df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.16.0-202508201333.p2.g02432df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.16.0-202508201333.p2.g5ed71c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.16.0-202508201333.p2.g799327f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.16.0-202508201333.p2.g3948096.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Ac5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.16.0-202508201333.p2.g3f73e96.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.16.0-202508201333.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.16.0-202508201333.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Aec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.16.0-202508210128.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.16.0-202508201333.p2.g9116b91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ab2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.16.0-202508201333.p2.g6f21332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g3db7610.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ad293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.16.0-202508201333.p2.gd474c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Aef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.16.0-202508201333.p2.g4bd420e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.16.0-202508201333.p2.g0f08bd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Aab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.16.0-202508201333.p2.g0c81986.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.16.0-202508201333.p2.gd836fec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.16.0-202508201333.p2.g8851888.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.16.0-202508201333.p2.g5ada1cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Afd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.16.0-202508201333.p2.gcbd3b1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.16.0-202508201333.p2.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.16.0-202508201333.p2.ga15bf45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Af1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.16.0-202508201333.p2.g73594f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.16.0-202508201333.p2.g467d84a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ad5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.16.0-202508201333.p2.g774a4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Afbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.16.0-202508201333.p2.g16d3cfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ac6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.16.0-202508201333.p2.g1210db3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Ade1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.16.0-202508201333.p2.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.16.0-202508201333.p2.gf09a9be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.16.0-202508201333.p2.g79975a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.16.0-202508201333.p2.g80b8649.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3A388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.16.0-202508201333.p2.g282cc84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Aca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.16.0-202508201333.p2.gfcee0c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ae4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.16.0-202508201333.p2.g326317a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ada1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.16.0-202508201333.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g85b5209.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.16.0-202508201333.p2.g922674d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.16.0-202508201333.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.16.0-202508201333.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3Aeef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.16.0-202508201333.p2.ge4f859b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.16.0-202508201333.p2.g5da234d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.16.0-202508201333.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Abd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.16.0-202508201333.p2.g538c7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.16.0-202508201333.p2.gee354f6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ab7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.16.0-202508201333.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.16.0-202508201333.p2.g5e14722.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.16.0-202508201333.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Ac32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.16.0-202508201333.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202508201333.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.16.0-202508201333.p2.gc1ecd10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.16.0-202508201333.p2.g85eee25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.16.0-202508201333.p2.g6222ac2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.16.0-202508201333.p2.gc66065d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.16.0-202508201333.p2.g7a36778.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.16.0-202508201333.p2.g46de5a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Af524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.16.0-202508201333.p2.gaf633e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.16.0-202508201333.p2.g2b396e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.16.0-202508201333.p2.gf55a330.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.16.0-202508201333.p2.g9989e43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Acbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.16.0-202508201333.p2.g09963a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.16.0-202508201333.p2.g45b0ba6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ade8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.16.0-202508201333.p2.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.16.0-202508201333.p2.geaea543.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45339",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-01-28T02:00:48.029971+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342463"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "RHBZ#2342463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74",
"url": "https://github.com/golang/glog/pull/74"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2",
"url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs",
"url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs"
},
{
"category": "external",
"summary": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File",
"url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3372",
"url": "https://pkg.go.dev/vuln/GO-2025-3372"
}
],
"release_date": "2025-01-28T01:03:24.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-04T13:50:12+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:b2d8af25d1a0440fce3e16a7d5481a228c29bdf7510f9c2bbef241e495004992\n\n (For s390x architecture)\n The image digest is sha256:b8fa63beeecb258529d2b8b22fdd90ef4846691c8e41aaff2d02279d72563a25\n\n (For ppc64le architecture)\n The image digest is sha256:6847316b4a13f663f32227107ae23f31a223dcc3b7d1718da837b8a539e97212\n\n (For aarch64 architecture)\n The image digest is sha256:6a66ef4370c883267c500672f7c9b53293a431049fd0ec2496c9ab5ecdcc0ce5\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14859"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-04T13:50:12+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:b2d8af25d1a0440fce3e16a7d5481a228c29bdf7510f9c2bbef241e495004992\n\n (For s390x architecture)\n The image digest is sha256:b8fa63beeecb258529d2b8b22fdd90ef4846691c8e41aaff2d02279d72563a25\n\n (For ppc64le architecture)\n The image digest is sha256:6847316b4a13f663f32227107ae23f31a223dcc3b7d1718da837b8a539e97212\n\n (For aarch64 architecture)\n The image digest is sha256:6a66ef4370c883267c500672f7c9b53293a431049fd0ec2496c9ab5ecdcc0ce5\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14859"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2f5cb2308e74c3e4054404790ac6ff4ec36b6fae28679f36da838a6874b535d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:730a2120c6c50536f5b9d2c6d6c1ef6add5e389e16963c6ca21fed32a1f5c649_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:921500affeceb488be3534914c87d0d27d462ab30dc05be037274ee2c35707f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7f20821a3d2fe212daa044bd18db871477d9e4419cba64b391727183ec53c67_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:981d69337a3400da4c640e05053c6706129c0a6f1bc97088e8fdda8015e8e34b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69c8df449f6a6328d5178e9671b96069580214923a8766d098b780130a13d7c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e69f87dadcc44a17e50efa4832cb625b0fd8ac0e1ac9f7f5bc38c9e2f17cffa5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f524234c3136a360b8900d5a43c006ded9b6a5db6b848c8ff8699785442ecc43_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:30410ca54aab3dec563732bc96b4083bacc14857b35a627d3075fb3f382bb5d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:387f05dceea1e317caf6204e68d1fb877da8077fc1c44976ec59ff92dcb6df5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:67f2fe76025cab32de62b8ecdf061392d5569814d85805ab120796f1469c1765_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6a7aa90b49ad4e2130fdaf0e4677fc9e39fb9984bf996c1945280d4e89e0dabd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b54ef56f897be0ca96c00020654a918f30c6a7413f817ed4519caddcc6c5834_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:677464561f1fb4ecdaf5bd6fd3b76d2a3bb7957c0cf2c7a6156d868a943b398c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78bc364116fd6f897f3f0f5ed1c35e7f82397c4aec02f0e2aeb38a07ce78ac2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:aeff56607a25976c759ca7ad8cdf3ed56e303b87bfd7df3c8f1f1e1e5eba2d3f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:28b08fdd8ba36985802d4f6f35b6690b453ada59c268e1280db11a5884a0d9b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:995a196070106f636adcda5181094ecb72c127e44aa88ea3810c2c5060a2b0d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b047e02485bb934e79dd90395cb154b1520553438a0491ef946145d489f2617d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cf1b52e169e9b831a8c4a702346d163ec59f2f7396b253da6b99cd3edc2b0eb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b63824b4d546ec802e0edeab6df2b99bf7929460ff6e9318fc59f1224685de3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0ea2e61b319859bcfa730b17668b930c9280dac8afe3803c5d724f8c31221cb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:223ed02a69e59db284d07865b5dd1b512d25d6c4f8c253a522fefb8748bb0687_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6def36ef326e2b7e52cbefa9d71d1e700feb66e2727fd8c40a83d28829138561_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:03671b62f32f61052b2e090779a6d9f9e2a5e14b722085f46b4f96541ec0d7b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:71502cd4fc58b4c81966e0a9c5f0db1e0ba2b437e8060defcd520fb1a3f75692_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:890a76d02d4a7c44932eaca047643d731d066c753e02fc355480668f35ac525a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aeb66e2087eb207cea7c78eb25cd8f17d9d4b0f8bc2fc98a5c1f0951692d17dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:164b565ea878de17a8b9798893c3e487f11c35aff4dca3d07a96ac75468dd932_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9e461655c290f8e74abdd040813d333a5a3767d31eac4074d28713bf9bd74399_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c051be77bc83b80051910c2af2e3c684baf6895d515a8d1071b5887b4569e6f5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d293b41f43e07cb0de05abd705280489c6a25be7015ec48a425d05bf0e67bb32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4904a9aa5320035b96be47ebc942789062bdb2b935449b9a077a943ab6ea186d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:636a26d40360f3220092f45dccee32ec82d238fe7609c5a25d7500fb20a91284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c643fa0907a3b1595479782cba69702ff851b2c3c51dfe0873d98ab9bc7e2c86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:de1af1d3f81ffc7a6cadcd92fdbacb8034573172692adc52b086750b82fee4ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6067f3763f632ef396b3ea7a444e953947d7940ba477452f78c215a23bbacd66_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c1e226de2ef7bdc2a4874b50646bb662e447b865739a7535c236de5d424ebf3e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e2d9daa1128240ccae5efd110d9dd811d7f2b01cef85bd172b467fe2db8ded10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee9d15e4e6b2d960cb8bacde4bd2df68f8fc25d6003cf34a2187969dab3c54b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0188074272372d19a025a29052b7d720f5b2de5c0e961db20ed3803894145b8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2da3eb9c7a4d8bdfeac841f834cdde6031bf64b14a6e9b407284bdf64eb08fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d5c9bab0147e656928364c9799b27a40a0acfeca679f0f0699b95049f85e08bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:dd1ca28db6ac2ad6a9108d9a432dc7b18e71c00d7aa399a3c0db66c970a5dc39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9ec63129d06f933e2725a6152021740a4c73ef438bd63b72c15f09f6f625d51c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c6e7f9492ce565f2f488268503b5c62471c2f2467ba60ada2e3a41d6b8b0d58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d93adab852a43bc60b104dbb1346bab3901ffa2f2999fef2387661744b7cbe80_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:eee7609ac9643db7b9ba5541c464cc695323f7297dc89b98e625b895afcec5e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7bdebac05574e224f93842d43e6a773dae9d7b6d4c97b75d9ad3ffc243e1669d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c8a51af3a7a953e41fde86fb0fcd0ceffade816082aaa74543d487e2965b9795_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ed20576bf5c51b515a40e8ac0e7eadd96daae559fd3a317651b2f0324c8c1676_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef9427c2a216f4a52ffa4ef32a41ed7d901c75bc516ac49578742f39b9f3414_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3f7569f4dcf0f937447a532fcb543e71eef195011e74b044187281e34ee451c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:685553ac069431e4ce5be3b59a4dc4e88b5470df9f6df6e3f2b1441139459c8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd96c9124bbdb5ec7169a859a2e16f5d498d8e194c1e73eef9a8f00df62f5bc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a170dcf54d28010db76969fd38b9adfd58d5cefeb0aa1dc8fddde24ddd296445_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:48f9a42528ff202711bf84ee2d3b5bf8f890161e83154d86c4b882f96083be6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7ff5151aef81f086e7a9c935ded04a17d50c063e5e279c6bf63a2eda071e7381_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a20bc5c81f362255fdc2707afdc8703e8a80560384a763aaa1e4395d4679d54e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce161db0f08b78133fe1cb26230f3176537f14fde816509a6ba02eb365d328fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a7011b56f9919064d64d2f3faab07fcb3956667f1efae413d66a9f29fd077e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2795e9205e35e2e66bc75a2a085c38423dd749582aa5c18a4fb957c6a12e58db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4ea7b37c381bfd1ac2d1eadbc42126c8c21453cfa25cb5247f4ec804244f4b1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d7a8b854749c947189691256e1c3bf3c18fea475eced28b14b9265b77a139f9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:95f59709406c2440deb7fefb1d01d59fb98529d5eafce48cd9b9cc405c5c96db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:ba1abe391fb4ed5cdbb0242046264ecf7f11cfd4fd1b2a720cd7bfcf04467913_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6c283ed8eea6f2f1a22ef13718c59b7ad2a5a094d9821d4fafc3922badd1ac59_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:731ce17987056f4f2a84a5077efed2be9c33ce8a718a2b7bc159f3b92d8202b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d69389904ae61e815f19a62c4b589262c7ec8e6735fcc6bfbc50671be033e0b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cbd729a25676d63728847573c4cad6a38100c89e814c4fcf4d90b9a0201ed9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d11f5e0ae27521838b7e85254d7360f8a832e640c74fe850d8818f54e2be777a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d90a4a9682ac4086469a81c33c9fd2f02d71815390490d3f5cc7baba7ff3ddd9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6b20d81e8deba73efd4a5d2d181c8ee962f5ab044a6225bf07aa4fbd3b96fb79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b65ef2c02e8934f17a4022f01957551498522e799b55e0440f0dd22fa80eb261_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0c728f13f06113ba8e1cedfce233d654e223ac428f16c24ca4888fa4063e8e1a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:176d815fab0fe9aed544d10c4ed599b5c648debcdecf477963c491e5cfe674b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2d271403d8ea95bd7fb9732785af0777b92002bbc39c825c4a6134fed41f7bd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f47288000abaf7e0e022e7bdfc5bf0b74498f3d3cd6ec9c532a561672c32e4fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4eb93a7279ef884cb3a77038199b16d1632ec7bfb3f171724688f802118961b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:85e3b5bf4a936980fc00f3b5d5c9af01111e431ece1bcf663af6e033d088050d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:864dbae5b29d7fde48caf3e48421fb7fab5a5b5c26af5f68c28f34276d69b3f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:afe61fba8275ace212f72290c1aa9785356ab76d0cfcd612de3ad782031092db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2358a32da11583d19809ac528e15b80770c86cb6ec650a3b292b27bb0c5759eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:cd8bd05a6399b394fd00e5dab2539c353fc3187b1571c941681566a79d044fc5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9fffddcd5d62088f85d60b129814a701f8bd3c98a801d84cf19ad74650f1f00d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f4e3df6bb58b3cec80f6f2947718c3388178527cc6828ac8d66301257c6b56da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0b87d1344a7e67c252e533297fff71841fd84b72d5a541750f6551df72e755c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:399c527937ed2fd17e8e0878b191ac82d853a3cd165a10081dc377eb37472fa1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:af80c63c706bb0dee5b6c930891eeabc7b47735042118627fc9c52eeee993658_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e047b615f4a77b5824b74337d495044195f1305a41ccbfdc90a33d83214eca6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6c36d7af2c2be270de313ddd105e28107bc7c2480b875e1b4ded62d090d9b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42b52142c54e4c43e516632c83d98f7c964b26afb48b1c91541592896b112203_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:109faa862da0fd2c5d74ae4e4421d9604daa761239d3b0a9eea03cb3a054f20c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7da241909a7da68454abcf348968a644f9747e01aa4020ee00e3b7f532e64542_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d7e5763237b520420eca7241f9fdc1b3b60b8e78255745913da7a3fa31ab0c97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dfba8efa9681e10597b0c3b4ccfa70125f7662f9e9b44e9342550fd675a2e80e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ae660b5b6e318d5bb17d195ac0b25b174a41697014d71e4d73c65984ee1ec1e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cf7b00a643ca639d2a4fa03b47c4217404284b257c862fee82e1db854f83a57b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e084bbca85356aff7903a80c2084e01c5c0370dced5914bd9d36b7992faf71bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f1954045f92c7d022b325368f3bf915fb0c95a406b5881ffef7571ea2b12cd9c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:00da1fcd88f8542d55cc31ce0ae8d7cc12f68a72771b46953002a8d43cb30829_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2f5656534cc1308f3b11b1bf6131352a5815ab9e0718be2e17195c87aaa607b4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3758e07eb37879b6bb5cfc09a86f4f0b3b8f4a4eafa1262c9b1ad188a34f36c3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:85101acf13877bb1f497a3c6fdac434a3c5d8ecd8504b65b96130dc6e58818fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:46258e09037ed449636635d03c9aa9c2c30fb2ff88df830c8af6bf3add164b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4de95df03d3a97d4d0a3e36ef0cd6dbad424c350553de019bac492143b58285f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:72bc345da2a34eb84d929c5eed51fd30e8fd71477e8058e7c7dd31cb70488f9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a08e65f5482f6b2937ca2d35dc726cfc5b112622bae31ebbd5e3a1bc1be70515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1e20233079f762f90ba674dbf3267c216557d3d8284f7564900318f7d4d1281a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:233b7d55cd529793c98546a83b0a1dd3ab614ba845511a2687c94ac93bca0158_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3111bde1ffc0c9ba97f70841dfa3ef0c88a45a3dad89b8baa0c0df8ff615e7d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50e5ff6b7c63c0aabd88fe302ef435ba333221d8424513241021cd9d5b7dbf72_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:36c8871a6d63bc060d92723dedec96fece8e6ca73eaa128beea365adce642505_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:59af5e75f21401d20164aed7bccfb87ee4adc079a69c0a31d75ebeceb7b923f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:747e1b3202686dc269306955fff629dfae29d3ec37e8666afb5c598dfd080da1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a327443c122308696e027614a34048804baa463dc7cf9be91a327c475be504f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1ee17fce8d33061182a11d2dc461b53f314a95538786f379656389475dd255bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28f58933be6d206d90656c0cf7d05292b4ee98e3ab7d22affdb89d6b600de1b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4853bd9c8565b801030ac70bfd99ef90a14674d97aec0cfa4cf51427b64848a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bf3da178ec716ac245a58f442816e8fae506e146cda8de311cacd3f3be5c1fd3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:04ad936af7e432d5cf14db93a461b11a02f8429dc031858c849d8e93b1a105fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:31bea0c1ab35edb5d6e73fd8777abf845c9526bc3218f175d0941b00b1a83308_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3dda16d55df475aa319fa35c94404ffab2674eeda8bbe9e5baf90c5005dd688f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6beb2447b6d3f282f868d75be52d201aa0b44631866cb1a2eb5d3e9b95341531_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38eaae76a59d0e8da6915853a45d9114b76834d8407ad43f9d8d9e65d035709d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60544e242cafb966a14d6c095ffb81b8ead75e221cba16e828c7e3a9d487c3dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:7dbf07f15354d3a4fd433c73afef60e20cc53ae260fd918ce1ada04fb9dd7961_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d2565fb6be06a382bb313d7889e50bbdeccabd08b04c89736fe0ffcb1e702443_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3e540b75f1d7b75d35089be769d7b7f00976f44779b4ca6f2b498e3e98bb0e8d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4e7ce92af4bf2cddccda7ca3c2a765e53c2187e94a61aecc6edd7e574af7a6fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ebb783d1699a2b649dd989ace2a8b362a92c6eb93655e6c60e1a8f319f39ccc8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f63429eba56ec4b418f12169bf3d4770bb1d9bf4e95e639fa53eed8c8e0da483_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:054728f3bc75952505176c5bacd5dbf5b72076c56bee805fbc484f72f43993c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f9245557e304adb13d87f31ff9037c7cb2574b8edc722b3dace01798cd9dce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d74b3572d00e32c9a92de04576d8414ce342b135617b03eaaebe0f872d66c147_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ef947cdf54aa8a53944832707a027c1286840a8d51e75da50c14b8e45b5e99dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:40e42ec81c1ad1bbfc545e30b12e5850b091eb81015e5e02190df6a4c54b6463_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:947c2347d2d3ebffafc79c87d77fd0d2b3d80edf306a40f767f80621ec31a5dc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d150117166dad582a61f14dc786cd53d3b8b96e360f0420fec3561434569721d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dca4961c0a147ef33ca2e9730454443b56b5d5b0c98d8a4d13315ec52874a71e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1d4728e109fe6ff57c7072e06ab1e7dee046541e6cafb92b659945dfb572c8ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2016625967c04413c0927849200a3455bbd57e504e634882f16e09ddcaa0c898_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:39f9507ed062e8fc2930cf66f80a215fe16f6ee11927da907ecaec04e7dd0485_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a7e40db904c11448536052f67bedade948b3931dbb633ea993ecbcd861385b56_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:20484e667deb3d853e25b0e0014e410018242e6c4bdb8bd7a89f77881d69c845_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47d7efe667fa80b414d141e01a89123ebf77b403894bea3d8f56a08d06adad75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:58c508da87e903ceb6566c850acabd73086d9a992aff69a46ebf06a3b2421c10_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ffd4dd93b9d8345d08f56143b34cf852de1a5e9826b2386774bf21c32080440d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2a10a5ec8c7e72a20f1fdbd60c0f0ad92a8c558dc80df9dfacbddead25bd595e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9542230737d2ff400438a66188b9b031ecd3d47ca664841b58a2132951b771e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cf49d4c2fcb97c1d6ceaf80b554dfaaae4447224a9ab5cf1c381d9f39592b5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd334ece1b1b3c7f66c42024d86f8b99979c4846e4f6f38f4e441d053f8b9d54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4360744aae59eb6cf31afb3e83d1316feb3d034dfa22f1eda6b0be357c82b600_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7d2cfe1782c52daa87eed93a26b29dfc2ee2a175fe38a8dcbfe020a416e396c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b69d10897c10b03865f9cd36fc688a3062c29a20a6a4bd5ec61b8966128d269a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b75a354d061287362783e673e023f3bdcba41fd8a448af361bc8bf06dd422b61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:527c47b5270b7bd6c0dbbe8520197f08743abf2e53addc0c0651d8684036b67b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:763e6b47e105891f6547e9a8228eac74cc3c801b68395cbe9490622ab505c0dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c834fb9052ce1e1b4ed82d044f9cbb14d991b2d7c475406aae3a4527827f8bea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f785b4269eded17c9a9000e84bc00dbb4102609ac9d4120388c9fbc43c354245_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:05c9c601b81707c5c4d19ea4efe014540534fe96d9c05697afc8f017b800d7af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2816cad463ba35cf3bc58e6d41c8993026c9547100666b5d586a41b5769fee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:58d19cf1170a7a92c27e652a4cd9ed4272947c1f69cf2f986eb1fa1d5b731c8c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c9ef38bf7f348ad67323587ee853ab614551242aae2ffdcd3d5f349ef668ba26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:137455898a2431c11a63836a3fc35d444fecbc705c18d356cad0b712040cf8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:be461fbacc455495b8f283b93de3e09bd7c65d2a9498fcbaa358fe852b8c30ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e2fb34dd26364b9127369ab68080e18a9d9579341317cc725ddcc6552f2537e5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:ef05615aa6363f8e7e10e29272cab1058bb8fd7b652d6943a55d0c5ae990b04f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:157ee17a484dc094f997d232ea0ead6a75a1cac854f2469a1e769c246a2637d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6dc2e4c666063aaec56333036b7f4ad5c31488b729a0665576fef58b7a60f1f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b11221639c0553b042c93c3b40a759283412c49972bd7accd0059fb3bdbf1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c98236c7a4eb6133590e9d519170c74b9f555b754fba5680194afe5aa12e8ce9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572f1da99a0264dfd47bc20cd6b733d767805e1276c11ab9a7e5524953e664c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:944afbd71408b13d29c6cfcdfe4bf5b8357ed450624db4ba6656b1c884a1cb6b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea1146b91f7d0def7d15701e93a19c564121ed4dea34665dbc1cc53b94cc1b79_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecd5ccfa595c87e8f87cfbae66b9b98f0cf1c27d60d7a33063749553e4152747_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:209bd4fc0a6337e0ca8077a81f68bbebebf90f163f497f0122e8396698d81783_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:939b3f8d0a933d85409842e5b47ddc94e43cbc0aeac0036a4e65b426d6782f21_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:95742368c24875b07e0c4b99dfeb4422f1427f24e25e08169e5e52c6b182aa1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae2ee243441fda43f46a7cd0e0b51423f938a1da9838f0bc8cb58b8c5f5c01e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:133a1207e063d49bfdec99f709899a70d35a03a65db6d9f079be8cba37ec5e72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:411333b02818a620f320ab9846da31ab3a2fed341c83c7d1d2242e3c8e1c112e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa5ffb20974140088f7782e24f533d08bd22fc40481c7b4e1a2fdf29c96074d0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c638c318054c658a52c0a7e340de1710f7776e1291089d7d1d81d2837f39a30d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7518468425c463b51ab6c2445a452e0bf19c4f383849685733d528ed525df941_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:97df863fd0e348fe39719e5adb122f66a35193b75dd4dc633711aad0e0133b2d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d9cb426145f73463f1bb9ef5446a60174097c03184b32c93b9f6a562e767ef54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f360ff4dfa30e0d8b58d3d2d7f129349dc03a5aa632eb35f89177f7e5068e636_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0e32e8e7ef0f4b74f5544addca4f6dc9077d61b8727db07acf69f27a9d29e8da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:17bdfae200fcacff3b25d632dbc205dff3e85b1421a5bfa70f460addade9b1c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4fadab315dd739a6fc7454def0ee2d903646f7241198f3092d622a9375e38d92_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:623d3bc06b6e632257a8e178a6309e70911da187fde71255833a036824acf15c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1db88f9cff451bbb26bb1bd3c773a0e79bd0b8e58f3e8e469afbbafd0d205e5a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9e61ff3b91fe3aa27e7fd98f29d0a6d7aabdc6431846d6912c2f1a5f4c47aa54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d18c5c3cda1ca70d637ee2a6d0ddbc7dd49e93483c2103123c7cecf3ed9b726e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ff0d963efd71d0a8aa9b8f3e3c5d733738d70f8372810b36ea2904cbe0a20ee1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:3c8dab5d54c3c5b54b76f66305965737d1aecdfea844e4270670ebbc63fc3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b80ec65568fe676f4d6a46b521c4cd8404bd21f93d182f42e62c0d2384257763_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8a3517c4aadd0eef807b859a641a8a8164170e79c045a5a8d3b318bee6e8df7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fb06e3f5f7036974c3495de8a269a28aea1599b942d3ce5768a5f9f387e0cdc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:337c562b485c07c8810e0286adf9ca325c5a1c9f4be8a401f205a28489971214_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c1dd080969fb627282b6f7dc68945c9b7a3890268ad2575463c4d400c4259fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3e404b7f13cf1180fbb8f02f48da558b70c50aeec7928683d6a29de728f684a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c99f7995cf99396c3520207b863f1a24b13dd3ea43b467d66172152dd870662c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0638376c80db18ebdb4d3b41b75bf7065508df9ef599026cb13a67d6774ccd40_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5a33d45286112a04353fecbdc0c274cefc7215e6c6b8707df2d719f18a4e7016_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8c4c49ea56beca733ae2be240108832efab653c01e98c46608a72f27b2de6317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b910113d041fadc0567cb4ef644fed921707cba2d3c5ce593bfa09c13b58d182_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:441f0b9defb1989b790ff9de3beed71e1db23f61b7fb95109e959c64c6cdb1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734d07f2ca0e61b6b091132def50d19e40dcee8cfaa5eb46660eebf90bdd106e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8478142a7cca20c9743ad247e4f2b245b6e51c58211c73a256c81853e83a5d82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:db008105227bbdcf5be594057a201e0ee317e4dae9648d89ff3fc05fcc01030a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0303c22d63e9a088ea2a026deae68e82755344dd28ed52ea06c1c83abadacbdf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:a3778fabdbbda6d2176051880b46b3e180c7b6eb7c33b727912c00342e48c950_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd4bcd738b2ba8589fe924f1ac4d57d65dcc767befc6aa75fd44b963f13e2248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:cbbbd781a3f51b8c85e22c9125049530fbf43d93cc8bd36bcf4434cee8cf1020_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:138ee113972e8df1a86061dc719d11f7d36a0387c907c609393f4f7cb8e8f34d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ec1d920c8de0db791f8fef1be139eeb5144d9312e7dc67f043ecea181e61942_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c68de4d38e0c4135f11abda8b6fe3e50751bd44455e1c9b6e9666551b147a759_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d819b14757e167c6a52c452093fdd6abe8f41eeac4b56ee0c87c282d8ac51b28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b36d5c52ba001938e79d244656d11a315ad494281db37f60a55910d90c007cab_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d21828185c68e7864e7a475deed7d92ca5233553c3d5c46aac7f87b122163708_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:de8056a931e9b6c91583b38faa12e1fff3eda58972dd09d89b1c242aae90015c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0e43a22c52253568ec7b05f72d139b0ed7f6f7ffa2955b265fa91562b9fd15a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:453df58eb479de31058ec3830e77a7a14715b4b1979237050ce734b1e189d811_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7f3368b36a15006126b25b2042263ff73ca9f75621bb491310a0d4db262494a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ee335133915697e72b05f8f0fc3fa82145b2ecf1fbd2f19fc20266a90d1f644c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8d6d8de975abf876dac43f40bf80faccb60eb2432f3463ee8852775b500db52_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2e1d744cbeb0cb2442200f0747bc824ea6394fe36444cb7670b0f55653be4874_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7e4392309a8e3b95e3b6f184479e652c3c848d5b281eb38c02d57765ff3960a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9cb705d6b4556123522337d79d223d36ddd50dd21d6c7810a7ecc1835988ca6c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ca454d8974992151ccab3bb7f3533d4f8634fd7da7077d8c60cade780ef4f1d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:37aa19c725ec673f8cb1bff4b0626b208de41d73b9ee4a1e4ed1d934fcbd03bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7f36be42808f1368c84108d42fc38e5545828a12c93867be56b4991cb6489fec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:838f6a201ead6fafbbd05963083ee52423fba2f54e7f540575a89abf4283794e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:97ed6147ef1041d6d78361348a4144fbd4f80ca86087a0eaa65c907af730da72_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:18cb72e4bb5784b8fb5419d939367b0fdff4e23cd09b559803656d52a47633ee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5ac92b796a6295f9ec1c972803c958c5fa59459cef2c835f6500fd92fca4e53e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:9bd3fb035f3aff92dc032ecdfcfa2ba1d4a2dd7b75c77a858ec06cec70feeb28_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d93aa997367db0fa5a73118002ec64ddedf441e0dfda16efe1a201ef380fb239_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3d9ff62cd27a0eb6e10d6338f2ecd913a6cf2cbe611c8b3cd3e5f86f82b76e07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4ad55cc73bcf0c9f59beb22283580876d19796528f45d5a54487d34c35cffac5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:879b42ac1571b0ab174b03b4f9abe50fa7c26facc904fde22c59e8d508f21b0c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f73161d5774cb02814b2903f2d4a9279109d94fa2f00aa13ff44d9801da4a554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:32b47ea77201e4ce2a7de46ce0f18a099b95685bbda3d9275794cb19e9fa90b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:520dab9a8b2d34c9b9537c9fe151ffa485929890c2a6f6551c10249b35892853_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:cdef1a8e18a869aca5b67ede167cd6c481a9f7f57593dd6eab02714fdffc4c43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dc864fe7cc9ebee8913ee13c80d2b375f19e49fe8daba83c86ec4b5b217138bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:066baeb76898df4c182f7e94a451c5f6e65d9e32b9aec6a68bf7504828f30f16_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2cf9e844b828e340dfc02163429fc7dc58ad0f837ec1ebe4928f2670900171e9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:46b2fa1f9bff055ba108f0b87cae201af3fc12a8bc85345168e0ff658ab3449d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f2f2fef5445545eaa62443770f97cb17fd816aa39a1a252420c2b4a7bd975fcf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1d91715caacb34c771c72f68f7f75a83426622e507abbf9714faf3f3ce3cfa18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:29daf6d81999f343bbb87dbecba313165951d19491e8badc87caac4919522145_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2e3f83541ecc9b7c02f49febd0bfa122f2b054be55ec17b48c3b923354455317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:821d54d73f5668be5625e7a1ff00ca8b9ecff65034f49f93cf4abfac09ea6c5d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0bd3096b3db3d0501b8d54b3b33fce666bc503b217a9efa7305001022c79f504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30f39dff235a8adcac2f12cb7b5d67c684a3cbdb647ac17d4e9790f1e8bd7df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a743bd8bb4077ced0aed99d89525790bc319e6dc516fc6e0e08965f1ba788042_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:bc65847dee627ee61780b14f5df1d47df00d7c25924149efd132b8079c67cebc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4bd8be428084f8c48a0c44efa318e83c44ecd53a26cea4a1aee39db2da1d0e84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:785455f77c406f35bc9ad2eb17e9f96ea12e71bc2b87c523c9df83f882d73c15_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cf4009b45b3b5158eb2b214d273a86f5ef3359031040533397e9105f5443371b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:da77900b596046bc35b977b73b50d4f43c7c8ab2d3161f30d01f5b396889fa5f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d212fcc0965fc01f16d4bba1fe8cb6cf9bc7ca3c37e4ccac36dedd77da9fe2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95775342b0b266f94a766a1af3c0af3fdcdf630e966a63cfb11ec3459b46d3a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c46423ec1d7ace61740e775c1cca881a3f40e67de3c2bbe701a9a2eb7205df25_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6e1262b78dc3405fcc64de3d864235422f875c1384313693adbdf479e9dfcc9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5d5e396b698ac7b97bbdbab0e33cb1f0cb2fc5fcad8d1545223b67e89bf99c28_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8119c49ef66c677ef658b153021f5e383fa76451776efa457a640fc688556dad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a33de680b1e7806ba046842f0d8aabedcc13497da2055ea8839d5a42dc368cc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:fb4be942d1e6dadf1f63dc34d8fe161f8263f6782fdd7687a1d9dbb00f1c0689_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1fcc8bfa9f2b7b5fcc8165c5d30879545093ff27e3b6c90e8f6c11dc78d24a7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:482fa1a1189f9a69ceede392d30b37df6f490312133b07fb160a941288bef9d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5818766b4a9f63b6767801173813bc1995f7b405967619c08ba45ea856de495a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e75f613bdbbf80bf042c555c59ff95aa9716653e259230bd17e3c9a47fa07b63_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7c82295caa7789000a8f1f01af47639aaa9a7cc345c1ce9558bdfcd5ca1e6898_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:a5af8c2e3ddf765d6b7aaa3370809d5c336ea6f5f09d03baef7f16ae151a49c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0dcd9470781273c6adbbf98c013170b81fafc07b391b0d5dbe1de748e5bb3ef9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ddb74fb16fe3720df71e4c0913f3089aa9a7587430062b1a8b628ec84596796c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:006f2bdd2bde58b23797c4742487404cbe51bf80c113e702df9b2e7a4ae80ca0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3fe5dfcb92949ec17c5c10af33b44919ea38bb02082190d59986065cc33eed3e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:35bba97dd4755a1fa689ba8f21ca1c7032bb33edefa1d0f3876ad8ce51cd3971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:6ca721fcc1ff59f9ba90e498aaec1c9eb0ca25d3271c9543c90a01e0347aba40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a67adaf57a36797d9cf93c0bf401af4a36fef4d07482e8f724c3ca09ddc028bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ff8b13e6d6a2a990848e8a1e74e7ca1cba0f5652a29b86c3539fa4e031471049_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2f99b0a42ffb2e5621a9c4ae0efebdbbead4e4dd187e947b93f2963c989bca8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37f5399e1e7ce3081c8534f0c6e1e5411845725c46ee3968f5b38f0504fa47cd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:68969a51e2166f6701dc1000c1daff3163d35e5dee9a40fcdbd5830305c73e86_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c6804f7338b2e0eeb1bee48114638524b0ae0af1399cff93e51b1e2b4705e615_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1dfba198009299ddb18421f3cc45d656da9d89ca71e5efe9b084f730f49cf548_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:64b925225905c73883694dde22f7ba5ba53d62abc73613d7c5cc9561af832d71_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f1c4f8d459edea83cd4aebdae4d6eff6901abbc6eb9f6031e78f7a3b79a781ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:fe596f06302f1f93b4c403a08ddb1ccfc8f13f8f66da96b6845508679c2a8a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:83a6d2cf513c846608a8727ed01cbc6b1bd7da84489eaf50dda9b7fa3106d76c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e1938266804498012d42b80a4915a2b8aece34efeb795a17fc8798f75fa1c48b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e2defd0a66a261a697fd606239d4d1914df6c2d4875c0f4116ac1a35ea585a32_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fae2d6f13717bb6e98a00f86b5baeb328ddee27a2b5c2418849bdd767007e947_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0c4eb0506879a32b58f425334cb9d88a3d507295187d2d2775c83a9abc3a8ed8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1e2ddf5d3509d41c8f909d64d6ae7d3503f0491d967578cef48ac0ee5e624b1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4714307e4f7462275923401148062e6dedf80e937abecb79abc92f37be0aef45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:551f4c78b778b8e784cc3733d7cea28d888346944d306d76b57768e7117be85e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:20a33b03d94c0d4a84256b477b4783e2f7a81831a945545194db6c6432c12251_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:aa63ac3132d6581bb20e97033ffc84c67614687fe95b0a4288f1477b5b59dc80_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ad088f1f0494a62602d3495351afc422a8a53b92bd907705bf4e95eec5b1d98f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b3ebdf5ab93e98b05504220e0bfd9517eea21080e09ff27df599f7c32adee343_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:05aed886bc5b6ee53427e2cb8bd87063839553e8131be9bd181a6ad2811c5617_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5fd8fec8cd97b6099be8b511f8c03bbb6d4b5537d185b092c945277a865204a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a555704a2e66c03be613a77bfcbd7be05a3d21265c9c95d351bd928c6e0f897d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b81ccf95b3f4c7fa69ac15ec1ada3d22cebeaa53aa0ee2bbe77863ba323fcbaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0a1dc8f8b97d3f8ffc0eb6fe95596c0fdb8d31652ff2e2969a77cd48a5cd3ff9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1474075f3cd178aa7080e9f6c0f2546364a3a5d4a7438aedc9479d7316c63519_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:230bb517ee7cc6b25ef027ed545f308b5c612c0901c50408b557058fea0a7c97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3b8ce5e8fea11b72b53065a94849c2d856e9218cc1f8641c69c04a21d27fce7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:492ba358a292b4c6afe6984ec440a65ea3247a9cf52d3a82e34601b9b49566f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:8c5de7a9e495c4d1ce854f6d009d1c81ea8907acac8ade1f02975704024c634e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:adf8f9f2e86f9fc1b27b4ed366cdf17c231f4574a59670f1eac81f6b9af8149e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b1b6368c4d7f4bd7dc4072fe195d1da67dacdfa4d3d4082ed5713b5e4cad6129_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:14a051ae85b29aa82fa4f448d3169fd5fd37fb37d7cf7b24af3e76b224ae2a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1d1ec127f59b2a3e91ecce49bb81bdfe18ccbb4378f7617d12a5f6fcc3277040_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c5d0418e7661bdba8c8bccffdf081e2bc630767e6b8ae1ac099f1c0d6ddd7b74_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f3041343f490ec7d6e6b75fbf9b516fbb481e35b9aa4513cbd0272eee2235a51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:6d79fd44973f45b77370287936c5319fee81f4f9831fa0f300d2a58fb084c420_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7bb63ad8d2132eb2d6e8f73a8edfc6b5558c948ae45e443fb150adf8e297a79c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c41abf20797e0e0a74aeb25f510689cb5f1fdaaab90a1507163a4d201d4b7c0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f1bd99ba8708d9aeccb920a4cfe7fd6b410db0ff15f517cafd094dc746baeea7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03b176977dab9085b179146dee560b08a7a0ea4c89e41490b93b0f0353621025_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:674731387009a17b66d610e13f4ca9edb4ccd20675451fa13af14e0ddbc55ebf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:67f5639d80467e5f525160768ed3c007f5b99723278e598bfe1ef11afdf9a43f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e7eb31913d7b4e8940865a0c3d72364152e358279bdb0cbe7974c7837a02f66f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:020b10daee05b7c237c9b9914077aad76181fe0de4ae2ab1b47151b47f679949_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2002c409bd3e1960a8d79f081dd43e2150582103e47d20c7bcfd797b863f0ebb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:288feafa494da8a4bf480c1a67e7a9c834bb02f66144515e5cd2653fef962d59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:513a6d0c2d85458140c589e153dabc2f5293d28097ee1bb1106a9945363548f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:18b44430800377382372ce257740b9aafe0546682565bb0394c3a39a078cf6c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6a7c255d286aed23eca10c0c0dd2f5d9286a87ce5eff26bb559efa44353ba67d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7baf3df29db6dda350c0656f7828fb8ecd9858e7b57842cc15809f5c9754da09_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7f05653512709156f84fd5e802c47f575fecbebdd1c35aa99c1fa65f9453b349_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:004492a0bb239936995030a7898c2c917ea809cf2c7a6890972765ee8d8fe9f0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a696bbbb3bc193a4ff3a2762a1cc5020259cca9b4c9ae996285eeaafdfef8528_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cbacf4231b583bf75e637d95e54528bc8fc0df9e53926fd1a54fc2c9fb030e8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eb2bd6a8605a3f61e7c9589e6d47dc28f96bfdb2b4ba0f7014c971d4f9e1439b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:0b6189dcc414e4d48e333d8c8c8c2665163fbbf04b8231c5c5ed66b460f64b4b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:29320bd030970c9b8067b44a5a6b2d4b8aae2e6760490e9e8f728a0d75e49190_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e793e626c2550c0e7baad444915d6da1b9fedbfe4700fb0ee09751b743d2f12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:1d24964d9174719df791f5ab2aa97ad584e4cb546072750996c233320271393d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4fd1047ac897a34add5f4fd2c943a87380c53af069980e28f5e4710280dbe76d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:f8ca2e0c18140370e4d38d75b828d710576432c81d0717ea12624d4759e41248_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:194e198147e12cfea11a2b8133ad90f9dcdcf12ab64858da16e97fa985ea78a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a1ed2fffff725a172e05d2315f0c8a546edad8306c0bf52d5aa7c0dd13d04891_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a8e28b541152ae2849a74778761e397d040e357ae21b2922b4be12ea81eb79da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0b07f49872854ce43162404577fa485fd150a10607c93df756d892db1600c0ed_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:178df3c1aa5c1a83dfe12b6f8492aae600083ba07726ce8b063117ec466b4139_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:c4fa54593d42bd28429e4ef572b2e6e882efe6c04932cff3cce6e119cc5dd044_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0ccae3f40c64be32b7a773fdaa430f6c7d0ed7778418a55c3cd1517886f9e759_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:57027cd53887fc439d0a2dd09bc0d79e266c49cbaf196b3ad758e0fe9d09ee90_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d0d53bfa8474636abcc9f8a0cefb13069a77e00296c404be39e057dbbdbcabc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d4fc054911421898939346530573df11a0d059c17a40e35bcf971d6cddcfaf76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8b1a68a07b6af860fee73ad1a1cb04480c8623913e5ea784a8f6e03fe0a7537e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:90799cc9ee99cac6d16c4bea7c6561537d319ca44c2043d5c2b9afc9acd3a7ba_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a20b62a9436884c9b1acc33498ff4524cfb4cffe69c5e9e88dd9b077a976bb92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f239e260d1f5f01132a0d3f941dca5eb39399c563ce297f36319db0b803652fc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75438b6f0a312ec5d549002b88a5d0138e34be8da6db95cabc23b424f1d7a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6ffce81636de40147ba2987abe3071f4778c48673d824d31406c8f4a388ce6d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a9308d2eb18ee97c884bc55771f75d62db896e1736ccad102f4707ba553e5023_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ff689ce8586ac5dd565e87fa801850cf5ca6a15524eb3290cf61edfc37a32557_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:43d6df0117225b5d07f675212f53f1734d750c3386d659464b775dcf835dc2ff_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:fb59d55f7b3958110c251cf56dff1e4b201f26c455ebd3fa9a3050f0afa90199_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:66250e79370aac01b810d16ce953217902abab95f8dc24d84ea3ea27c0d1e087_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7ed8850f54050cbdec77df42c1e34021b062fcdaa20d4939bc52f55818f0afa3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:776a5c5dc580336a5debad824cfd9489f7facc0e0233d04c0e5e3a85e87c625b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:f9efa9504f6d06e0823dc611c7cf34f94bbaf95cf82e70db4a4466aaf371ff21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:331539c4627f5a6fd70066963b00c6bf5d37130d69ed1c97d169b4679c988a75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:34052b8035a6a4847863baad76289de43282c37aeb7ddede49d24fe76e2bf8b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e968da6b28095526e22be76c0c583d726af07d754a779e241c62095be897f05f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e30740063dc526ce072c66fe22a1ef7caabfa64d49d00bc94459a9495046347e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ff22b4848efe69cee98ba7ce39913e7fc3cace111edb5aed5cbc5b80aa4426a0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:68ce3912f64510677884c97e30f1f9fd9e3941e099e8167cd43fc25dffb34b11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6f00c1b82f8705f143798e05193187516f8911bbbf19c256fdeccc85cb562b4c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:297d9db15707fead7dea5a6af767285df0ac0927ecd35c2a86b29626b138f700_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:59fdb89c5000bf4832fbee9ea08131ad69a0edae2d674bfe8ff3bfd3d7072141_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7580a1ef860cfaa89b5c365b4020ef1516c50e2829b554267c0fda6e607cf7a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5548952fc4edb7b79bf6d0a257ff08809ddd0c017de0872e3a4280863e7ba32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9939e5af30b0d53ca6aa2a8c6e70b6461d872f97c2b1d0d3894f027647759de9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:a02b65c4545e24c213f0b675844b9b7f171c65f8d162319be27cc3485e04b190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ae357dffbca134e24c32d411848f619619281f4525c5dfd2b93ec082a15d333c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:bcc0e98ee13aeb12c21cf679651e06036d5d9509e40e11145b3a77dee35b3f33_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5f7553da3521aae14f0ef0bb86fc76c5bff5617a32ad61a17a719c3f1c5861d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c1fd8c36903c9743e0ca7641ae1b9f0b716d332c0c6259bcde1d4cbc808e5822_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ec75e010451455158ea6870120bd17eccceca16a88b24e33cb23e1fcb66ba12f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ee6719af84caa1131010d6f0695a466f8ee807f8578de78e197bc5bc1acfcf29_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:027e501b41ecfd1472988c01b9904ccf29323df165b58e6f11cbc4186f98dd22_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6245b2b0bbcb7935be61e6a7e93a84c11a4379fee1904569bb16532fe03e116f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6e059a366823df5793e1a8021f504c9c7a7ae66a223c9d099d17db22a9e50226_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bf917d1afb56c4ecf2c1fa6440f8996c19267affd201f30bb4fe9ecaef29775f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1d9372c87889ea571921e7830f087f468eaf2653761196b828eabdbbbc18c2b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3816e4e20afac47544621adb385943fdaf5955e713a3582dde612fc16d8d08ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6c4d892cc2c16e161b1d91427c2c9e56131a53f854ea30c511f50daa6b6d4f33_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98218ba57aa1b22f4bb203161ff89f33de999341e11b852d22a53a5e21f7e536_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:048998050714045c74283d1683785b17f1dc9b5fe0240fbb934812f0fae9fd6e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7afb80cc5b1cb73984ddd0feaa73f8cabf6181fa323bc3a57187975dce3e27e2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0afda7998b5a5110f6caa7cd0f18eae31c1d127a1ace2f40f22293e7aa9de4be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ffe078a02724d6e0920fff31df0b0b89b62a01e835d6cc40cfd9593e87ff05aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:0c4316d2b6eaa90503c8d17a32a78cfc0e898673cc2f02b1cb4c10b4aecfd55d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c04c09295eb34aa3033f7fa38db6a29903e2e0c19679016dc51acdd40f290746_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:eef5cd08dda4e3ebdfb58cadec73ea48aa936058cc85656028e6f27e1ae51031_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:fe06d8c0693a9cb26567812aae7ec13e2899c49edd0a3357d90bde1615b6486a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:62de4024ff480e4e2cc110d4744bfb506611829f88602fd574dad5ca08ebc9f5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8b891fdae0efe3435ae3e19417e615f52fa4b282766b88366c7c480e58f9a3c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bfa09df184b263e3fc9b36106f8b6d095891bfeb4b3c94c0f7d495089350c146_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3233fef00770dbaa7454b68d633f14f660240c48ef8c7e37e97aeada978b2cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:15899a4464bb867a308ff30a46b64b7c0afc318d1571607d42b76833a31310b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:3fc13f73ca759f094c322fa816700b0e1a225cee1a3b11ae267572b45165d3c4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:53524d17076c91734318e435558fbab7febe331b999526c994e11614a3617c3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5cfc388df49f6c84fb1cf21c2b628b0f8852d08fa725b4da5f6fd0cd5d34deaa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:214daa798f4278db5c10c4697b4194b356b0bca1c6fe4bcd17601c1b56d56ced_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8c3a43200e203cacc1de3d6f6cd71234d6f79312c5123cf0b130c8394ec3da8f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e19c579fb957823026ad4af2b67aa8e0c9639dfd26280089436a6bd13a6cb702_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fddb35b167c1b7ee50428ed9b319d566614a8ecc21dcfd569a48783b82e0e74b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1967d34d7792405dbc887f2e4ed8c59351f1af4280caf0ec18b667ce218703e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:43a34b06bb917ae30ec529dc32093ea2e644ceaf121239adb5d5d59d40f3e743_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4804fd47603e84cd4476c0d21b3779b933a5621ea069ab22131ce117205d20ef_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:da81574ffad776d2d45028d90598e14ac44dd492f0d4e4561ab3b0919eef6467_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:702dc664b505f0955d9c4870e4354483215fe7174cb69442cb0110fab66c2aad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8faac463f539e2c2a71d3ef4b7aa22cb33d83531f1791bfcba2ac4b4f81295ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:98da66266b3af4f2379652e0a160a1d330998e09a31eda41f0975ffff4f1792b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b2498b326435e49c60ee9338e98c4af24bc3989d2758755cbdcd230407232e42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:5f77f098933eea28bd670596fc4f04a1f7e55e98d4cc22484620cbafda377bf8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6e86b89ac47d616c052d503dc46f43c50aae87417c908f79a5427403e0623333_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bca3a3b5b145dc5ee9a90a995a0eab094d5e9db632f1889ba71a98d1d973ac9f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:cf02124908b044f1aa48e54abe2b80a856a22b2fadbaf04bf58242e8064d44b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:607b665a0605b8c2c86040bfaa3203667f1352b6ea722819f77ebef3ecd2aae7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62c9b40e4a584b80bf1a9ab4726b5998abc91294bce7d4bb04930529c1a571ce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef4c450f67cfcfb5360ccab31d33c98fbb8cda21756160760607e48bf000db67_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f97f3df33008e958c677fc9bb7056b645456240773bd33ca6d3c929e0dc4cb24_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3a0a62864f7481a8bf891a635e24abcef4ab97d14d8c32c8ce0f66afcdbf223c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ab966f2572bf9087a6def43f913b45d059f9eed3303252cdc4ae191a8d8de9d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:205512f8a926d14978f1e7b2268423f8788e0e9b912b2de602562372061b88d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b7d64cf72f422fced6a4d9a896c77dbe2b2b4a2d2ee29834ddcbfbfda89dfaf0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:577012df4fc4c8e68e83e381168148876a9d3b96850bded975479692df208f75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6a7f64eb8c5859bc5782c8f3e59864e72f7ee4b9446a7250c8493c67e7ef8a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adf37cddb7e925375d0860d6e8deec87aa20253922302347a20d8a3a0028a7f2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4f4b9a5b6d588fb00067c7f2c2d8580b1663d5e3c7d9828c5005a4298765baf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:525b41d20d91d1f974676d9977e473843a3d96df9028e5bd477717d4dc1ded9d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:60a139e740f69a1222dcb38356e3a647a0c70e0a36f91d540eedfebe1e79d2e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e2c25e37fa7f15312881a295f59e06221fc4a7811bc047b22c5939b09f1908b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:24eb520c029974ab5cc3a62791442308fb2b30e3fe988bdcbb605caa577473f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4e57078600e8589b495a3235ffafe94f6b1e6762100ce61cde55658ffebacd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6479cf4efec9ec805b2057aa95cb76ca95fac53d109827a59807cda935b9665c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:6f06de76b487a6854f2cbc275153a480ee2b39bdc31d949d254f1e7665c28a04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:32db4d4aaf4ca1395a4890af8200925f9a57ffd4802f5e5ceb0ec63f0b314e36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:99766a65e172e428d414df1359e85884abd99dda123702b8090856904aaf469c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d21474766d2761c14e518b93e9a102e3e09aed716d30433fb861c999cf292081_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:fd614ab3eb0467bdf467da01aeb58128c276687ade33cd4c3bcdb9209e5b07d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4e03c377893c5aeca203900e868bcb00eb424d30f29da92debf5642ec8393fa4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4f71a84d254caaf8e3690e8818c3934b806e3e76d5814ecb54a14243af8f850a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:837c64ec19c63f2cbff7e45519c1bceaf39f61ae184b0030c583f099489493c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcb9cf473770224a29dc98f71e4abf9199325561c86c42a2acf7b7755e55001_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:10fbe889db0a1dcb79e95d802df9c33e80230ce7e589d8d17fde88f54541ba45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3333948e5b59adbea455b4c0008a90826c81b992924c5c82ab31ff36259e21ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33b7b638319f3c2eeab53686a2d20a8794e224012422e69ff41bc2c9342cbf76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa40742cd762e38592a466e1e62ad0a66fff286d2ff8288dd8e41bedf9900779_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:97107bbe458e3e0d9eea1b66c87fe4acf16d7c8a3523c518674faef9f0675a01_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b7f6cdc862181fbf055fc1cb35d4a0139b0c9ea392aacbfd8e4df3c084f05451_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bad5d83d733c306d3016c8af707b4af9b5a1521dccc01e550927cc2f673771cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e2163013df1ffce60aec8702aacbd7121a37965ac06dd5e38952d941a5b0b65d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:546263c7efb5cbaea346fe92dc2399b605aa2f32651eb857d6a0c17bd713b9ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:da57c639373fcb6b0f67771943dc97f941cf5e15c56909ea3bd39be3c19f9f0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:debff5847176bb3f889c07131b5452bf4d41d4e050c83355735a37fb737de8f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e39e97d563f73d620e9c6c1002bd3a5fa1557cbdd213769d4c249c8d108c3082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:344b027bf79e366a361684ad1a55c20bb669bd11379def610ad39c060c7dac3b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:425e523a367ef202f8b5ec07c018a3d20798aee4d7b6c2893ca4a58a85d971ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5a148b69f649d2ee38415f44a2449729383bdb815c3db7fe9946fa5fc3a4b1b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5caac46fde53d2509eb8692c845ac26913dcb4fd76218d49743019bfb6542826_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:026be4ffdf26852954771f607a274a838746e607c186c666229619aa24ba821f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:192d0d1c686de8fc61d9c1e3eec6dba7938a2b2616f2c616e68d7b6e7619b92c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:afbaa4bcde83aab1b3a524d5ddeaf34fd2cff46743bacae469ade35a5fceb48f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f7cd35f5a1f5d25037c79b4a11fdb516b5d26509e1cc6860124f2c4eaf423eb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a91c1b6244da0737e30258611337afd5928f225fcd1bf7a2062fa1b35c0e54a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdea4e44eb8e8bae57fda8df8c98b8dd205c6b2d5c2363553683a955e08b2dc2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5507820a4c3f90f8a8528bf1230481d4eb78ed2503366438584a057168a59ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f1106519fb7fc17c6d9dbdbd061a37cdcf23edbd3c526f231060a0465847f464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1faf8637ccb92eda00a4325f56d5b13bf9afec7976d62196d52dc5c17f00ef22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:30709985361147cbe75e8070239b2b8e6b84fe901f15c40215d294e01117fce2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6ec89657affe91088e81d3172e4d07d81338a8eb0df7801eab90e2afbf6f11f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ca1d4327f63c10e574ec7108e42b51754a89660ab3a9f894edc6fe218f6b64b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:60dd759695c5b7a9a958278fc09f3edab6b4566e698b9903f7ee87b10b5d3f59_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:83f8e936c706717688b28c14bfe01eb0a355852192971c8c20ff421f7ee09076_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:af4362b0b25973d7202655613a237149d91fe7dbfe8050f22559a851ce8230ea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:d5f4c12a2da21bbf08810e642331dc8e3f8612a00d192bb2032d65a71593424d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:38e4212042aeac05257542399a34724c5f92d476f0d41b9f94e2874fe85a0240_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4791ecd6ac56fc225b823d707612379b3b8676535ca6e939d224bca6afca0a0b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:606aa50bef75f832cb801638b13fc00182dd7bef4e2f6b599c10c301e6cc8f2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fbb3c67e8827d142096f5cbeba74abe5c9f6c1c19ceb3d2c7440eb3ec95c997a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22d4ce4c381301de4602398c599a964f7071337557ac75ad41d41947932be181_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:637ea04dfa255f6905fd26e0b1bc69c65a9c626ef70e54d0333e84420c572120_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c6c34d670826ccf493602e6bf900480dbef8d8d2b963a5574d5cdf3409c60639_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:fd0d7e2705c100aa69995a53712914134723a7402253ae415dacc7b256f01e07_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2129aa8e01502ab6769c30c2f9c27aa97e164ed9197cd593150407dd4dbef5af_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b9aff574985a33f3060c70a5ad9cb4404acff0e1e6a52085e4c0b9776c98987a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c059be494e41722ad545c009e5ec17491ee8b96449289f8d4a5896114063c61f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c29a00ca1c7740c13270eb3c9931ec944e217b5545f2178f0ad160606f0e1382_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:f428e8a5292fd8e87fc7ea32d970db7d0bb67feede24b8977e839c5f22f7e63a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8a2682d010f9d9b55ff6b303b7b8353db0da997c0f51a135cb04aac57b78ac0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:087a94cfe617f5569cf922463773d647bcaf8f8efbcd1080b527fbe8a6f911a5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a5e38ec8cdfef71dba589900c0f41c54fa0404c5aaa3093f766b24364a3a8ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1342925d02086aeff1cc01d59344376130646bfe5735042a5c06da19edae985a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd93dfa6eb2669ce41a429e7183101328e8c35b9419d4cd4ba321479488828f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:933c691864d24efc4ba04a306844c4c11e775146c36c818fccd742a6f12e21a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3716c231ef73084ae82e7b57f5fd8b30ff7c72cfb49d898b71afef6d58baea3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e1d999393c6e3f385fbed6668d0f9971694d0fadfba10f73cfb8cb50837ded6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:f81bb84282b908d2575aa5f1d47629afd3ee1108aae4fe45d895f8bc2193c072_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:201bcfae1fadd5ebcd369b001543e042c455c137be7077d14bbf17d9b4590b42_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3727d8acc81b225faa662f0e291f2ed6cf19c279251e6e8d9cc55142e8a79303_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6c92029093b3ef5eedfbb34506b6bd8ee2f40cc9823f169518aaaf173fc36836_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:952ca848726e0fb26903e3b7bab07ad9568833b06bd5b14b0a1d42c6fb1e9354_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0ee44e5108771b498a9e8a6533425fd9401b2921743124bae0792a7a81bd81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:26402170a93c95aca1dfa1358fd66c85c40d2622b9dac31c569a3ddf9c3fd5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5becb748d9199760ed92d0451b11344ba63bf0595a57f37d11e450d85dbae78d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d975c4728597770875157d701a40f4331c193dab4dcddc3b800316b86f66091b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1241452c12bb502c22a301a76e6aaac0f9b4598968baf38880e73a95c128eb63_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6dab6a593867c8cb56a85482d02e9edae2123925b3e189060befdb3270494d48_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6f323e3b4bd8188d8706ed16e8fc6340d6bf073d1e9f6f81f80d4b4bffe5e8be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b59d40ddbc35e66256bee8741d4e4eccbc616ba99d7e70200433a5296c131b7b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:252ad470234748c32ed8756e97fd96a0cfa936e6c711218184dd2f0a175ce3a7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:388e4fd874b3e4b6a09e3fadf4341a676460f7cc6a11f21575dbc1d6cea56748_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:bc8b55fb3bb49a950219ecbffd4b29094428effb3dfe6c1f42f0d1b69c7826e9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:eebe1dab4ba471ed9ed9cad9e4e0e6cf036ae92174ce05d7e6adaf99b4ee1df1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4bd76045910e67cb331ca2b874c258ed232ea87be3e5845f22ba1dbd08f5f507_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:66cf3416c342d9b82979256ce1a74cc17600b77625739d6c9b0cd2d4345204b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ca560a30eaa9eb9eeaede0c249e7c27c494fd803c05a970ed7c78c7d673a8bbb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d20e4fc2839ec0604cda45f5115f9d111a747f9270d53fc39d7d0c69e1e2b748_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:076079c549ed249dd139616133cf5a589666c249e68ec305ee53ec6bdf22fdd6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:1eb4fc64e9238d7eaf61ffa94f90dcec1ef47da189d00bc7e64c82438db9d736_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a16ffcfec6478b6f4f4d89d9b376dd3534ab4ca1cb02a2d1d891c3e8277317fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e4735f99e4103ce7a8dc90e8d06b4056efe877281b948049a56d33102e9d6b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:0a3d54af3b7e8d0c2cbad46430b80c09ada8bedf3dcc81391b1c83e84f0514ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3382350ce8a1435cc6f888d1de75069f001759a1c021bb8c9bb3c8a4280b500a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3735d8bb333882d738b8d1f9818648101ba314d1dbb2db8e1cd8cb9a531eefe1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4288937d1b21950387fec3654089dfcc068b229dd491dec1db2d572936d2d4a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d5edcc89a43bebd8b9dbe7ca57d06771c2b15a65565832482fa9041a8923664_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:77ab19408d51ec26df6e4003687d195e538e8c604bdde9730bcccf0ce813a3e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fc194f806be7a64a292e58472f7a9847ab41fdd4a5acb30876058e8d31f9768_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:eca062c4d475fc02f484497f47554275a45fa6bf962155bbf8b8cac461e98909_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f93fb8357023a912b389c987bea11c181dcf7a8d124d379340a09ee2004a324_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:bc80e6ab8588decba39d05df121e2a96dc5339ade526fcff9f6d4d298f021c55_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:da1244d0ad890eea926068e8f20351a8351d9651fc31edc80fc2d8600205f1e5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fc19ccd8d497f2e749bcb359ad2852103168180dd8b411f75fb01052c4ed2c63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5a36b250603d69f52c668e9c744c296155a2a0df23eab2bad1973294f194774f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6e41049bc990b58c5f520c7f94ea96a7b9b341bdf56f6461d77c5c74d35235e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7ee0cd2c01687f0379b3ee6b24d56d03090945a1008d3d6e58ea563e387e7617_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:c0010e7eea382e1026a9c5086ac2793cc59ac48495ca6742df510bcf5f32459c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2e605face470a751490e294e57d97b464b652d729fefbc61505806e1c9489be2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4154db0844a4d85a6b20be1582d2be56087083afee496d213c92029b5437e5df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64e554b3000b83aca870eb1cf4a746cb3f539daf372508e1445ebd74b9cce877_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:7b19e60c2134045469090d301eafd0a1b8d0ac88fe7657c38b09bac260f94835_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5101825b10a7ff1dfb53803d2706ffaaabdab138fefe0923cfadb8f98a688ddc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6ae8b76d4821ba66837ba298a3c937223ccfbda0d7750ea8b932586d27556652_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:93d1fe6c6a35a72fb2b2c8c3ecf4c71b5a5c93483127c69a3251e68bf4f3c499_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d3fc77411963f980f4d2b70661b095da9a93140b0c7c74d51e5807f5d0bd7ccf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:30ba0c2519418a215de8c5fbb509964d2df6fc4894b877e50a5ed34843860a46_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4702ff24e95cf3c7da6520f9d9969a3ae7cb8ca5b334ea5ac0165ea288eb0b35_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:77eeaf451f0cfcc3810f40662c411b01a7a3e51a061e17763a20af7cdc7493c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f429b7f7f61291d3bdd2f451b4a46cb1b30ff6bea0b1be62805cb8b0be24fddc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:35a02c94165611b440a375862ad85ac5d818385b2f837f2a00bdc0571a8368a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ce06b629d065a5fe962fef9e523221e116056ffdeb30985dc4b2a83196aa71a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d095886fa46122bded2ad34e5e94c28e882cc40dc1ece6a57f7a92197966a7ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d2ea02154aa9c69b4456063fbc28e66d5af72d0dbc76dc2a179e3f509166fb64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:171079848ff0cd983684c3887ec5c1c7cfbe9095a136e6ea016c7f636a590134_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1aaf2b01476df4ec828dbc2d7da390a39f6892b4c117e4c3e55f92ce0638f8f3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5c1c2a0b19cc283da65470aec657b3f78ab7efcc67bb0ff309e801686c7f52d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5ead9517953ce770b075be8bcc34dc046753b1a5dbd1a68083c2c6b1ec91bae5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:40b3fb0b54e266d9e69be643c4766a78cc00085e0c4b0217c3257bfb9f2edb22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:723d06b34af7f631f8404b53d469e4b921ea8cf8793383f718013c89ca5cc3ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b7d1fccbb21e299db680024a21d16bd5e6c3b664bb77faad2c60502e264c86d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d17bb43db79fd787abc4a52522df454436f00f5f9b4bb6215123ba2bfde2ff39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:14851e994866c8df877c39145a5c98a9deef596741775a097b0e41a3b254d1c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:20399bf61867a05b52612cd2e398ecdda0f4da9eb037b36dee464fc211670cf1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:601ceb3296c6611f834f75856aeaddc243242adf20b8753977cada543cdd2d64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:93a00d6ad56404cbdc4cfc40a8a94d00cd9255823da458270fb99c34414db267_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1413b76827aeeb00b1ac629d8a0b7a8ebfdee642e6c45d5727ae93004e6f680f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:32117a2b8fd111988b1b11d175d2c2c242f3abc66a33f0ac7dd3c22487404a57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:3d45ed1cb96fca62f24a498ceb565f6e8370a7669b572350bb517d63e65f2b93_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:50b6b72432e3f30bab72f72901bcd92501ebdd1c29d5ed47e0d4157fe317ab97_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:40ad67a8686eaaccdcd145fc4b3aab6c63b0a94b4332ae553c45bed74bff3926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5e468a3b4c139eeebdc3bdd17229081081583c3e7f17dddbd524a2ecb8156490_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:26152c2584c8bcf497b71797735eedf5a319319a72d21bd2fad5866fe1e44551_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b41edb346304f299dbcf1d60e97fdda24cacf4858a9e0309a48d9a709421eb3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:22e4894abe71731d08afdac1b63273995e87d936c1da5fff1ed64d306bf62802_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:d28a797f178646836f2fd1c21089aeb3f1b1ac2187bd2edfba13d7a296592e62_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5367dd8e4e3c21bc2ef643428573840961fcc62894e56e1a7b9fda520a399be6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:bf6a782f5f200445fb05e76704c7dee9a35b05d86774fb6c2d57853d8435e8ea_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:11fc25fd849bd882c68de730ccf48c5712fa067ef46e3d00e48c134bc494950a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:502a7a0a4fa7bed131056bf0d07b1ccd387013a5e1639a852a4609ca34de1562_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c74a413249ae68087599674361cfa7d78a8f4015231d6257278b31f301272a73_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d11860b4639ce61fe82d9c191ecaa1dbd6dbbda38716849b70d1e96d9e53a0f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:594430e55aa7c83e9a627d2420adb19580cc2b88e25e8860ce129d2b7a42a397_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70256c813eae43aa9fb2b77e623cf8c394b6ad7d386faf3278a44f5b8439a95c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:7106ebdc71c0ced945b9f95f97793fe1d0e7a2fb9a0cd5ab02c0ace8abb0bbc7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9ba8772ced3776b3fcf9dbadbf9b977536fa27b86edcdeaf62a0e184126abc1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0a8d9a4e8e39af4c4fcefb1492e5c4a16e26927c5faa871cfd1f56759976643c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:10be6e107e2df71054aced851b096ead3bc0cd1d5cb35ad624f3fc09edf07849_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:241900c186c45e7acacd979c593e82627f05fa131d7047ae85969ab1f9ee1ed2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4125ed9d1d10026557ded070c2fa4eeb9df29c106bcf4da9aecd232dde991547_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2a158ab0c8c28aa26f3a97fab241dbf6e4f7769679d760cfa8aa395e78ab35ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:39d76960b7cb841a41fa2f8176150fe2c3b9dc2814324dbba6135b39e05a706a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:66c351f9c7315b86d684fa54d4d10f623050ef5cd95af95ba26a8081b9dd502e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9ca52758fe06f477db326f6cf953414b991f2ceab70a72c1e1c7bce6dc8f57c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:32a93c0ebf4c848941c8aad63dce948e7c217a779319380e0ce998e5fea1477b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:362f29e4453f83f1f7b09832d13f730fe9f62b15b8770d5dd83773e652807e63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a4e1670545c7d601c6a0f32925eb552fa11f726286731801e377b456c6054c20_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c32a29e67447de2f291be0b94a1a6d107f79a67ca499706f6e52528116c8ef97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fe1c95a2490efc717f0ddac240411e4d9f86b5f9728343f7843402a22e8273a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:724515ef56f531ce22e23fa8523e154f1f91d4068f46ee6f186eb0d63922a16e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:815c5c87b6614bfcec8b23dfe1f63c2a24fcd775396f25a6baf5555475239190_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bc30e507b7bb9318f085b6d8039dbe0758d4b2e4a33946cc921d5be581694e24_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0cdab28f527d731b60073936b9280f7b9079e6737a26767bb482cba628649c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:2f8dfebe163a643cc6426761076445f170b63372a1af88be8b2ac045c7c02665_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:3955562cafa0f0fab0d5964b8dafcdd9f0e069b27d36d788ca4901a656af1383_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9a0d301174a2c9788f51bd53764c3efd3d49fc5158148ac5d1a3c8a7e4df566d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:57b7346210cc85f7dd4f188292fd0b0129ec7d60d2447f6125aa8043b6418658_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:63ee5c46973d72fb8e38a0e4d556a1dad3eae0acc5f1163e67b52e6c7b61daf3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:bd96705c67bb13404cb5f3ae03ebf9e29b4b00d9264b9b007c8823096d406840_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c1cee6e636fe50e30ad81d7f43f2301d7f9668138ae450fe3913dfb742959b66_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3ba90a805d2c3b71ba138f39f5f547465f97f115197cf340025a93f8f4aa36c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6820d36f0f73e533c45f3dd8f7a67aeb5f4d28f106c85e558bd04c94fb52cd21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:94a053a22561cc2e69bc261eb018e850e1fe54aceabaca8b9d34894bde36dfe7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:97403be1c35b3eccb62c076f2d318b42f6ee362c0168f880f1a78bde9a2e8e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1cd2b32b7c64b208c89878c598b7061f9cb31985c56420e69ee773b733163126_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:533349585b52c44df7317e05c44f6d8707780f04ef11d31e2eff8a4804ed0aa7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:54a251e0eaf0a336567dd970013ae232f5d1228d99154769b9453182c23a6247_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:76108aee79788dbcfc7ed3a9b73a8d4349511df5da5379d9a51cf2ce784f9efa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:215ac27afe3c0edb05d73c6696822536dcf2f258ed202d84b285e3244fc845f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:647e4891adf555fc79bfc3f578c2a7fe509737c382de78c41154911bf6d7d20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:851fe73bf4071733b87f3b4ba3131bc22eef3896710f6c044bde14dc6ef63926_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:90bee0f18c8aaa6a22fb87d41ef11d9932d7c22157b86632cb1b9176d2bfaa6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:22e1f915b239f1d1a62b2ad06f27281c72cfe121642663fbf5cfdd1eceefa7b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:60d4bf79ea1f155c04d65d4d0f5f30419bc7887ccbb91a26b5ea4dc22b553ed8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b9b8dd1957fee9ef4f1ccbb47b263c21cb6ac5c65e140c9163ac0fc671f2f8f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbe45daf60e282af5930f45a74be5dd2dd720d04a734bd5bf52018fdd77bcdfb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2f4e80d82a873eab6b0a701a93b004fe1b75ea79110cf5c105ea46856090e2e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:8849be3c593bf35397e543596a3b7ec4779aadb0aff1cb4ad0daec50d711d859_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:079b3169a49eba798e35d59ce70ec381a0b3cf0afd436dc46744ae88916fe9cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:354768aaf271404f326ff1823cc6be9d9ccb420d1e8f9fca4e25187bf4bb70ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:8e0fbe4057208751f7ee8e28bf5e393c2197ee608005c516c527e3cdd9986b89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:efc938c1b9b0e79726efa1aaf42f270efc9c04059386208dfa52a96f690ce35c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1c594e472a68e662ef3df59f4e1670ce513c5f538c52def2a988a08fee67881c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3ca8600054ba7625dcb195f2e1d7b6ae4d719b500996ddcc22fc174fa553c113_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:4e36aaf9a51a587214cfc4ee75cb57d0b1eaf550bc3a50b9547e0bb164b1fcfa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6c7c42d0c7455b32e0c2fa9db3a0c0f98060ac37a7b78311e7675027d558a0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2d2b7b04ec16e7a6929abf05b7721ed925a70e7f34e7046d8b5851f825ed4071_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8cb225a005f9fce3d388216d10c76c1262d01909f49a1d52a678f16fd823046b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:98ae7137ed93153ab894e8596548860a83e03eb9fbfc2495a881eb0eb1a892c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:99c19f7cf17f35aa6164bde620baf4dbb28427748f364cb3d15400c77757b143_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
rhsa-2025:3439
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat Advanced Cluster Security for\nKubernetes (RHACS). The updated image includes security and bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. 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": "This release of RHACS 4.6.4 includes security and bug fixes. If you are\nusing an earlier version of RHACS 4.6, you are advised to upgrade to this\npatch release 4.6.4.\n\nBugs fixed:\n\n* Fixed an issue where Scanner V4 performed TLS validation even for integrations where TLS validation was disabled.\n\n* Fixed an issue that prevented the \"Container CPU Limit\" field from being added to security policy rules.\n\n* Fixed an issue where the Network Policies tab in the network graph detail view would hang in the PatternFly Code editor due to a potential issue with the Monaco-based text editor.\n\nSecurity issues fixed:\n\n* CVE-2025-27144: Flaw in Go JOSE versions prior to 4.0.5.\n\n* CVE-2025-22868: Flaw in Golang in the token parsing component.\n\n* CVE-2025-22869: Flaw in golang.org/x/crypto Secure Shell (SSH) file transfer implementation.\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, and other related information, refer to the CVE page(s) listed in\nthe References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3439",
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.6/html-single/release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.6/html-single/release_notes/index"
},
{
"category": "external",
"summary": "ROX-28602",
"url": "https://issues.redhat.com/browse/ROX-28602"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3439.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.6 enhancement and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:23+00:00",
"generator": {
"date": "2025-11-12T02:30:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3439",
"initial_release_date": "2025-04-01T04:55:49+00:00",
"revision_history": [
{
"date": "2025-04-01T04:55:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-01T04:55:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.6 for RHEL 8",
"product": {
"name": "RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.6.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.6.4-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.6.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.6.4-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.6.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.6.4-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.6.4-7"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.6.4-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.6.4-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.6.4-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.6.4-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"relates_to_product_reference": "8Base-RHACS-4.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64 as a component of RHACS 4.6 for RHEL 8",
"product_id": "8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64",
"relates_to_product_reference": "8Base-RHACS-4.6"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T04:55:49+00:00",
"details": "If you are using an earlier version of RHACS 4.6, you are advised to upgrade to this patch release 4.6.4.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"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-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T04:55:49+00:00",
"details": "If you are using an earlier version of RHACS 4.6, you are advised to upgrade to this patch release 4.6.4.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"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-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"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-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T04:55:49+00:00",
"details": "If you are using an earlier version of RHACS 4.6, you are advised to upgrade to this patch release 4.6.4.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"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-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:07cdcae0389c8aec32e1e4393b6e3c57acdf894926f43a94b73fb9119210b18a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:23179933e936025ed4af7c0ce0e6ba503f032b2d66c4e3a0343fc387270050a8_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3f7453c244e17e1763cd00bb893dd48153b9f52c639fbe392330f32a8c683b08_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-central-db-rhel8@sha256:e7de910ce1ee2b66e373b5ae1228cbdf9f960b6ee4f9646d6538d6deafceed93_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:12ea9f4bd78ef018b57bcf0e8e0dbb7800753a268719a32297c61db116ab887a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:2a54010edca166d59b5a8e0054661c5cbdfd202ff7b2dc8dae3f48e3aa8cdb2c_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:7380fe034ac369d2784544bc102ab0d1992ddd7c34acd820ed90e52c969e68af_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-rhel8@sha256:a022adf62c00842eb3e2e28859f68f5e965e5cfbb5c45101271b520db6f345a7_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2ed2a473fc2900cc2ff0b407c3d12ee959387a44ddfe4419c21b16f3e064526a_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:6bc7e17ca2f06dee7a9f067a5515df7faed97a19dc3fbee34ec26a2e06d5a27b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:c9d8e97e70e495f4d268d8d846eed320bae4d94081a42cfdd5503de1fee08ef0_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:fb2da8396ba4c046e963b5c49611a154c3cd47b98701a909a7588631b3ca95c0_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:194d127f452884cfaac6b64b81b71111a2cb19483fef74a94659b3b647acec29_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:a1bbcf94392f867e55b97a8b6c9338280abd4324031628ccaa6808c329d1f51b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:d37a7edd81aadda3ea995e00273a2fb62fd97d02b7b1d94cafc4f1a4a217af8a_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-main-rhel8@sha256:df6202877fdb10926513cd01a1c596265828120300f5ab72430b535c974976e5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:2ac0811576648d839422548b1587bdf74a0bcc51202cb5312203b6d3632c4d89_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:40422d266354c240237d66bb621660ed235af7c8620de8432912854cc11c084b_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:5e0211a77a3fc5027fb005c76d549a1c4792a77b6b198f328a4d13e00d563f94_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-operator-bundle@sha256:7b49c3de7ae7ce5c5209276f9af6845d0a8e23850f22bad4b49d7b614377994e_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:6f16d3cee631fe48c46bd37df4d9936a8ad70d4d00a3d3b1405b7b699345e9fe_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:74c62d91c0973098a5fcc15d465b880a64cfb48cd85ec1cd871d80ba645505fb_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:8209c920bec930fe40492ce755d8c375e6287b9995a4323ed0e9d6723c4ba41b_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-rhel8-operator@sha256:aa5e8e1118f698170bffa160ced0f418f82c94988c500e9a07e78a0ecfa2797e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e41318689a86d45078bcf75a8bb5e888b15af8c3deb1cf4c09b4eacc402af22_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:606aee67225f49de8d3796aceb1a42b4452ffb0c1a45f71abd059d71b6718216_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:a98bca77e171a8b616f48ae15a5e8bce5e31d46bc4dfb7fa2f2337eb52bc0ead_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77f9bc05fed74f148654aa7204eed4f9b0640ab766f7b11c1e3c3bb0a62d457_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4f75ac9200117e6f8fcbd2cab92627cead25812e0f7634b6829b6b3fe11564ef_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:91f9804061df02bb30d1f11ba0a04f03831e359dc84c0a9a6261fd96c95b69bd_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e55ddc6ef87066c2e585b38c17511d291f49d65e04a6636d63394ff78035fd5c_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:ea2fc256a76268a64233c67253745f9b4a51de568ac69f5a399d2a9725b52ede_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:682a900b076f6c1b0a0e3ecf6a2b07df1b5f56857f9211c8ab3a7c62611671a2_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8d471cf249d72408fe698e720ce231130de2c666ddcec3634ce93e588f613b47_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a8a282d5e22947bcc09e3c124b000d9ad5dc66b772cca74d746299383e4e92d1_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:aa4ab88c354fbc6894e5b02869b3451e950ae9132fb3412bfeef55a790b9b15b_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:332e4b9b3f71496b7d3c242a33970969027666d4337328495435bc9206fa9106_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:5e73abd21a74eb2ac262316130c17e219b8652f31b2770062412398b603ebd7e_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:af14ddfc7ae21973776a6ddd31f9ac33c24058ccce7af88092132cdc9dcaf494_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-rhel8@sha256:bba057fa8cea9e12409e247093dbe96cec9f0efada2eed47aec519a951d7e1a7_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:baec4dda158cc434cf49851d48f64952e1e2ce8e7e0d97f40645f81d6d82acb7_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c5a1b95aadf516f42c11b306168e3682540d7282610bec2eefe97178fc2f5540_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c8f4aff54a4d521ab583e9f6ab16184d70f523127d6329d87ceec853eb272ccb_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ef50596bff98198769d80974fb00975ac77f565df11591d949e1fba4b1ce80d8_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05ca198378303347eda14e416878e3326e78a320a592ed53ec1a1f98d9d3659e_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6cfbae6c8cfe46477888d7f917de78934daf1aa529a515a6b6c482ae4ab2e8f5_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9142cb7b25535a6f72c850069aa4abaeac7d4d1296a0e89ab440b21139fda372_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ab625a2c2c03af048451011aee53f3b229ae223f2deede65efa3de30b8a37d2a_arm64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:72dc072f0d64838e91aabbcd7ea0d85c1aaf79196cb6f45fcddb2ae42ef132a6_s390x",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8add4b97bf90d0edbdad6c2e55660a74943129fc621f1a52dae5cec4c308009b_ppc64le",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a0269bbd9ea17b0fdfc421d5c0158f712b2fa36670949bc95ccd05a45effb054_amd64",
"8Base-RHACS-4.6:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:f81a7122296ebedf8212971fa8175477af5382b35cb95109ebeb63ac203b23a0_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
rhsa-2025:3820
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.1.2 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details see [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1).",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16, 4.17, and 4.18",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3820",
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-27144",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3820.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2025-11-12T02:30:26+00:00",
"generator": {
"date": "2025-11-12T02:30:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3820",
"initial_release_date": "2025-04-10T17:22:43+00:00",
"revision_history": [
{
"date": "2025-04-10T17:22:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-10T17:22:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"product": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"product_id": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/client-server-rhel9@sha256%3A75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743075680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"product": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"product_id": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cosign-rhel9@sha256%3A2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743008763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"product": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"product_id": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitsign-rhel9@sha256%3Abef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.2-1743007499"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
},
"product_reference": "registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
},
"product_reference": "registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
},
"product_reference": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-10T17:22:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:75f1049431f9e92898a4217870309cbbb3b39c8362e929c0bad3b53cad4459db_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:2a2aa8c1a224419be83afe46b0226e168927c19c8bd3f9c4e562e5e5caebb6a9_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:bef55c43000f266cdb7cf6ea525f7c52f2ee532b7b487ae9752aac31ebded40f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
rhsa-2025:3438
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat Advanced Cluster Security (RHACS).",
"title": "Topic"
},
{
"category": "general",
"text": "This release of RHACS 4.7.1 addresses the following security vulnerabilities:\n\n- CVE-2025-22869\n- CVE-2025-27144",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3438",
"url": "https://access.redhat.com/errata/RHSA-2025:3438"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "ROX-28603",
"url": "https://issues.redhat.com/browse/ROX-28603"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3438.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.7 enhancement and security update",
"tracking": {
"current_release_date": "2025-11-12T02:30:23+00:00",
"generator": {
"date": "2025-11-12T02:30:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:3438",
"initial_release_date": "2025-04-01T04:50:23+00:00",
"revision_history": [
{
"date": "2025-04-01T04:50:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-01T04:50:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.7 for RHEL 8",
"product": {
"name": "RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.7::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.7.1-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.7.1-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.7.1-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.7.1-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.7.1-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.7.1-2"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.7.1-5"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.7.1-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.7.1-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.7.1-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64 as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x as a component of RHACS 4.7 for RHEL 8",
"product_id": "8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x",
"relates_to_product_reference": "8Base-RHACS-4.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T04:50:23+00:00",
"details": "If you are using an earlier version of RHACS 4.7, you are advised to upgrade to patch release 4.7.1.",
"product_ids": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3438"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
]
}
],
"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-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"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-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T04:50:23+00:00",
"details": "If you are using an earlier version of RHACS 4.7, you are advised to upgrade to patch release 4.7.1.",
"product_ids": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3438"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
]
}
],
"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-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:4f1d7a6ee1bce410f54fda58f1c651faa6c6cc6249a6ad724ccf2ca598e9e611_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:642f12c888648c4a7117ff598cffa518804224baf4aba71b33533156f9684f73_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:77c7fa6e7c089e2a74bec6370e12dd3f5acd60803453145e380da181b6a4c07e_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-central-db-rhel8@sha256:ba91ea7753ba54c545b04209bba271aee5f8dd7f84cdcc07f3db4a1f7def8842_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:49ec3c9881992bc5f56b6eb817a46c36741436f6e036067d4ec85c81c2343879_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:67eb8a853a544e4c64c8481b5b07c46e31b726ee1809134c03dfc5dba59fd703_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:7adc702c73aa1fa40778421735c07de02e7a244a61d66bd4041b0623fef609d5_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-collector-rhel8@sha256:8319c60016f5c1f55c20efa768cec928955395b0fefca98ed541f8fe3e52e708_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:7a8641b3cf48e1d499167c3f7a8dd37936c769e413cfcca330f6e7b32e2a08e1_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:b68da1294230374e9ad7fbc3c4adb68b849188ee759ec96a9affea10518a9bfe_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:c184971d400ed593d663d2de157ca47d6325552a7b4ac400274fe24ddf2c5480_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-main-rhel8@sha256:daf9e172c23638e5af924baecb4e06e5606abb48bbe299f52991fda4fc1ccf63_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:0319950f211644426beda18a8e4257271f96a3f700020330ef0ff27fa4593ba9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:112a4cf477dd61be7026b5455b2f737a6a2f7148d7cfd740e7dfa32004916ccc_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:e23398e5f761b4a2fb94ec91b7f009e4e6abf09ec511dbf30468142e742d311d_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-operator-bundle@sha256:f947e567f7eacffc7afa54f734599a9495dea0d29064c99c2e7dea254fde4048_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:306ac685bf2c711b1a608faf9076a0b8e6e6aca1b188e41a688b7b357870b390_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:41e11b234d283316ca62244b716013b691e4167e5f7ad2399eceb3f97ad14f62_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:70c70b6170fad523458e82367a845eef1287e21de655678a98de3827f861c72f_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-rhel8-operator@sha256:9d4b8c3277e1301f775a3a9d90dbe278a43f46af999bbea19b3d347c26a6ee33_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:134c8823e6affcd9d2a2b830a7719683fb2029f548b67b6703cda291d0dfdf5a_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:4ba35c6433258c5fdfa411596bc36d16b247361c9fdbfd330c254b643e9d13a9_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5ee153003afa7c54f5f148a030e589fa253f244dba04c2b83905ab14b1e84536_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:eb199dcff306e667fdc549fa963d9ce77b675cedfca2eb210e9f556c1c04b57e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:068659c8583cb1f9d27a92a62560b7e1b7d4147df49eef43df9c79aa6abf1eb3_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:988eff25c1ec0f1079a9f27dedc05651bd02ffb1ddb59a527724c118052cb4a0_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:dfa12c1bf8fae47c8af811bdcc1e1fa4d1e3431ddeddc15d73e861d14f270783_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e49e4ae3935b8656577ca5175cff68705b6201af22d74b5e85e13f0462209152_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:39e5f8ccd7550da561235181e782054f940727f55e1d77d512462eb730a0be10_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c1520d1c0c4e496fae655cb45627977de0cd3b93f8a56b04b6ebff43f010403f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb232e4fe4155eb0a325b2ee02c06ddd402cb33db0ba716a6444a61a3fc8eb99_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f884e591fdaf68f784cbbfbaee278f8a75f8849504249c64d7035b34204f41ab_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:0b14fd50d9f977c50b949775e110aa0fcc518856931268fa1093a4977d39e254_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:dcf15eb8752a15d806eba03203d5eb5c4f124f5f3bed46a936f65be6e36cb488_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f47e8efd865122d69c96a5dccb7a24362725702e2dd47d86e02f9e5037f16ef8_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-rhel8@sha256:feeffd1da03551742e155b71295ca145cad4397011c2f71719853046672a32de_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:46055f464d431548ee94cdab008c9fa1fad36bc169a20380501c689ee4e0b168_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4e96e6238c153f7cf35eac9ad703994170aee2e56eda25e70bd34fb1bde1c409_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:a825a3b05b4a46548cf2f991a070e3aa4b98d5fb6819e340a8af88a66511bf4e_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c714170158584988edb3fcf1432682ede16bbb21b3076243e3846f7e0a95440e_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4840696819498318bc4e3c7391ee5435be3d76c9582d033271aa0f3658234317_s390x",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b19e18aa971527beb1e4f13f761768b7f9191bdbbfed4933cf417b6a773ad212_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:c06f7ad0ae47719ea487f3e1a6f24d6fba96010c51f2b4b61b2988bc5ac0f4b2_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e34317570015424ed4731794514b7db26149449efc4304eb09533c0cb1949808_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:51b49940fe70e60f7ff3e95fa2e6409735cc6b27462cb175205eec1e3ec2dd08_arm64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7afed671eb12679a251d0efee7ad6d3c519794be836c31557dc883a3d0b3370f_amd64",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e5ba3bba203b1f651f9c372bdbe699f5867cc3ed71547570ecd0c5c792ce93c_ppc64le",
"8Base-RHACS-4.7:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ff829868a8fdb5c8c41523a07c25ff79cd1c257fae6231f107a1b81c9ac707bc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
rhsa-2025:8704
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The components for Red Hat OpenShift for Windows Containers 10.17.1 are now available",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift for Windows Containers allows you to deploy Windows container workloads running on Windows Server containers.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:8704",
"url": "https://access.redhat.com/errata/RHSA-2025:8704"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-9042",
"url": "https://access.redhat.com/security/cve/CVE-2024-9042"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/4.17/windows_containers/index.html",
"url": "https://docs.openshift.com/container-platform/4.17/windows_containers/index.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8704.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift for Windows Containers 10.17.1 product release",
"tracking": {
"current_release_date": "2025-11-12T02:30:37+00:00",
"generator": {
"date": "2025-11-12T02:30:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:8704",
"initial_release_date": "2025-06-09T16:42:07+00:00",
"revision_history": [
{
"date": "2025-06-09T16:42:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-11T14:29:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T02:30:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift Windows Machine Config Operator 10.17",
"product": {
"name": "OpenShift Windows Machine Config Operator 10.17",
"product_id": "OpenShift Windows Machine Config Operator 10.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:windows_machine_config:10.17::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift Windows Machine Config Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-operator-bundle@sha256%3A17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=v10.17.1-1748972559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-rhel9-operator@sha256%3Aba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=9.6-1748967421"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64 as a component of OpenShift Windows Machine Config Operator 10.17",
"product_id": "OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"relates_to_product_reference": "OpenShift Windows Machine Config Operator 10.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64 as a component of OpenShift Windows Machine Config Operator 10.17",
"product_id": "OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64",
"relates_to_product_reference": "OpenShift Windows Machine Config Operator 10.17"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Peled Tomer",
"Aravindh Puthiyaprambil"
]
}
],
"cve": "CVE-2024-9042",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-01-13T05:51:52.559000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2337297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Kubernetes Windows nodes. This vulnerability allows a user with the ability to query a node\u0027s \u0027/logs\u0027 endpoint to execute arbitrary commands on the host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubelet: Command Injection affecting Windows nodes via nodes/*/logs/query API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE affects only Windows worker nodes. To detect whether this vulnerability has been exploited, you can examine your cluster\u0027s audit logs to search for node \u0027logs\u0027 queries with suspicious inputs.",
"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": [
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
],
"known_not_affected": [
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-9042"
},
{
"category": "external",
"summary": "RHBZ#2337297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-9042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9042"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-9042",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9042"
}
],
"release_date": "2025-01-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-09T16:42:07+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/latest/windows_containers/windows-node-upgrades.html",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8704"
},
{
"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": [
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"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:N",
"version": "3.1"
},
"products": [
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubelet: Command Injection affecting Windows nodes via nodes/*/logs/query API"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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": [
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
],
"known_not_affected": [
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-09T16:42:07+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/latest/windows_containers/windows-node-upgrades.html",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8704"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"OpenShift Windows Machine Config Operator 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
opensuse-su-2025:14877-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "distrobuilder-3.1-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the distrobuilder-3.1-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14877",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14877-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "distrobuilder-3.1-2.1 on GA media",
"tracking": {
"current_release_date": "2025-03-12T00:00:00Z",
"generator": {
"date": "2025-03-12T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14877-1",
"initial_release_date": "2025-03-12T00:00:00Z",
"revision_history": [
{
"date": "2025-03-12T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "distrobuilder-3.1-2.1.aarch64",
"product": {
"name": "distrobuilder-3.1-2.1.aarch64",
"product_id": "distrobuilder-3.1-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "distrobuilder-3.1-2.1.ppc64le",
"product": {
"name": "distrobuilder-3.1-2.1.ppc64le",
"product_id": "distrobuilder-3.1-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "distrobuilder-3.1-2.1.s390x",
"product": {
"name": "distrobuilder-3.1-2.1.s390x",
"product_id": "distrobuilder-3.1-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "distrobuilder-3.1-2.1.x86_64",
"product": {
"name": "distrobuilder-3.1-2.1.x86_64",
"product_id": "distrobuilder-3.1-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "distrobuilder-3.1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:distrobuilder-3.1-2.1.aarch64"
},
"product_reference": "distrobuilder-3.1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "distrobuilder-3.1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:distrobuilder-3.1-2.1.ppc64le"
},
"product_reference": "distrobuilder-3.1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "distrobuilder-3.1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:distrobuilder-3.1-2.1.s390x"
},
"product_reference": "distrobuilder-3.1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "distrobuilder-3.1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:distrobuilder-3.1-2.1.x86_64"
},
"product_reference": "distrobuilder-3.1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:distrobuilder-3.1-2.1.aarch64",
"openSUSE Tumbleweed:distrobuilder-3.1-2.1.ppc64le",
"openSUSE Tumbleweed:distrobuilder-3.1-2.1.s390x",
"openSUSE Tumbleweed:distrobuilder-3.1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:distrobuilder-3.1-2.1.aarch64",
"openSUSE Tumbleweed:distrobuilder-3.1-2.1.ppc64le",
"openSUSE Tumbleweed:distrobuilder-3.1-2.1.s390x",
"openSUSE Tumbleweed:distrobuilder-3.1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:distrobuilder-3.1-2.1.aarch64",
"openSUSE Tumbleweed:distrobuilder-3.1-2.1.ppc64le",
"openSUSE Tumbleweed:distrobuilder-3.1-2.1.s390x",
"openSUSE Tumbleweed:distrobuilder-3.1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-12T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:14900-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "copacetic-0.10.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the copacetic-0.10.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14900",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14900-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "copacetic-0.10.0-1.1 on GA media",
"tracking": {
"current_release_date": "2025-03-17T00:00:00Z",
"generator": {
"date": "2025-03-17T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14900-1",
"initial_release_date": "2025-03-17T00:00:00Z",
"revision_history": [
{
"date": "2025-03-17T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "copacetic-0.10.0-1.1.aarch64",
"product": {
"name": "copacetic-0.10.0-1.1.aarch64",
"product_id": "copacetic-0.10.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "copacetic-bash-completion-0.10.0-1.1.aarch64",
"product": {
"name": "copacetic-bash-completion-0.10.0-1.1.aarch64",
"product_id": "copacetic-bash-completion-0.10.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "copacetic-fish-completion-0.10.0-1.1.aarch64",
"product": {
"name": "copacetic-fish-completion-0.10.0-1.1.aarch64",
"product_id": "copacetic-fish-completion-0.10.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "copacetic-zsh-completion-0.10.0-1.1.aarch64",
"product": {
"name": "copacetic-zsh-completion-0.10.0-1.1.aarch64",
"product_id": "copacetic-zsh-completion-0.10.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "copacetic-0.10.0-1.1.ppc64le",
"product": {
"name": "copacetic-0.10.0-1.1.ppc64le",
"product_id": "copacetic-0.10.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "copacetic-bash-completion-0.10.0-1.1.ppc64le",
"product": {
"name": "copacetic-bash-completion-0.10.0-1.1.ppc64le",
"product_id": "copacetic-bash-completion-0.10.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "copacetic-fish-completion-0.10.0-1.1.ppc64le",
"product": {
"name": "copacetic-fish-completion-0.10.0-1.1.ppc64le",
"product_id": "copacetic-fish-completion-0.10.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "copacetic-zsh-completion-0.10.0-1.1.ppc64le",
"product": {
"name": "copacetic-zsh-completion-0.10.0-1.1.ppc64le",
"product_id": "copacetic-zsh-completion-0.10.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "copacetic-0.10.0-1.1.s390x",
"product": {
"name": "copacetic-0.10.0-1.1.s390x",
"product_id": "copacetic-0.10.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "copacetic-bash-completion-0.10.0-1.1.s390x",
"product": {
"name": "copacetic-bash-completion-0.10.0-1.1.s390x",
"product_id": "copacetic-bash-completion-0.10.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "copacetic-fish-completion-0.10.0-1.1.s390x",
"product": {
"name": "copacetic-fish-completion-0.10.0-1.1.s390x",
"product_id": "copacetic-fish-completion-0.10.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "copacetic-zsh-completion-0.10.0-1.1.s390x",
"product": {
"name": "copacetic-zsh-completion-0.10.0-1.1.s390x",
"product_id": "copacetic-zsh-completion-0.10.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "copacetic-0.10.0-1.1.x86_64",
"product": {
"name": "copacetic-0.10.0-1.1.x86_64",
"product_id": "copacetic-0.10.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "copacetic-bash-completion-0.10.0-1.1.x86_64",
"product": {
"name": "copacetic-bash-completion-0.10.0-1.1.x86_64",
"product_id": "copacetic-bash-completion-0.10.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "copacetic-fish-completion-0.10.0-1.1.x86_64",
"product": {
"name": "copacetic-fish-completion-0.10.0-1.1.x86_64",
"product_id": "copacetic-fish-completion-0.10.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "copacetic-zsh-completion-0.10.0-1.1.x86_64",
"product": {
"name": "copacetic-zsh-completion-0.10.0-1.1.x86_64",
"product_id": "copacetic-zsh-completion-0.10.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-0.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-0.10.0-1.1.aarch64"
},
"product_reference": "copacetic-0.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-0.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-0.10.0-1.1.ppc64le"
},
"product_reference": "copacetic-0.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-0.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-0.10.0-1.1.s390x"
},
"product_reference": "copacetic-0.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-0.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-0.10.0-1.1.x86_64"
},
"product_reference": "copacetic-0.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-bash-completion-0.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.aarch64"
},
"product_reference": "copacetic-bash-completion-0.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-bash-completion-0.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.ppc64le"
},
"product_reference": "copacetic-bash-completion-0.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-bash-completion-0.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.s390x"
},
"product_reference": "copacetic-bash-completion-0.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-bash-completion-0.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.x86_64"
},
"product_reference": "copacetic-bash-completion-0.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-fish-completion-0.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.aarch64"
},
"product_reference": "copacetic-fish-completion-0.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-fish-completion-0.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.ppc64le"
},
"product_reference": "copacetic-fish-completion-0.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-fish-completion-0.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.s390x"
},
"product_reference": "copacetic-fish-completion-0.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-fish-completion-0.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.x86_64"
},
"product_reference": "copacetic-fish-completion-0.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-zsh-completion-0.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.aarch64"
},
"product_reference": "copacetic-zsh-completion-0.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-zsh-completion-0.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.ppc64le"
},
"product_reference": "copacetic-zsh-completion-0.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-zsh-completion-0.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.s390x"
},
"product_reference": "copacetic-zsh-completion-0.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "copacetic-zsh-completion-0.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.x86_64"
},
"product_reference": "copacetic-zsh-completion-0.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:copacetic-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:copacetic-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:copacetic-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:copacetic-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:copacetic-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:copacetic-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:copacetic-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:copacetic-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:copacetic-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:copacetic-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:copacetic-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:copacetic-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:copacetic-bash-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:copacetic-fish-completion-0.10.0-1.1.x86_64",
"openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.aarch64",
"openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.s390x",
"openSUSE Tumbleweed:copacetic-zsh-completion-0.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:14881-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "forgejo-runner-6.2.2-3.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the forgejo-runner-6.2.2-3.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14881",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14881-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14881-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FLILESXTUSI5RA744QQ3PZ6BOEUIKZJA/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14881-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FLILESXTUSI5RA744QQ3PZ6BOEUIKZJA/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "forgejo-runner-6.2.2-3.1 on GA media",
"tracking": {
"current_release_date": "2025-03-12T00:00:00Z",
"generator": {
"date": "2025-03-12T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14881-1",
"initial_release_date": "2025-03-12T00:00:00Z",
"revision_history": [
{
"date": "2025-03-12T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "forgejo-runner-6.2.2-3.1.aarch64",
"product": {
"name": "forgejo-runner-6.2.2-3.1.aarch64",
"product_id": "forgejo-runner-6.2.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "forgejo-runner-bash-completion-6.2.2-3.1.aarch64",
"product": {
"name": "forgejo-runner-bash-completion-6.2.2-3.1.aarch64",
"product_id": "forgejo-runner-bash-completion-6.2.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "forgejo-runner-fish-completion-6.2.2-3.1.aarch64",
"product": {
"name": "forgejo-runner-fish-completion-6.2.2-3.1.aarch64",
"product_id": "forgejo-runner-fish-completion-6.2.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "forgejo-runner-zsh-completion-6.2.2-3.1.aarch64",
"product": {
"name": "forgejo-runner-zsh-completion-6.2.2-3.1.aarch64",
"product_id": "forgejo-runner-zsh-completion-6.2.2-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "forgejo-runner-6.2.2-3.1.ppc64le",
"product": {
"name": "forgejo-runner-6.2.2-3.1.ppc64le",
"product_id": "forgejo-runner-6.2.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "forgejo-runner-bash-completion-6.2.2-3.1.ppc64le",
"product": {
"name": "forgejo-runner-bash-completion-6.2.2-3.1.ppc64le",
"product_id": "forgejo-runner-bash-completion-6.2.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "forgejo-runner-fish-completion-6.2.2-3.1.ppc64le",
"product": {
"name": "forgejo-runner-fish-completion-6.2.2-3.1.ppc64le",
"product_id": "forgejo-runner-fish-completion-6.2.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "forgejo-runner-zsh-completion-6.2.2-3.1.ppc64le",
"product": {
"name": "forgejo-runner-zsh-completion-6.2.2-3.1.ppc64le",
"product_id": "forgejo-runner-zsh-completion-6.2.2-3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "forgejo-runner-6.2.2-3.1.s390x",
"product": {
"name": "forgejo-runner-6.2.2-3.1.s390x",
"product_id": "forgejo-runner-6.2.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "forgejo-runner-bash-completion-6.2.2-3.1.s390x",
"product": {
"name": "forgejo-runner-bash-completion-6.2.2-3.1.s390x",
"product_id": "forgejo-runner-bash-completion-6.2.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "forgejo-runner-fish-completion-6.2.2-3.1.s390x",
"product": {
"name": "forgejo-runner-fish-completion-6.2.2-3.1.s390x",
"product_id": "forgejo-runner-fish-completion-6.2.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "forgejo-runner-zsh-completion-6.2.2-3.1.s390x",
"product": {
"name": "forgejo-runner-zsh-completion-6.2.2-3.1.s390x",
"product_id": "forgejo-runner-zsh-completion-6.2.2-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "forgejo-runner-6.2.2-3.1.x86_64",
"product": {
"name": "forgejo-runner-6.2.2-3.1.x86_64",
"product_id": "forgejo-runner-6.2.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "forgejo-runner-bash-completion-6.2.2-3.1.x86_64",
"product": {
"name": "forgejo-runner-bash-completion-6.2.2-3.1.x86_64",
"product_id": "forgejo-runner-bash-completion-6.2.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "forgejo-runner-fish-completion-6.2.2-3.1.x86_64",
"product": {
"name": "forgejo-runner-fish-completion-6.2.2-3.1.x86_64",
"product_id": "forgejo-runner-fish-completion-6.2.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "forgejo-runner-zsh-completion-6.2.2-3.1.x86_64",
"product": {
"name": "forgejo-runner-zsh-completion-6.2.2-3.1.x86_64",
"product_id": "forgejo-runner-zsh-completion-6.2.2-3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-6.2.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.aarch64"
},
"product_reference": "forgejo-runner-6.2.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-6.2.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.ppc64le"
},
"product_reference": "forgejo-runner-6.2.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-6.2.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.s390x"
},
"product_reference": "forgejo-runner-6.2.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-6.2.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.x86_64"
},
"product_reference": "forgejo-runner-6.2.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-bash-completion-6.2.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.aarch64"
},
"product_reference": "forgejo-runner-bash-completion-6.2.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-bash-completion-6.2.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.ppc64le"
},
"product_reference": "forgejo-runner-bash-completion-6.2.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-bash-completion-6.2.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.s390x"
},
"product_reference": "forgejo-runner-bash-completion-6.2.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-bash-completion-6.2.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.x86_64"
},
"product_reference": "forgejo-runner-bash-completion-6.2.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-fish-completion-6.2.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.aarch64"
},
"product_reference": "forgejo-runner-fish-completion-6.2.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-fish-completion-6.2.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.ppc64le"
},
"product_reference": "forgejo-runner-fish-completion-6.2.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-fish-completion-6.2.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.s390x"
},
"product_reference": "forgejo-runner-fish-completion-6.2.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-fish-completion-6.2.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.x86_64"
},
"product_reference": "forgejo-runner-fish-completion-6.2.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-zsh-completion-6.2.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.aarch64"
},
"product_reference": "forgejo-runner-zsh-completion-6.2.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-zsh-completion-6.2.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.ppc64le"
},
"product_reference": "forgejo-runner-zsh-completion-6.2.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-zsh-completion-6.2.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.s390x"
},
"product_reference": "forgejo-runner-zsh-completion-6.2.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-runner-zsh-completion-6.2.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.x86_64"
},
"product_reference": "forgejo-runner-zsh-completion-6.2.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.aarch64",
"openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.ppc64le",
"openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.s390x",
"openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.x86_64",
"openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.aarch64",
"openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.ppc64le",
"openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.s390x",
"openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.x86_64",
"openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.aarch64",
"openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.ppc64le",
"openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.s390x",
"openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.x86_64",
"openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.aarch64",
"openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.ppc64le",
"openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.s390x",
"openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.aarch64",
"openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.ppc64le",
"openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.s390x",
"openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.x86_64",
"openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.aarch64",
"openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.ppc64le",
"openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.s390x",
"openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.x86_64",
"openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.aarch64",
"openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.ppc64le",
"openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.s390x",
"openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.x86_64",
"openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.aarch64",
"openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.ppc64le",
"openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.s390x",
"openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.aarch64",
"openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.ppc64le",
"openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.s390x",
"openSUSE Tumbleweed:forgejo-runner-6.2.2-3.1.x86_64",
"openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.aarch64",
"openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.ppc64le",
"openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.s390x",
"openSUSE Tumbleweed:forgejo-runner-bash-completion-6.2.2-3.1.x86_64",
"openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.aarch64",
"openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.ppc64le",
"openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.s390x",
"openSUSE Tumbleweed:forgejo-runner-fish-completion-6.2.2-3.1.x86_64",
"openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.aarch64",
"openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.ppc64le",
"openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.s390x",
"openSUSE Tumbleweed:forgejo-runner-zsh-completion-6.2.2-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-12T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:15455-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "libecpg6-17.6-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libecpg6-17.6-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15455",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15455-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8713 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8714 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8715 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8715/"
}
],
"title": "libecpg6-17.6-1.1 on GA media",
"tracking": {
"current_release_date": "2025-08-16T00:00:00Z",
"generator": {
"date": "2025-08-16T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15455-1",
"initial_release_date": "2025-08-16T00:00:00Z",
"revision_history": [
{
"date": "2025-08-16T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-17.6-1.1.aarch64",
"product": {
"name": "libecpg6-17.6-1.1.aarch64",
"product_id": "libecpg6-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libecpg6-32bit-17.6-1.1.aarch64",
"product": {
"name": "libecpg6-32bit-17.6-1.1.aarch64",
"product_id": "libecpg6-32bit-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpq5-17.6-1.1.aarch64",
"product": {
"name": "libpq5-17.6-1.1.aarch64",
"product_id": "libpq5-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpq5-32bit-17.6-1.1.aarch64",
"product": {
"name": "libpq5-32bit-17.6-1.1.aarch64",
"product_id": "libpq5-32bit-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql17-17.6-1.1.aarch64",
"product": {
"name": "postgresql17-17.6-1.1.aarch64",
"product_id": "postgresql17-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql17-contrib-17.6-1.1.aarch64",
"product": {
"name": "postgresql17-contrib-17.6-1.1.aarch64",
"product_id": "postgresql17-contrib-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql17-devel-17.6-1.1.aarch64",
"product": {
"name": "postgresql17-devel-17.6-1.1.aarch64",
"product_id": "postgresql17-devel-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql17-docs-17.6-1.1.aarch64",
"product": {
"name": "postgresql17-docs-17.6-1.1.aarch64",
"product_id": "postgresql17-docs-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql17-llvmjit-17.6-1.1.aarch64",
"product": {
"name": "postgresql17-llvmjit-17.6-1.1.aarch64",
"product_id": "postgresql17-llvmjit-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql17-llvmjit-devel-17.6-1.1.aarch64",
"product": {
"name": "postgresql17-llvmjit-devel-17.6-1.1.aarch64",
"product_id": "postgresql17-llvmjit-devel-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql17-plperl-17.6-1.1.aarch64",
"product": {
"name": "postgresql17-plperl-17.6-1.1.aarch64",
"product_id": "postgresql17-plperl-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql17-plpython-17.6-1.1.aarch64",
"product": {
"name": "postgresql17-plpython-17.6-1.1.aarch64",
"product_id": "postgresql17-plpython-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql17-pltcl-17.6-1.1.aarch64",
"product": {
"name": "postgresql17-pltcl-17.6-1.1.aarch64",
"product_id": "postgresql17-pltcl-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql17-server-17.6-1.1.aarch64",
"product": {
"name": "postgresql17-server-17.6-1.1.aarch64",
"product_id": "postgresql17-server-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql17-server-devel-17.6-1.1.aarch64",
"product": {
"name": "postgresql17-server-devel-17.6-1.1.aarch64",
"product_id": "postgresql17-server-devel-17.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql17-test-17.6-1.1.aarch64",
"product": {
"name": "postgresql17-test-17.6-1.1.aarch64",
"product_id": "postgresql17-test-17.6-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-17.6-1.1.ppc64le",
"product": {
"name": "libecpg6-17.6-1.1.ppc64le",
"product_id": "libecpg6-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libecpg6-32bit-17.6-1.1.ppc64le",
"product": {
"name": "libecpg6-32bit-17.6-1.1.ppc64le",
"product_id": "libecpg6-32bit-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpq5-17.6-1.1.ppc64le",
"product": {
"name": "libpq5-17.6-1.1.ppc64le",
"product_id": "libpq5-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpq5-32bit-17.6-1.1.ppc64le",
"product": {
"name": "libpq5-32bit-17.6-1.1.ppc64le",
"product_id": "libpq5-32bit-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql17-17.6-1.1.ppc64le",
"product": {
"name": "postgresql17-17.6-1.1.ppc64le",
"product_id": "postgresql17-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql17-contrib-17.6-1.1.ppc64le",
"product": {
"name": "postgresql17-contrib-17.6-1.1.ppc64le",
"product_id": "postgresql17-contrib-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql17-devel-17.6-1.1.ppc64le",
"product": {
"name": "postgresql17-devel-17.6-1.1.ppc64le",
"product_id": "postgresql17-devel-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql17-docs-17.6-1.1.ppc64le",
"product": {
"name": "postgresql17-docs-17.6-1.1.ppc64le",
"product_id": "postgresql17-docs-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql17-llvmjit-17.6-1.1.ppc64le",
"product": {
"name": "postgresql17-llvmjit-17.6-1.1.ppc64le",
"product_id": "postgresql17-llvmjit-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql17-llvmjit-devel-17.6-1.1.ppc64le",
"product": {
"name": "postgresql17-llvmjit-devel-17.6-1.1.ppc64le",
"product_id": "postgresql17-llvmjit-devel-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql17-plperl-17.6-1.1.ppc64le",
"product": {
"name": "postgresql17-plperl-17.6-1.1.ppc64le",
"product_id": "postgresql17-plperl-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql17-plpython-17.6-1.1.ppc64le",
"product": {
"name": "postgresql17-plpython-17.6-1.1.ppc64le",
"product_id": "postgresql17-plpython-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql17-pltcl-17.6-1.1.ppc64le",
"product": {
"name": "postgresql17-pltcl-17.6-1.1.ppc64le",
"product_id": "postgresql17-pltcl-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql17-server-17.6-1.1.ppc64le",
"product": {
"name": "postgresql17-server-17.6-1.1.ppc64le",
"product_id": "postgresql17-server-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql17-server-devel-17.6-1.1.ppc64le",
"product": {
"name": "postgresql17-server-devel-17.6-1.1.ppc64le",
"product_id": "postgresql17-server-devel-17.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql17-test-17.6-1.1.ppc64le",
"product": {
"name": "postgresql17-test-17.6-1.1.ppc64le",
"product_id": "postgresql17-test-17.6-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-17.6-1.1.s390x",
"product": {
"name": "libecpg6-17.6-1.1.s390x",
"product_id": "libecpg6-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libecpg6-32bit-17.6-1.1.s390x",
"product": {
"name": "libecpg6-32bit-17.6-1.1.s390x",
"product_id": "libecpg6-32bit-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpq5-17.6-1.1.s390x",
"product": {
"name": "libpq5-17.6-1.1.s390x",
"product_id": "libpq5-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpq5-32bit-17.6-1.1.s390x",
"product": {
"name": "libpq5-32bit-17.6-1.1.s390x",
"product_id": "libpq5-32bit-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql17-17.6-1.1.s390x",
"product": {
"name": "postgresql17-17.6-1.1.s390x",
"product_id": "postgresql17-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql17-contrib-17.6-1.1.s390x",
"product": {
"name": "postgresql17-contrib-17.6-1.1.s390x",
"product_id": "postgresql17-contrib-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql17-devel-17.6-1.1.s390x",
"product": {
"name": "postgresql17-devel-17.6-1.1.s390x",
"product_id": "postgresql17-devel-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql17-docs-17.6-1.1.s390x",
"product": {
"name": "postgresql17-docs-17.6-1.1.s390x",
"product_id": "postgresql17-docs-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql17-llvmjit-17.6-1.1.s390x",
"product": {
"name": "postgresql17-llvmjit-17.6-1.1.s390x",
"product_id": "postgresql17-llvmjit-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql17-llvmjit-devel-17.6-1.1.s390x",
"product": {
"name": "postgresql17-llvmjit-devel-17.6-1.1.s390x",
"product_id": "postgresql17-llvmjit-devel-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql17-plperl-17.6-1.1.s390x",
"product": {
"name": "postgresql17-plperl-17.6-1.1.s390x",
"product_id": "postgresql17-plperl-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql17-plpython-17.6-1.1.s390x",
"product": {
"name": "postgresql17-plpython-17.6-1.1.s390x",
"product_id": "postgresql17-plpython-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql17-pltcl-17.6-1.1.s390x",
"product": {
"name": "postgresql17-pltcl-17.6-1.1.s390x",
"product_id": "postgresql17-pltcl-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql17-server-17.6-1.1.s390x",
"product": {
"name": "postgresql17-server-17.6-1.1.s390x",
"product_id": "postgresql17-server-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql17-server-devel-17.6-1.1.s390x",
"product": {
"name": "postgresql17-server-devel-17.6-1.1.s390x",
"product_id": "postgresql17-server-devel-17.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql17-test-17.6-1.1.s390x",
"product": {
"name": "postgresql17-test-17.6-1.1.s390x",
"product_id": "postgresql17-test-17.6-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-17.6-1.1.x86_64",
"product": {
"name": "libecpg6-17.6-1.1.x86_64",
"product_id": "libecpg6-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libecpg6-32bit-17.6-1.1.x86_64",
"product": {
"name": "libecpg6-32bit-17.6-1.1.x86_64",
"product_id": "libecpg6-32bit-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpq5-17.6-1.1.x86_64",
"product": {
"name": "libpq5-17.6-1.1.x86_64",
"product_id": "libpq5-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpq5-32bit-17.6-1.1.x86_64",
"product": {
"name": "libpq5-32bit-17.6-1.1.x86_64",
"product_id": "libpq5-32bit-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql17-17.6-1.1.x86_64",
"product": {
"name": "postgresql17-17.6-1.1.x86_64",
"product_id": "postgresql17-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql17-contrib-17.6-1.1.x86_64",
"product": {
"name": "postgresql17-contrib-17.6-1.1.x86_64",
"product_id": "postgresql17-contrib-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql17-devel-17.6-1.1.x86_64",
"product": {
"name": "postgresql17-devel-17.6-1.1.x86_64",
"product_id": "postgresql17-devel-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql17-docs-17.6-1.1.x86_64",
"product": {
"name": "postgresql17-docs-17.6-1.1.x86_64",
"product_id": "postgresql17-docs-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql17-llvmjit-17.6-1.1.x86_64",
"product": {
"name": "postgresql17-llvmjit-17.6-1.1.x86_64",
"product_id": "postgresql17-llvmjit-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql17-llvmjit-devel-17.6-1.1.x86_64",
"product": {
"name": "postgresql17-llvmjit-devel-17.6-1.1.x86_64",
"product_id": "postgresql17-llvmjit-devel-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql17-plperl-17.6-1.1.x86_64",
"product": {
"name": "postgresql17-plperl-17.6-1.1.x86_64",
"product_id": "postgresql17-plperl-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql17-plpython-17.6-1.1.x86_64",
"product": {
"name": "postgresql17-plpython-17.6-1.1.x86_64",
"product_id": "postgresql17-plpython-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql17-pltcl-17.6-1.1.x86_64",
"product": {
"name": "postgresql17-pltcl-17.6-1.1.x86_64",
"product_id": "postgresql17-pltcl-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql17-server-17.6-1.1.x86_64",
"product": {
"name": "postgresql17-server-17.6-1.1.x86_64",
"product_id": "postgresql17-server-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql17-server-devel-17.6-1.1.x86_64",
"product": {
"name": "postgresql17-server-devel-17.6-1.1.x86_64",
"product_id": "postgresql17-server-devel-17.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql17-test-17.6-1.1.x86_64",
"product": {
"name": "postgresql17-test-17.6-1.1.x86_64",
"product_id": "postgresql17-test-17.6-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libecpg6-17.6-1.1.aarch64"
},
"product_reference": "libecpg6-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libecpg6-17.6-1.1.ppc64le"
},
"product_reference": "libecpg6-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libecpg6-17.6-1.1.s390x"
},
"product_reference": "libecpg6-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libecpg6-17.6-1.1.x86_64"
},
"product_reference": "libecpg6-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-32bit-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.aarch64"
},
"product_reference": "libecpg6-32bit-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-32bit-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.ppc64le"
},
"product_reference": "libecpg6-32bit-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-32bit-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.s390x"
},
"product_reference": "libecpg6-32bit-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-32bit-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.x86_64"
},
"product_reference": "libecpg6-32bit-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpq5-17.6-1.1.aarch64"
},
"product_reference": "libpq5-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpq5-17.6-1.1.ppc64le"
},
"product_reference": "libpq5-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpq5-17.6-1.1.s390x"
},
"product_reference": "libpq5-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpq5-17.6-1.1.x86_64"
},
"product_reference": "libpq5-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-32bit-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.aarch64"
},
"product_reference": "libpq5-32bit-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-32bit-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.ppc64le"
},
"product_reference": "libpq5-32bit-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-32bit-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.s390x"
},
"product_reference": "libpq5-32bit-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-32bit-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.x86_64"
},
"product_reference": "libpq5-32bit-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-17.6-1.1.aarch64"
},
"product_reference": "postgresql17-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-17.6-1.1.ppc64le"
},
"product_reference": "postgresql17-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-17.6-1.1.s390x"
},
"product_reference": "postgresql17-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-17.6-1.1.x86_64"
},
"product_reference": "postgresql17-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-contrib-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.aarch64"
},
"product_reference": "postgresql17-contrib-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-contrib-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.ppc64le"
},
"product_reference": "postgresql17-contrib-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-contrib-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.s390x"
},
"product_reference": "postgresql17-contrib-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-contrib-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.x86_64"
},
"product_reference": "postgresql17-contrib-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-devel-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.aarch64"
},
"product_reference": "postgresql17-devel-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-devel-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.ppc64le"
},
"product_reference": "postgresql17-devel-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-devel-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.s390x"
},
"product_reference": "postgresql17-devel-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-devel-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.x86_64"
},
"product_reference": "postgresql17-devel-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-docs-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.aarch64"
},
"product_reference": "postgresql17-docs-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-docs-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.ppc64le"
},
"product_reference": "postgresql17-docs-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-docs-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.s390x"
},
"product_reference": "postgresql17-docs-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-docs-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.x86_64"
},
"product_reference": "postgresql17-docs-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-llvmjit-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.aarch64"
},
"product_reference": "postgresql17-llvmjit-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-llvmjit-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.ppc64le"
},
"product_reference": "postgresql17-llvmjit-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-llvmjit-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.s390x"
},
"product_reference": "postgresql17-llvmjit-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-llvmjit-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.x86_64"
},
"product_reference": "postgresql17-llvmjit-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-llvmjit-devel-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.aarch64"
},
"product_reference": "postgresql17-llvmjit-devel-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-llvmjit-devel-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.ppc64le"
},
"product_reference": "postgresql17-llvmjit-devel-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-llvmjit-devel-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.s390x"
},
"product_reference": "postgresql17-llvmjit-devel-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-llvmjit-devel-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.x86_64"
},
"product_reference": "postgresql17-llvmjit-devel-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-plperl-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.aarch64"
},
"product_reference": "postgresql17-plperl-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-plperl-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.ppc64le"
},
"product_reference": "postgresql17-plperl-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-plperl-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.s390x"
},
"product_reference": "postgresql17-plperl-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-plperl-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.x86_64"
},
"product_reference": "postgresql17-plperl-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-plpython-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.aarch64"
},
"product_reference": "postgresql17-plpython-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-plpython-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.ppc64le"
},
"product_reference": "postgresql17-plpython-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-plpython-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.s390x"
},
"product_reference": "postgresql17-plpython-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-plpython-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.x86_64"
},
"product_reference": "postgresql17-plpython-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-pltcl-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.aarch64"
},
"product_reference": "postgresql17-pltcl-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-pltcl-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.ppc64le"
},
"product_reference": "postgresql17-pltcl-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-pltcl-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.s390x"
},
"product_reference": "postgresql17-pltcl-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-pltcl-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.x86_64"
},
"product_reference": "postgresql17-pltcl-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-server-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-server-17.6-1.1.aarch64"
},
"product_reference": "postgresql17-server-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-server-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-server-17.6-1.1.ppc64le"
},
"product_reference": "postgresql17-server-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-server-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-server-17.6-1.1.s390x"
},
"product_reference": "postgresql17-server-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-server-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-server-17.6-1.1.x86_64"
},
"product_reference": "postgresql17-server-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-server-devel-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.aarch64"
},
"product_reference": "postgresql17-server-devel-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-server-devel-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.ppc64le"
},
"product_reference": "postgresql17-server-devel-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-server-devel-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.s390x"
},
"product_reference": "postgresql17-server-devel-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-server-devel-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.x86_64"
},
"product_reference": "postgresql17-server-devel-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-test-17.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-test-17.6-1.1.aarch64"
},
"product_reference": "postgresql17-test-17.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-test-17.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-test-17.6-1.1.ppc64le"
},
"product_reference": "postgresql17-test-17.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-test-17.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-test-17.6-1.1.s390x"
},
"product_reference": "postgresql17-test-17.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql17-test-17.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:postgresql17-test-17.6-1.1.x86_64"
},
"product_reference": "postgresql17-test-17.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8713"
}
],
"notes": [
{
"category": "general",
"text": "PostgreSQL optimizer statistics allow a user to read sampled data within a view that the user cannot access. Separately, statistics allow a user to read sampled data that a row security policy intended to hide. PostgreSQL maintains statistics for tables by sampling data available in columns; this data is consulted during the query planning process. Prior to this release, a user could craft a leaky operator that bypassed view access control lists (ACLs) and bypassed row security policies in partitioning or table inheritance hierarchies. Reachable statistics data notably included histograms and most-common-values lists. CVE-2017-7484 and CVE-2019-10130 intended to close this class of vulnerability, but this gap remained. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libecpg6-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8713",
"url": "https://www.suse.com/security/cve/CVE-2025-8713"
},
{
"category": "external",
"summary": "SUSE Bug 1248120 for CVE-2025-8713",
"url": "https://bugzilla.suse.com/1248120"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libecpg6-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libecpg6-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-16T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8713"
},
{
"cve": "CVE-2025-8714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8714"
}
],
"notes": [
{
"category": "general",
"text": "Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands. pg_dumpall is also affected. pg_restore is affected when used to generate a plain-format dump. This is similar to MySQL CVE-2024-21096. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libecpg6-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8714",
"url": "https://www.suse.com/security/cve/CVE-2025-8714"
},
{
"category": "external",
"summary": "SUSE Bug 1248122 for CVE-2025-8714",
"url": "https://bugzilla.suse.com/1248122"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libecpg6-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libecpg6-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-16T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-8714"
},
{
"cve": "CVE-2025-8715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8715"
}
],
"notes": [
{
"category": "general",
"text": "Improper neutralization of newlines in pg_dump in PostgreSQL allows a user of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands inside a purpose-crafted object name. The same attacks can achieve SQL injection as a superuser of the restore target server. pg_dumpall, pg_restore, and pg_upgrade are also affected. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected. Versions before 11.20 are unaffected. CVE-2012-0868 had fixed this class of problem, but version 11.20 reintroduced it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libecpg6-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8715",
"url": "https://www.suse.com/security/cve/CVE-2025-8715"
},
{
"category": "external",
"summary": "SUSE Bug 1248119 for CVE-2025-8715",
"url": "https://bugzilla.suse.com/1248119"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libecpg6-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libecpg6-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libecpg6-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-17.6-1.1.x86_64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.s390x",
"openSUSE Tumbleweed:libpq5-32bit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-contrib-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-docs-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plperl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-plpython-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-pltcl-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-server-devel-17.6-1.1.x86_64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.aarch64",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.ppc64le",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.s390x",
"openSUSE Tumbleweed:postgresql17-test-17.6-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-16T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-8715"
}
]
}
opensuse-su-2025:14988-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "cosign-2.5.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the cosign-2.5.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14988",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14988-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14988-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/IQWUH5CIGBJCVZRE6D76AYCLT3MS47XX/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14988-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/IQWUH5CIGBJCVZRE6D76AYCLT3MS47XX/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51744 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51744/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "cosign-2.5.0-1.1 on GA media",
"tracking": {
"current_release_date": "2025-04-14T00:00:00Z",
"generator": {
"date": "2025-04-14T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14988-1",
"initial_release_date": "2025-04-14T00:00:00Z",
"revision_history": [
{
"date": "2025-04-14T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-1.1.aarch64",
"product": {
"name": "cosign-2.5.0-1.1.aarch64",
"product_id": "cosign-2.5.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "cosign-bash-completion-2.5.0-1.1.aarch64",
"product": {
"name": "cosign-bash-completion-2.5.0-1.1.aarch64",
"product_id": "cosign-bash-completion-2.5.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "cosign-fish-completion-2.5.0-1.1.aarch64",
"product": {
"name": "cosign-fish-completion-2.5.0-1.1.aarch64",
"product_id": "cosign-fish-completion-2.5.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "cosign-zsh-completion-2.5.0-1.1.aarch64",
"product": {
"name": "cosign-zsh-completion-2.5.0-1.1.aarch64",
"product_id": "cosign-zsh-completion-2.5.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-1.1.ppc64le",
"product": {
"name": "cosign-2.5.0-1.1.ppc64le",
"product_id": "cosign-2.5.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cosign-bash-completion-2.5.0-1.1.ppc64le",
"product": {
"name": "cosign-bash-completion-2.5.0-1.1.ppc64le",
"product_id": "cosign-bash-completion-2.5.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cosign-fish-completion-2.5.0-1.1.ppc64le",
"product": {
"name": "cosign-fish-completion-2.5.0-1.1.ppc64le",
"product_id": "cosign-fish-completion-2.5.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cosign-zsh-completion-2.5.0-1.1.ppc64le",
"product": {
"name": "cosign-zsh-completion-2.5.0-1.1.ppc64le",
"product_id": "cosign-zsh-completion-2.5.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-1.1.s390x",
"product": {
"name": "cosign-2.5.0-1.1.s390x",
"product_id": "cosign-2.5.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "cosign-bash-completion-2.5.0-1.1.s390x",
"product": {
"name": "cosign-bash-completion-2.5.0-1.1.s390x",
"product_id": "cosign-bash-completion-2.5.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "cosign-fish-completion-2.5.0-1.1.s390x",
"product": {
"name": "cosign-fish-completion-2.5.0-1.1.s390x",
"product_id": "cosign-fish-completion-2.5.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "cosign-zsh-completion-2.5.0-1.1.s390x",
"product": {
"name": "cosign-zsh-completion-2.5.0-1.1.s390x",
"product_id": "cosign-zsh-completion-2.5.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-2.5.0-1.1.x86_64",
"product": {
"name": "cosign-2.5.0-1.1.x86_64",
"product_id": "cosign-2.5.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "cosign-bash-completion-2.5.0-1.1.x86_64",
"product": {
"name": "cosign-bash-completion-2.5.0-1.1.x86_64",
"product_id": "cosign-bash-completion-2.5.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "cosign-fish-completion-2.5.0-1.1.x86_64",
"product": {
"name": "cosign-fish-completion-2.5.0-1.1.x86_64",
"product_id": "cosign-fish-completion-2.5.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "cosign-zsh-completion-2.5.0-1.1.x86_64",
"product": {
"name": "cosign-zsh-completion-2.5.0-1.1.x86_64",
"product_id": "cosign-zsh-completion-2.5.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64"
},
"product_reference": "cosign-2.5.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le"
},
"product_reference": "cosign-2.5.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x"
},
"product_reference": "cosign-2.5.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-2.5.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64"
},
"product_reference": "cosign-2.5.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-bash-completion-2.5.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64"
},
"product_reference": "cosign-bash-completion-2.5.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-bash-completion-2.5.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le"
},
"product_reference": "cosign-bash-completion-2.5.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-bash-completion-2.5.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x"
},
"product_reference": "cosign-bash-completion-2.5.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-bash-completion-2.5.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64"
},
"product_reference": "cosign-bash-completion-2.5.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-fish-completion-2.5.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64"
},
"product_reference": "cosign-fish-completion-2.5.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-fish-completion-2.5.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le"
},
"product_reference": "cosign-fish-completion-2.5.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-fish-completion-2.5.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x"
},
"product_reference": "cosign-fish-completion-2.5.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-fish-completion-2.5.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64"
},
"product_reference": "cosign-fish-completion-2.5.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-zsh-completion-2.5.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64"
},
"product_reference": "cosign-zsh-completion-2.5.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-zsh-completion-2.5.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le"
},
"product_reference": "cosign-zsh-completion-2.5.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-zsh-completion-2.5.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x"
},
"product_reference": "cosign-zsh-completion-2.5.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-zsh-completion-2.5.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
},
"product_reference": "cosign-zsh-completion-2.5.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-51744",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51744"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \"dangerous\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\"dangerous\" ones first), so that you are not running in the case detailed above.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51744",
"url": "https://www.suse.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "SUSE Bug 1232936 for CVE-2024-51744",
"url": "https://bugzilla.suse.com/1232936"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-14T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-51744"
},
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-14T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-14T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cosign-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-2.5.0-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-2.5.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
opensuse-su-2025:15304-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "traefik-3.4.3-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the traefik-3.4.3-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15304",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15304-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4533 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4533/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45338 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22872 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22872/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47952 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47952/"
}
],
"title": "traefik-3.4.3-1.1 on GA media",
"tracking": {
"current_release_date": "2025-07-03T00:00:00Z",
"generator": {
"date": "2025-07-03T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15304-1",
"initial_release_date": "2025-07-03T00:00:00Z",
"revision_history": [
{
"date": "2025-07-03T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "traefik-3.4.3-1.1.aarch64",
"product": {
"name": "traefik-3.4.3-1.1.aarch64",
"product_id": "traefik-3.4.3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "traefik-3.4.3-1.1.ppc64le",
"product": {
"name": "traefik-3.4.3-1.1.ppc64le",
"product_id": "traefik-3.4.3-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "traefik-3.4.3-1.1.s390x",
"product": {
"name": "traefik-3.4.3-1.1.s390x",
"product_id": "traefik-3.4.3-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "traefik-3.4.3-1.1.x86_64",
"product": {
"name": "traefik-3.4.3-1.1.x86_64",
"product_id": "traefik-3.4.3-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "traefik-3.4.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64"
},
"product_reference": "traefik-3.4.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "traefik-3.4.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le"
},
"product_reference": "traefik-3.4.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "traefik-3.4.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x"
},
"product_reference": "traefik-3.4.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "traefik-3.4.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
},
"product_reference": "traefik-3.4.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4533",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4533"
}
],
"notes": [
{
"category": "general",
"text": "The KKProgressbar2 Free WordPress plugin through 1.1.4.2 does not sanitize and escape a parameter before using it in a SQL statement, allowing admin users to perform SQL injection attacks",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4533",
"url": "https://www.suse.com/security/cve/CVE-2024-4533"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-4533"
},
{
"cve": "CVE-2024-45338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45338"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45338",
"url": "https://www.suse.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "SUSE Bug 1234794 for CVE-2024-45338",
"url": "https://bugzilla.suse.com/1234794"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-45338"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22872",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22872"
}
],
"notes": [
{
"category": "general",
"text": "The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. \u003cmath\u003e, \u003csvg\u003e, etc contexts).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22872",
"url": "https://www.suse.com/security/cve/CVE-2025-22872"
},
{
"category": "external",
"summary": "SUSE Bug 1241710 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1241710"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22872"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-47952",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47952"
}
],
"notes": [
{
"category": "general",
"text": "Traefik (pronounced traffic) is an HTTP reverse proxy and load balancer. Prior to versions 2.11.25 and 3.4.1, there is a potential vulnerability in Traefik managing the requests using a PathPrefix, Path or PathRegex matcher. When Traefik is configured to route the requests to a backend using a matcher based on the path, if the URL contains a URL encoded string in its path, it\u0027s possible to target a backend, exposed using another router, by-passing the middlewares chain. This issue has been patched in versions 2.11.25 and 3.4.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47952",
"url": "https://www.suse.com/security/cve/CVE-2025-47952"
},
{
"category": "external",
"summary": "SUSE Bug 1243818 for CVE-2025-47952",
"url": "https://bugzilla.suse.com/1243818"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik-3.4.3-1.1.aarch64",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.ppc64le",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.s390x",
"openSUSE Tumbleweed:traefik-3.4.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-47952"
}
]
}
opensuse-su-2025:14919-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "forgejo-10.0.3-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the forgejo-10.0.3-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14919",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14919-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14919-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SLMCPFY73CP4P47VPVL2WKQEHQZDTY6B/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14919-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SLMCPFY73CP4P47VPVL2WKQEHQZDTY6B/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "forgejo-10.0.3-1.1 on GA media",
"tracking": {
"current_release_date": "2025-03-24T00:00:00Z",
"generator": {
"date": "2025-03-24T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14919-1",
"initial_release_date": "2025-03-24T00:00:00Z",
"revision_history": [
{
"date": "2025-03-24T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "forgejo-10.0.3-1.1.aarch64",
"product": {
"name": "forgejo-10.0.3-1.1.aarch64",
"product_id": "forgejo-10.0.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "forgejo-apparmor-10.0.3-1.1.aarch64",
"product": {
"name": "forgejo-apparmor-10.0.3-1.1.aarch64",
"product_id": "forgejo-apparmor-10.0.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "forgejo-environment-to-ini-10.0.3-1.1.aarch64",
"product": {
"name": "forgejo-environment-to-ini-10.0.3-1.1.aarch64",
"product_id": "forgejo-environment-to-ini-10.0.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "forgejo-firewalld-10.0.3-1.1.aarch64",
"product": {
"name": "forgejo-firewalld-10.0.3-1.1.aarch64",
"product_id": "forgejo-firewalld-10.0.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "forgejo-selinux-10.0.3-1.1.aarch64",
"product": {
"name": "forgejo-selinux-10.0.3-1.1.aarch64",
"product_id": "forgejo-selinux-10.0.3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "forgejo-10.0.3-1.1.ppc64le",
"product": {
"name": "forgejo-10.0.3-1.1.ppc64le",
"product_id": "forgejo-10.0.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "forgejo-apparmor-10.0.3-1.1.ppc64le",
"product": {
"name": "forgejo-apparmor-10.0.3-1.1.ppc64le",
"product_id": "forgejo-apparmor-10.0.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "forgejo-environment-to-ini-10.0.3-1.1.ppc64le",
"product": {
"name": "forgejo-environment-to-ini-10.0.3-1.1.ppc64le",
"product_id": "forgejo-environment-to-ini-10.0.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "forgejo-firewalld-10.0.3-1.1.ppc64le",
"product": {
"name": "forgejo-firewalld-10.0.3-1.1.ppc64le",
"product_id": "forgejo-firewalld-10.0.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "forgejo-selinux-10.0.3-1.1.ppc64le",
"product": {
"name": "forgejo-selinux-10.0.3-1.1.ppc64le",
"product_id": "forgejo-selinux-10.0.3-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "forgejo-10.0.3-1.1.s390x",
"product": {
"name": "forgejo-10.0.3-1.1.s390x",
"product_id": "forgejo-10.0.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "forgejo-apparmor-10.0.3-1.1.s390x",
"product": {
"name": "forgejo-apparmor-10.0.3-1.1.s390x",
"product_id": "forgejo-apparmor-10.0.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "forgejo-environment-to-ini-10.0.3-1.1.s390x",
"product": {
"name": "forgejo-environment-to-ini-10.0.3-1.1.s390x",
"product_id": "forgejo-environment-to-ini-10.0.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "forgejo-firewalld-10.0.3-1.1.s390x",
"product": {
"name": "forgejo-firewalld-10.0.3-1.1.s390x",
"product_id": "forgejo-firewalld-10.0.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "forgejo-selinux-10.0.3-1.1.s390x",
"product": {
"name": "forgejo-selinux-10.0.3-1.1.s390x",
"product_id": "forgejo-selinux-10.0.3-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "forgejo-10.0.3-1.1.x86_64",
"product": {
"name": "forgejo-10.0.3-1.1.x86_64",
"product_id": "forgejo-10.0.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "forgejo-apparmor-10.0.3-1.1.x86_64",
"product": {
"name": "forgejo-apparmor-10.0.3-1.1.x86_64",
"product_id": "forgejo-apparmor-10.0.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "forgejo-environment-to-ini-10.0.3-1.1.x86_64",
"product": {
"name": "forgejo-environment-to-ini-10.0.3-1.1.x86_64",
"product_id": "forgejo-environment-to-ini-10.0.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "forgejo-firewalld-10.0.3-1.1.x86_64",
"product": {
"name": "forgejo-firewalld-10.0.3-1.1.x86_64",
"product_id": "forgejo-firewalld-10.0.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "forgejo-selinux-10.0.3-1.1.x86_64",
"product": {
"name": "forgejo-selinux-10.0.3-1.1.x86_64",
"product_id": "forgejo-selinux-10.0.3-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-10.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-10.0.3-1.1.aarch64"
},
"product_reference": "forgejo-10.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-10.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-10.0.3-1.1.ppc64le"
},
"product_reference": "forgejo-10.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-10.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-10.0.3-1.1.s390x"
},
"product_reference": "forgejo-10.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-10.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-10.0.3-1.1.x86_64"
},
"product_reference": "forgejo-10.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-apparmor-10.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.aarch64"
},
"product_reference": "forgejo-apparmor-10.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-apparmor-10.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.ppc64le"
},
"product_reference": "forgejo-apparmor-10.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-apparmor-10.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.s390x"
},
"product_reference": "forgejo-apparmor-10.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-apparmor-10.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.x86_64"
},
"product_reference": "forgejo-apparmor-10.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-environment-to-ini-10.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.aarch64"
},
"product_reference": "forgejo-environment-to-ini-10.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-environment-to-ini-10.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.ppc64le"
},
"product_reference": "forgejo-environment-to-ini-10.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-environment-to-ini-10.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.s390x"
},
"product_reference": "forgejo-environment-to-ini-10.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-environment-to-ini-10.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.x86_64"
},
"product_reference": "forgejo-environment-to-ini-10.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-firewalld-10.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.aarch64"
},
"product_reference": "forgejo-firewalld-10.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-firewalld-10.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.ppc64le"
},
"product_reference": "forgejo-firewalld-10.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-firewalld-10.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.s390x"
},
"product_reference": "forgejo-firewalld-10.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-firewalld-10.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.x86_64"
},
"product_reference": "forgejo-firewalld-10.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-selinux-10.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.aarch64"
},
"product_reference": "forgejo-selinux-10.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-selinux-10.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.ppc64le"
},
"product_reference": "forgejo-selinux-10.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-selinux-10.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.s390x"
},
"product_reference": "forgejo-selinux-10.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-selinux-10.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.x86_64"
},
"product_reference": "forgejo-selinux-10.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:forgejo-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-10.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:forgejo-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-10.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:forgejo-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-10.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-apparmor-10.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-environment-to-ini-10.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-firewalld-10.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-selinux-10.0.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:15454-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "trivy-0.65.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the trivy-0.65.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15454",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15454-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22872 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22872/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47291 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47291/"
}
],
"title": "trivy-0.65.0-1.1 on GA media",
"tracking": {
"current_release_date": "2025-08-15T00:00:00Z",
"generator": {
"date": "2025-08-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15454-1",
"initial_release_date": "2025-08-15T00:00:00Z",
"revision_history": [
{
"date": "2025-08-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "trivy-0.65.0-1.1.aarch64",
"product": {
"name": "trivy-0.65.0-1.1.aarch64",
"product_id": "trivy-0.65.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "trivy-0.65.0-1.1.ppc64le",
"product": {
"name": "trivy-0.65.0-1.1.ppc64le",
"product_id": "trivy-0.65.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "trivy-0.65.0-1.1.s390x",
"product": {
"name": "trivy-0.65.0-1.1.s390x",
"product_id": "trivy-0.65.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "trivy-0.65.0-1.1.x86_64",
"product": {
"name": "trivy-0.65.0-1.1.x86_64",
"product_id": "trivy-0.65.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "trivy-0.65.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64"
},
"product_reference": "trivy-0.65.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "trivy-0.65.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le"
},
"product_reference": "trivy-0.65.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "trivy-0.65.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x"
},
"product_reference": "trivy-0.65.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "trivy-0.65.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
},
"product_reference": "trivy-0.65.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22872",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22872"
}
],
"notes": [
{
"category": "general",
"text": "The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. \u003cmath\u003e, \u003csvg\u003e, etc contexts).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22872",
"url": "https://www.suse.com/security/cve/CVE-2025-22872"
},
{
"category": "external",
"summary": "SUSE Bug 1241710 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1241710"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22872"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
},
{
"cve": "CVE-2025-47291",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47291"
}
],
"notes": [
{
"category": "general",
"text": "containerd is an open-source container runtime. A bug was found in the containerd\u0027s CRI implementation where containerd, starting in version 2.0.1 and prior to version 2.0.5, doesn\u0027t put usernamespaced containers under the Kubernetes\u0027 cgroup hierarchy, therefore some Kubernetes limits are not honored. This may cause a denial of service of the Kubernetes node. This bug has been fixed in containerd 2.0.5+ and 2.1.0+. Users should update to these versions to resolve the issue. As a workaround, disable usernamespaced pods in Kubernetes temporarily.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47291",
"url": "https://www.suse.com/security/cve/CVE-2025-47291"
},
{
"category": "external",
"summary": "SUSE Bug 1243632 for CVE-2025-47291",
"url": "https://bugzilla.suse.com/1243632"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:trivy-0.65.0-1.1.aarch64",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.ppc64le",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.s390x",
"openSUSE Tumbleweed:trivy-0.65.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47291"
}
]
}
opensuse-su-2025:15054-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "rclone-1.69.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the rclone-1.69.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15054",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15054-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "rclone-1.69.2-1.1 on GA media",
"tracking": {
"current_release_date": "2025-05-05T00:00:00Z",
"generator": {
"date": "2025-05-05T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15054-1",
"initial_release_date": "2025-05-05T00:00:00Z",
"revision_history": [
{
"date": "2025-05-05T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.69.2-1.1.aarch64",
"product": {
"name": "rclone-1.69.2-1.1.aarch64",
"product_id": "rclone-1.69.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "rclone-bash-completion-1.69.2-1.1.aarch64",
"product": {
"name": "rclone-bash-completion-1.69.2-1.1.aarch64",
"product_id": "rclone-bash-completion-1.69.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.69.2-1.1.aarch64",
"product": {
"name": "rclone-zsh-completion-1.69.2-1.1.aarch64",
"product_id": "rclone-zsh-completion-1.69.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.69.2-1.1.ppc64le",
"product": {
"name": "rclone-1.69.2-1.1.ppc64le",
"product_id": "rclone-1.69.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rclone-bash-completion-1.69.2-1.1.ppc64le",
"product": {
"name": "rclone-bash-completion-1.69.2-1.1.ppc64le",
"product_id": "rclone-bash-completion-1.69.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.69.2-1.1.ppc64le",
"product": {
"name": "rclone-zsh-completion-1.69.2-1.1.ppc64le",
"product_id": "rclone-zsh-completion-1.69.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.69.2-1.1.s390x",
"product": {
"name": "rclone-1.69.2-1.1.s390x",
"product_id": "rclone-1.69.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "rclone-bash-completion-1.69.2-1.1.s390x",
"product": {
"name": "rclone-bash-completion-1.69.2-1.1.s390x",
"product_id": "rclone-bash-completion-1.69.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.69.2-1.1.s390x",
"product": {
"name": "rclone-zsh-completion-1.69.2-1.1.s390x",
"product_id": "rclone-zsh-completion-1.69.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.69.2-1.1.x86_64",
"product": {
"name": "rclone-1.69.2-1.1.x86_64",
"product_id": "rclone-1.69.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "rclone-bash-completion-1.69.2-1.1.x86_64",
"product": {
"name": "rclone-bash-completion-1.69.2-1.1.x86_64",
"product_id": "rclone-bash-completion-1.69.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.69.2-1.1.x86_64",
"product": {
"name": "rclone-zsh-completion-1.69.2-1.1.x86_64",
"product_id": "rclone-zsh-completion-1.69.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.69.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-1.69.2-1.1.aarch64"
},
"product_reference": "rclone-1.69.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.69.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-1.69.2-1.1.ppc64le"
},
"product_reference": "rclone-1.69.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.69.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-1.69.2-1.1.s390x"
},
"product_reference": "rclone-1.69.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.69.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-1.69.2-1.1.x86_64"
},
"product_reference": "rclone-1.69.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.69.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.aarch64"
},
"product_reference": "rclone-bash-completion-1.69.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.69.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.ppc64le"
},
"product_reference": "rclone-bash-completion-1.69.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.69.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.s390x"
},
"product_reference": "rclone-bash-completion-1.69.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.69.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.x86_64"
},
"product_reference": "rclone-bash-completion-1.69.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.69.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.aarch64"
},
"product_reference": "rclone-zsh-completion-1.69.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.69.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.ppc64le"
},
"product_reference": "rclone-zsh-completion-1.69.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.69.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.s390x"
},
"product_reference": "rclone-zsh-completion-1.69.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.69.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.x86_64"
},
"product_reference": "rclone-zsh-completion-1.69.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rclone-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rclone-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rclone-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-05T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rclone-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rclone-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rclone-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rclone-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rclone-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rclone-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-bash-completion-1.69.2-1.1.x86_64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.aarch64",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.ppc64le",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.s390x",
"openSUSE Tumbleweed:rclone-zsh-completion-1.69.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-05T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
opensuse-su-2025:14887-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "tailscale-1.80.3-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the tailscale-1.80.3-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14887",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14887-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14887-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XKHXEY6EIRYIRT5OFXFAGRE6PTYMVUZF/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14887-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XKHXEY6EIRYIRT5OFXFAGRE6PTYMVUZF/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "tailscale-1.80.3-2.1 on GA media",
"tracking": {
"current_release_date": "2025-03-12T00:00:00Z",
"generator": {
"date": "2025-03-12T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14887-1",
"initial_release_date": "2025-03-12T00:00:00Z",
"revision_history": [
{
"date": "2025-03-12T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "tailscale-1.80.3-2.1.aarch64",
"product": {
"name": "tailscale-1.80.3-2.1.aarch64",
"product_id": "tailscale-1.80.3-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "tailscale-bash-completion-1.80.3-2.1.aarch64",
"product": {
"name": "tailscale-bash-completion-1.80.3-2.1.aarch64",
"product_id": "tailscale-bash-completion-1.80.3-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "tailscale-fish-completion-1.80.3-2.1.aarch64",
"product": {
"name": "tailscale-fish-completion-1.80.3-2.1.aarch64",
"product_id": "tailscale-fish-completion-1.80.3-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "tailscale-zsh-completion-1.80.3-2.1.aarch64",
"product": {
"name": "tailscale-zsh-completion-1.80.3-2.1.aarch64",
"product_id": "tailscale-zsh-completion-1.80.3-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "tailscale-1.80.3-2.1.ppc64le",
"product": {
"name": "tailscale-1.80.3-2.1.ppc64le",
"product_id": "tailscale-1.80.3-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tailscale-bash-completion-1.80.3-2.1.ppc64le",
"product": {
"name": "tailscale-bash-completion-1.80.3-2.1.ppc64le",
"product_id": "tailscale-bash-completion-1.80.3-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tailscale-fish-completion-1.80.3-2.1.ppc64le",
"product": {
"name": "tailscale-fish-completion-1.80.3-2.1.ppc64le",
"product_id": "tailscale-fish-completion-1.80.3-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tailscale-zsh-completion-1.80.3-2.1.ppc64le",
"product": {
"name": "tailscale-zsh-completion-1.80.3-2.1.ppc64le",
"product_id": "tailscale-zsh-completion-1.80.3-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "tailscale-1.80.3-2.1.s390x",
"product": {
"name": "tailscale-1.80.3-2.1.s390x",
"product_id": "tailscale-1.80.3-2.1.s390x"
}
},
{
"category": "product_version",
"name": "tailscale-bash-completion-1.80.3-2.1.s390x",
"product": {
"name": "tailscale-bash-completion-1.80.3-2.1.s390x",
"product_id": "tailscale-bash-completion-1.80.3-2.1.s390x"
}
},
{
"category": "product_version",
"name": "tailscale-fish-completion-1.80.3-2.1.s390x",
"product": {
"name": "tailscale-fish-completion-1.80.3-2.1.s390x",
"product_id": "tailscale-fish-completion-1.80.3-2.1.s390x"
}
},
{
"category": "product_version",
"name": "tailscale-zsh-completion-1.80.3-2.1.s390x",
"product": {
"name": "tailscale-zsh-completion-1.80.3-2.1.s390x",
"product_id": "tailscale-zsh-completion-1.80.3-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "tailscale-1.80.3-2.1.x86_64",
"product": {
"name": "tailscale-1.80.3-2.1.x86_64",
"product_id": "tailscale-1.80.3-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "tailscale-bash-completion-1.80.3-2.1.x86_64",
"product": {
"name": "tailscale-bash-completion-1.80.3-2.1.x86_64",
"product_id": "tailscale-bash-completion-1.80.3-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "tailscale-fish-completion-1.80.3-2.1.x86_64",
"product": {
"name": "tailscale-fish-completion-1.80.3-2.1.x86_64",
"product_id": "tailscale-fish-completion-1.80.3-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "tailscale-zsh-completion-1.80.3-2.1.x86_64",
"product": {
"name": "tailscale-zsh-completion-1.80.3-2.1.x86_64",
"product_id": "tailscale-zsh-completion-1.80.3-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-1.80.3-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-1.80.3-2.1.aarch64"
},
"product_reference": "tailscale-1.80.3-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-1.80.3-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-1.80.3-2.1.ppc64le"
},
"product_reference": "tailscale-1.80.3-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-1.80.3-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-1.80.3-2.1.s390x"
},
"product_reference": "tailscale-1.80.3-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-1.80.3-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-1.80.3-2.1.x86_64"
},
"product_reference": "tailscale-1.80.3-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-bash-completion-1.80.3-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.aarch64"
},
"product_reference": "tailscale-bash-completion-1.80.3-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-bash-completion-1.80.3-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.ppc64le"
},
"product_reference": "tailscale-bash-completion-1.80.3-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-bash-completion-1.80.3-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.s390x"
},
"product_reference": "tailscale-bash-completion-1.80.3-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-bash-completion-1.80.3-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.x86_64"
},
"product_reference": "tailscale-bash-completion-1.80.3-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-fish-completion-1.80.3-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.aarch64"
},
"product_reference": "tailscale-fish-completion-1.80.3-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-fish-completion-1.80.3-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.ppc64le"
},
"product_reference": "tailscale-fish-completion-1.80.3-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-fish-completion-1.80.3-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.s390x"
},
"product_reference": "tailscale-fish-completion-1.80.3-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-fish-completion-1.80.3-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.x86_64"
},
"product_reference": "tailscale-fish-completion-1.80.3-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-zsh-completion-1.80.3-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.aarch64"
},
"product_reference": "tailscale-zsh-completion-1.80.3-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-zsh-completion-1.80.3-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.ppc64le"
},
"product_reference": "tailscale-zsh-completion-1.80.3-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-zsh-completion-1.80.3-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.s390x"
},
"product_reference": "tailscale-zsh-completion-1.80.3-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tailscale-zsh-completion-1.80.3-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.x86_64"
},
"product_reference": "tailscale-zsh-completion-1.80.3-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:tailscale-1.80.3-2.1.aarch64",
"openSUSE Tumbleweed:tailscale-1.80.3-2.1.ppc64le",
"openSUSE Tumbleweed:tailscale-1.80.3-2.1.s390x",
"openSUSE Tumbleweed:tailscale-1.80.3-2.1.x86_64",
"openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.aarch64",
"openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.ppc64le",
"openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.s390x",
"openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.x86_64",
"openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.aarch64",
"openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.ppc64le",
"openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.s390x",
"openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.x86_64",
"openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.aarch64",
"openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.ppc64le",
"openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.s390x",
"openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:tailscale-1.80.3-2.1.aarch64",
"openSUSE Tumbleweed:tailscale-1.80.3-2.1.ppc64le",
"openSUSE Tumbleweed:tailscale-1.80.3-2.1.s390x",
"openSUSE Tumbleweed:tailscale-1.80.3-2.1.x86_64",
"openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.aarch64",
"openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.ppc64le",
"openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.s390x",
"openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.x86_64",
"openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.aarch64",
"openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.ppc64le",
"openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.s390x",
"openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.x86_64",
"openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.aarch64",
"openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.ppc64le",
"openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.s390x",
"openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:tailscale-1.80.3-2.1.aarch64",
"openSUSE Tumbleweed:tailscale-1.80.3-2.1.ppc64le",
"openSUSE Tumbleweed:tailscale-1.80.3-2.1.s390x",
"openSUSE Tumbleweed:tailscale-1.80.3-2.1.x86_64",
"openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.aarch64",
"openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.ppc64le",
"openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.s390x",
"openSUSE Tumbleweed:tailscale-bash-completion-1.80.3-2.1.x86_64",
"openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.aarch64",
"openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.ppc64le",
"openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.s390x",
"openSUSE Tumbleweed:tailscale-fish-completion-1.80.3-2.1.x86_64",
"openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.aarch64",
"openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.ppc64le",
"openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.s390x",
"openSUSE Tumbleweed:tailscale-zsh-completion-1.80.3-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-12T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:15305-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "traefik2-2.11.26-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the traefik2-2.11.26-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15305",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15305-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-28180 page",
"url": "https://www.suse.com/security/cve/CVE-2024-28180/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45338 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22871 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22871/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22872 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22872/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-32431 page",
"url": "https://www.suse.com/security/cve/CVE-2025-32431/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47952 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47952/"
}
],
"title": "traefik2-2.11.26-1.1 on GA media",
"tracking": {
"current_release_date": "2025-07-03T00:00:00Z",
"generator": {
"date": "2025-07-03T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15305-1",
"initial_release_date": "2025-07-03T00:00:00Z",
"revision_history": [
{
"date": "2025-07-03T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "traefik2-2.11.26-1.1.aarch64",
"product": {
"name": "traefik2-2.11.26-1.1.aarch64",
"product_id": "traefik2-2.11.26-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "traefik2-2.11.26-1.1.ppc64le",
"product": {
"name": "traefik2-2.11.26-1.1.ppc64le",
"product_id": "traefik2-2.11.26-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "traefik2-2.11.26-1.1.s390x",
"product": {
"name": "traefik2-2.11.26-1.1.s390x",
"product_id": "traefik2-2.11.26-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "traefik2-2.11.26-1.1.x86_64",
"product": {
"name": "traefik2-2.11.26-1.1.x86_64",
"product_id": "traefik2-2.11.26-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "traefik2-2.11.26-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64"
},
"product_reference": "traefik2-2.11.26-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "traefik2-2.11.26-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le"
},
"product_reference": "traefik2-2.11.26-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "traefik2-2.11.26-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x"
},
"product_reference": "traefik2-2.11.26-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "traefik2-2.11.26-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
},
"product_reference": "traefik2-2.11.26-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-28180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-28180"
}
],
"notes": [
{
"category": "general",
"text": "Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. An attacker could send a JWE containing compressed data that used large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti. Those functions now return an error if the decompressed data would exceed 250kB or 10x the compressed size (whichever is larger). This vulnerability has been patched in versions 4.0.1, 3.0.3 and 2.6.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-28180",
"url": "https://www.suse.com/security/cve/CVE-2024-28180"
},
{
"category": "external",
"summary": "SUSE Bug 1234984 for CVE-2024-28180",
"url": "https://bugzilla.suse.com/1234984"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-28180"
},
{
"cve": "CVE-2024-45338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45338"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45338",
"url": "https://www.suse.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "SUSE Bug 1234794 for CVE-2024-45338",
"url": "https://bugzilla.suse.com/1234794"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-45338"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22871",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22871"
}
],
"notes": [
{
"category": "general",
"text": "The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22871",
"url": "https://www.suse.com/security/cve/CVE-2025-22871"
},
{
"category": "external",
"summary": "SUSE Bug 1240550 for CVE-2025-22871",
"url": "https://bugzilla.suse.com/1240550"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22871"
},
{
"cve": "CVE-2025-22872",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22872"
}
],
"notes": [
{
"category": "general",
"text": "The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. \u003cmath\u003e, \u003csvg\u003e, etc contexts).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22872",
"url": "https://www.suse.com/security/cve/CVE-2025-22872"
},
{
"category": "external",
"summary": "SUSE Bug 1241710 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1241710"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22872"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-32431",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-32431"
}
],
"notes": [
{
"category": "general",
"text": "Traefik (pronounced traffic) is an HTTP reverse proxy and load balancer. In versions prior to 2.11.24, 3.3.6, and 3.4.0-rc2. There is a potential vulnerability in Traefik managing the requests using a PathPrefix, Path or PathRegex matcher. When Traefik is configured to route the requests to a backend using a matcher based on the path, if the URL contains a /../ in its path, it\u0027s possible to target a backend, exposed using another router, by-passing the middlewares chain. This issue has been patched in versions 2.11.24, 3.3.6, and 3.4.0-rc2. A workaround involves adding a `PathRegexp` rule to the matcher to prevent matching a route with a `/../` in the path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-32431",
"url": "https://www.suse.com/security/cve/CVE-2025-32431"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-32431"
},
{
"cve": "CVE-2025-47952",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47952"
}
],
"notes": [
{
"category": "general",
"text": "Traefik (pronounced traffic) is an HTTP reverse proxy and load balancer. Prior to versions 2.11.25 and 3.4.1, there is a potential vulnerability in Traefik managing the requests using a PathPrefix, Path or PathRegex matcher. When Traefik is configured to route the requests to a backend using a matcher based on the path, if the URL contains a URL encoded string in its path, it\u0027s possible to target a backend, exposed using another router, by-passing the middlewares chain. This issue has been patched in versions 2.11.25 and 3.4.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47952",
"url": "https://www.suse.com/security/cve/CVE-2025-47952"
},
{
"category": "external",
"summary": "SUSE Bug 1243818 for CVE-2025-47952",
"url": "https://bugzilla.suse.com/1243818"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.aarch64",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.ppc64le",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.s390x",
"openSUSE Tumbleweed:traefik2-2.11.26-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-47952"
}
]
}
opensuse-su-2025:0094-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for gitea-tea",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for gitea-tea fixes the following issues:\n\n- gitea-te: update newer dependencies to fix security issues (boo#1235367 boo#1239493 boo#1234598)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2025-94",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_0094-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:0094-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LKOLRH73CIQLMQ327IYGUHNSFKCU5MPI/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:0094-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LKOLRH73CIQLMQ327IYGUHNSFKCU5MPI/"
},
{
"category": "self",
"summary": "SUSE Bug 1234598",
"url": "https://bugzilla.suse.com/1234598"
},
{
"category": "self",
"summary": "SUSE Bug 1235367",
"url": "https://bugzilla.suse.com/1235367"
},
{
"category": "self",
"summary": "SUSE Bug 1239493",
"url": "https://bugzilla.suse.com/1239493"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45338 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "Security update for gitea-tea",
"tracking": {
"current_release_date": "2025-03-20T13:01:19Z",
"generator": {
"date": "2025-03-20T13:01:19Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:0094-1",
"initial_release_date": "2025-03-20T13:01:19Z",
"revision_history": [
{
"date": "2025-03-20T13:01:19Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gitea-tea-0.9.2-bp156.5.1.aarch64",
"product": {
"name": "gitea-tea-0.9.2-bp156.5.1.aarch64",
"product_id": "gitea-tea-0.9.2-bp156.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gitea-tea-0.9.2-bp156.5.1.i586",
"product": {
"name": "gitea-tea-0.9.2-bp156.5.1.i586",
"product_id": "gitea-tea-0.9.2-bp156.5.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"product": {
"name": "gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"product_id": "gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch"
}
},
{
"category": "product_version",
"name": "gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"product": {
"name": "gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"product_id": "gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "gitea-tea-0.9.2-bp156.5.1.ppc64le",
"product": {
"name": "gitea-tea-0.9.2-bp156.5.1.ppc64le",
"product_id": "gitea-tea-0.9.2-bp156.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gitea-tea-0.9.2-bp156.5.1.s390x",
"product": {
"name": "gitea-tea-0.9.2-bp156.5.1.s390x",
"product_id": "gitea-tea-0.9.2-bp156.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gitea-tea-0.9.2-bp156.5.1.x86_64",
"product": {
"name": "gitea-tea-0.9.2-bp156.5.1.x86_64",
"product_id": "gitea-tea-0.9.2-bp156.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Package Hub 15 SP6",
"product": {
"name": "SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6"
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0.9.2-bp156.5.1.aarch64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.aarch64"
},
"product_reference": "gitea-tea-0.9.2-bp156.5.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0.9.2-bp156.5.1.i586 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.i586"
},
"product_reference": "gitea-tea-0.9.2-bp156.5.1.i586",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0.9.2-bp156.5.1.ppc64le as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.ppc64le"
},
"product_reference": "gitea-tea-0.9.2-bp156.5.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0.9.2-bp156.5.1.s390x as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.s390x"
},
"product_reference": "gitea-tea-0.9.2-bp156.5.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0.9.2-bp156.5.1.x86_64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.x86_64"
},
"product_reference": "gitea-tea-0.9.2-bp156.5.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch"
},
"product_reference": "gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch"
},
"product_reference": "gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0.9.2-bp156.5.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.aarch64"
},
"product_reference": "gitea-tea-0.9.2-bp156.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0.9.2-bp156.5.1.i586 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.i586"
},
"product_reference": "gitea-tea-0.9.2-bp156.5.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0.9.2-bp156.5.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.ppc64le"
},
"product_reference": "gitea-tea-0.9.2-bp156.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0.9.2-bp156.5.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.s390x"
},
"product_reference": "gitea-tea-0.9.2-bp156.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-0.9.2-bp156.5.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.x86_64"
},
"product_reference": "gitea-tea-0.9.2-bp156.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch"
},
"product_reference": "gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch"
},
"product_reference": "gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.i586",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.s390x",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"SUSE Package Hub 15 SP6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"SUSE Package Hub 15 SP6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.i586",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.s390x",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"openSUSE Leap 15.6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.i586",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.s390x",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"SUSE Package Hub 15 SP6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"SUSE Package Hub 15 SP6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.i586",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.s390x",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"openSUSE Leap 15.6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.i586",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.s390x",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"SUSE Package Hub 15 SP6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"SUSE Package Hub 15 SP6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.i586",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.s390x",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"openSUSE Leap 15.6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-20T13:01:19Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-45338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45338"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.i586",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.s390x",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"SUSE Package Hub 15 SP6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"SUSE Package Hub 15 SP6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.i586",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.s390x",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"openSUSE Leap 15.6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45338",
"url": "https://www.suse.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "SUSE Bug 1234794 for CVE-2024-45338",
"url": "https://bugzilla.suse.com/1234794"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.i586",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.s390x",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"SUSE Package Hub 15 SP6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"SUSE Package Hub 15 SP6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.i586",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.s390x",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"openSUSE Leap 15.6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.i586",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.s390x",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"SUSE Package Hub 15 SP6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"SUSE Package Hub 15 SP6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.i586",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.s390x",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"openSUSE Leap 15.6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-20T13:01:19Z",
"details": "moderate"
}
],
"title": "CVE-2024-45338"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.i586",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.s390x",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"SUSE Package Hub 15 SP6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"SUSE Package Hub 15 SP6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.i586",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.s390x",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"openSUSE Leap 15.6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.i586",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.s390x",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"SUSE Package Hub 15 SP6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"SUSE Package Hub 15 SP6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.i586",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.s390x",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"openSUSE Leap 15.6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.i586",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.s390x",
"SUSE Package Hub 15 SP6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"SUSE Package Hub 15 SP6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"SUSE Package Hub 15 SP6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.aarch64",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.i586",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.ppc64le",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.s390x",
"openSUSE Leap 15.6:gitea-tea-0.9.2-bp156.5.1.x86_64",
"openSUSE Leap 15.6:gitea-tea-bash-completion-0.9.2-bp156.5.1.noarch",
"openSUSE Leap 15.6:gitea-tea-zsh-completion-0.9.2-bp156.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-20T13:01:19Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:14923-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "docker-stable-24.0.9_ce-8.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the docker-stable-24.0.9_ce-8.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14923",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14923-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14923-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/IKWQ6ES2RHURE5QOZDDNTWPTMPKEXYXM/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14923-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/IKWQ6ES2RHURE5QOZDDNTWPTMPKEXYXM/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "docker-stable-24.0.9_ce-8.1 on GA media",
"tracking": {
"current_release_date": "2025-03-25T00:00:00Z",
"generator": {
"date": "2025-03-25T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14923-1",
"initial_release_date": "2025-03-25T00:00:00Z",
"revision_history": [
{
"date": "2025-03-25T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-8.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-8.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-8.1.aarch64",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-8.1.aarch64",
"product_id": "docker-stable-bash-completion-24.0.9_ce-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-stable-buildx-0.19.3-8.1.aarch64",
"product": {
"name": "docker-stable-buildx-0.19.3-8.1.aarch64",
"product_id": "docker-stable-buildx-0.19.3-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-8.1.aarch64",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-8.1.aarch64",
"product_id": "docker-stable-fish-completion-24.0.9_ce-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-8.1.aarch64",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-8.1.aarch64",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-8.1.aarch64",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-8.1.aarch64",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-8.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-8.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-8.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-8.1.ppc64le",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-8.1.ppc64le",
"product_id": "docker-stable-bash-completion-24.0.9_ce-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-stable-buildx-0.19.3-8.1.ppc64le",
"product": {
"name": "docker-stable-buildx-0.19.3-8.1.ppc64le",
"product_id": "docker-stable-buildx-0.19.3-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-8.1.ppc64le",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-8.1.ppc64le",
"product_id": "docker-stable-fish-completion-24.0.9_ce-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-8.1.ppc64le",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-8.1.ppc64le",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-8.1.ppc64le",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-8.1.ppc64le",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-8.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-8.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-8.1.s390x",
"product_id": "docker-stable-24.0.9_ce-8.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-8.1.s390x",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-8.1.s390x",
"product_id": "docker-stable-bash-completion-24.0.9_ce-8.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-stable-buildx-0.19.3-8.1.s390x",
"product": {
"name": "docker-stable-buildx-0.19.3-8.1.s390x",
"product_id": "docker-stable-buildx-0.19.3-8.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-8.1.s390x",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-8.1.s390x",
"product_id": "docker-stable-fish-completion-24.0.9_ce-8.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-8.1.s390x",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-8.1.s390x",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-8.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-8.1.s390x",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-8.1.s390x",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-8.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-8.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-8.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-8.1.x86_64",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-8.1.x86_64",
"product_id": "docker-stable-bash-completion-24.0.9_ce-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-stable-buildx-0.19.3-8.1.x86_64",
"product": {
"name": "docker-stable-buildx-0.19.3-8.1.x86_64",
"product_id": "docker-stable-buildx-0.19.3-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-8.1.x86_64",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-8.1.x86_64",
"product_id": "docker-stable-fish-completion-24.0.9_ce-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-8.1.x86_64",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-8.1.x86_64",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-8.1.x86_64",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-8.1.x86_64",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-8.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.aarch64"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.ppc64le"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.s390x"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.x86_64"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-buildx-0.19.3-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.aarch64"
},
"product_reference": "docker-stable-buildx-0.19.3-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-buildx-0.19.3-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.ppc64le"
},
"product_reference": "docker-stable-buildx-0.19.3-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-buildx-0.19.3-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.s390x"
},
"product_reference": "docker-stable-buildx-0.19.3-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-buildx-0.19.3-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.x86_64"
},
"product_reference": "docker-stable-buildx-0.19.3-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-fish-completion-24.0.9_ce-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.aarch64"
},
"product_reference": "docker-stable-fish-completion-24.0.9_ce-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-fish-completion-24.0.9_ce-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.ppc64le"
},
"product_reference": "docker-stable-fish-completion-24.0.9_ce-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-fish-completion-24.0.9_ce-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.s390x"
},
"product_reference": "docker-stable-fish-completion-24.0.9_ce-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-fish-completion-24.0.9_ce-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.x86_64"
},
"product_reference": "docker-stable-fish-completion-24.0.9_ce-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-rootless-extras-24.0.9_ce-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.aarch64"
},
"product_reference": "docker-stable-rootless-extras-24.0.9_ce-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-rootless-extras-24.0.9_ce-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.ppc64le"
},
"product_reference": "docker-stable-rootless-extras-24.0.9_ce-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-rootless-extras-24.0.9_ce-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.s390x"
},
"product_reference": "docker-stable-rootless-extras-24.0.9_ce-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-rootless-extras-24.0.9_ce-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.x86_64"
},
"product_reference": "docker-stable-rootless-extras-24.0.9_ce-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.aarch64"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.ppc64le"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.s390x"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-zsh-completion-24.0.9_ce-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.x86_64"
},
"product_reference": "docker-stable-zsh-completion-24.0.9_ce-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-buildx-0.19.3-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-8.1.x86_64",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.aarch64",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.ppc64le",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.s390x",
"openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:14990-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "rekor-1.3.10-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the rekor-1.3.10-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14990",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14990-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14990-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/IC2EUYZRCX6GXM6Y26SHEX6QS2URIZ2I/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14990-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/IC2EUYZRCX6GXM6Y26SHEX6QS2URIZ2I/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
}
],
"title": "rekor-1.3.10-1.1 on GA media",
"tracking": {
"current_release_date": "2025-04-14T00:00:00Z",
"generator": {
"date": "2025-04-14T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14990-1",
"initial_release_date": "2025-04-14T00:00:00Z",
"revision_history": [
{
"date": "2025-04-14T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-1.1.aarch64",
"product": {
"name": "rekor-1.3.10-1.1.aarch64",
"product_id": "rekor-1.3.10-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-1.1.ppc64le",
"product": {
"name": "rekor-1.3.10-1.1.ppc64le",
"product_id": "rekor-1.3.10-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-1.1.s390x",
"product": {
"name": "rekor-1.3.10-1.1.s390x",
"product_id": "rekor-1.3.10-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rekor-1.3.10-1.1.x86_64",
"product": {
"name": "rekor-1.3.10-1.1.x86_64",
"product_id": "rekor-1.3.10-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64"
},
"product_reference": "rekor-1.3.10-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le"
},
"product_reference": "rekor-1.3.10-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x"
},
"product_reference": "rekor-1.3.10-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rekor-1.3.10-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
},
"product_reference": "rekor-1.3.10-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-14T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-14T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:rekor-1.3.10-1.1.aarch64",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.ppc64le",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.s390x",
"openSUSE Tumbleweed:rekor-1.3.10-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
}
]
}
opensuse-su-2025:14918-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "warewulf4-4.6.0-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the warewulf4-4.6.0-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14918",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14918-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14918-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/R2WDHFL2CJ54WXZCWMM62SG3EEXCUE7B/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14918-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/R2WDHFL2CJ54WXZCWMM62SG3EEXCUE7B/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "warewulf4-4.6.0-2.1 on GA media",
"tracking": {
"current_release_date": "2025-03-21T00:00:00Z",
"generator": {
"date": "2025-03-21T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14918-1",
"initial_release_date": "2025-03-21T00:00:00Z",
"revision_history": [
{
"date": "2025-03-21T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-4.6.0-2.1.aarch64",
"product": {
"name": "warewulf4-4.6.0-2.1.aarch64",
"product_id": "warewulf4-4.6.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "warewulf4-dracut-4.6.0-2.1.aarch64",
"product": {
"name": "warewulf4-dracut-4.6.0-2.1.aarch64",
"product_id": "warewulf4-dracut-4.6.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "warewulf4-man-4.6.0-2.1.aarch64",
"product": {
"name": "warewulf4-man-4.6.0-2.1.aarch64",
"product_id": "warewulf4-man-4.6.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-4.6.0-2.1.aarch64",
"product": {
"name": "warewulf4-overlay-4.6.0-2.1.aarch64",
"product_id": "warewulf4-overlay-4.6.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-rke2-4.6.0-2.1.aarch64",
"product": {
"name": "warewulf4-overlay-rke2-4.6.0-2.1.aarch64",
"product_id": "warewulf4-overlay-rke2-4.6.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-slurm-4.6.0-2.1.aarch64",
"product": {
"name": "warewulf4-overlay-slurm-4.6.0-2.1.aarch64",
"product_id": "warewulf4-overlay-slurm-4.6.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "warewulf4-reference-doc-4.6.0-2.1.aarch64",
"product": {
"name": "warewulf4-reference-doc-4.6.0-2.1.aarch64",
"product_id": "warewulf4-reference-doc-4.6.0-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-4.6.0-2.1.ppc64le",
"product": {
"name": "warewulf4-4.6.0-2.1.ppc64le",
"product_id": "warewulf4-4.6.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "warewulf4-dracut-4.6.0-2.1.ppc64le",
"product": {
"name": "warewulf4-dracut-4.6.0-2.1.ppc64le",
"product_id": "warewulf4-dracut-4.6.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "warewulf4-man-4.6.0-2.1.ppc64le",
"product": {
"name": "warewulf4-man-4.6.0-2.1.ppc64le",
"product_id": "warewulf4-man-4.6.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-4.6.0-2.1.ppc64le",
"product": {
"name": "warewulf4-overlay-4.6.0-2.1.ppc64le",
"product_id": "warewulf4-overlay-4.6.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-rke2-4.6.0-2.1.ppc64le",
"product": {
"name": "warewulf4-overlay-rke2-4.6.0-2.1.ppc64le",
"product_id": "warewulf4-overlay-rke2-4.6.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-slurm-4.6.0-2.1.ppc64le",
"product": {
"name": "warewulf4-overlay-slurm-4.6.0-2.1.ppc64le",
"product_id": "warewulf4-overlay-slurm-4.6.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "warewulf4-reference-doc-4.6.0-2.1.ppc64le",
"product": {
"name": "warewulf4-reference-doc-4.6.0-2.1.ppc64le",
"product_id": "warewulf4-reference-doc-4.6.0-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-4.6.0-2.1.s390x",
"product": {
"name": "warewulf4-4.6.0-2.1.s390x",
"product_id": "warewulf4-4.6.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "warewulf4-dracut-4.6.0-2.1.s390x",
"product": {
"name": "warewulf4-dracut-4.6.0-2.1.s390x",
"product_id": "warewulf4-dracut-4.6.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "warewulf4-man-4.6.0-2.1.s390x",
"product": {
"name": "warewulf4-man-4.6.0-2.1.s390x",
"product_id": "warewulf4-man-4.6.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-4.6.0-2.1.s390x",
"product": {
"name": "warewulf4-overlay-4.6.0-2.1.s390x",
"product_id": "warewulf4-overlay-4.6.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-rke2-4.6.0-2.1.s390x",
"product": {
"name": "warewulf4-overlay-rke2-4.6.0-2.1.s390x",
"product_id": "warewulf4-overlay-rke2-4.6.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-slurm-4.6.0-2.1.s390x",
"product": {
"name": "warewulf4-overlay-slurm-4.6.0-2.1.s390x",
"product_id": "warewulf4-overlay-slurm-4.6.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "warewulf4-reference-doc-4.6.0-2.1.s390x",
"product": {
"name": "warewulf4-reference-doc-4.6.0-2.1.s390x",
"product_id": "warewulf4-reference-doc-4.6.0-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "warewulf4-4.6.0-2.1.x86_64",
"product": {
"name": "warewulf4-4.6.0-2.1.x86_64",
"product_id": "warewulf4-4.6.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "warewulf4-dracut-4.6.0-2.1.x86_64",
"product": {
"name": "warewulf4-dracut-4.6.0-2.1.x86_64",
"product_id": "warewulf4-dracut-4.6.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "warewulf4-man-4.6.0-2.1.x86_64",
"product": {
"name": "warewulf4-man-4.6.0-2.1.x86_64",
"product_id": "warewulf4-man-4.6.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-4.6.0-2.1.x86_64",
"product": {
"name": "warewulf4-overlay-4.6.0-2.1.x86_64",
"product_id": "warewulf4-overlay-4.6.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-rke2-4.6.0-2.1.x86_64",
"product": {
"name": "warewulf4-overlay-rke2-4.6.0-2.1.x86_64",
"product_id": "warewulf4-overlay-rke2-4.6.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "warewulf4-overlay-slurm-4.6.0-2.1.x86_64",
"product": {
"name": "warewulf4-overlay-slurm-4.6.0-2.1.x86_64",
"product_id": "warewulf4-overlay-slurm-4.6.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "warewulf4-reference-doc-4.6.0-2.1.x86_64",
"product": {
"name": "warewulf4-reference-doc-4.6.0-2.1.x86_64",
"product_id": "warewulf4-reference-doc-4.6.0-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-4.6.0-2.1.aarch64"
},
"product_reference": "warewulf4-4.6.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-4.6.0-2.1.ppc64le"
},
"product_reference": "warewulf4-4.6.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-4.6.0-2.1.s390x"
},
"product_reference": "warewulf4-4.6.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-4.6.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-4.6.0-2.1.x86_64"
},
"product_reference": "warewulf4-4.6.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.aarch64"
},
"product_reference": "warewulf4-dracut-4.6.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.ppc64le"
},
"product_reference": "warewulf4-dracut-4.6.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.s390x"
},
"product_reference": "warewulf4-dracut-4.6.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-dracut-4.6.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.x86_64"
},
"product_reference": "warewulf4-dracut-4.6.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.aarch64"
},
"product_reference": "warewulf4-man-4.6.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.ppc64le"
},
"product_reference": "warewulf4-man-4.6.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.s390x"
},
"product_reference": "warewulf4-man-4.6.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-man-4.6.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.x86_64"
},
"product_reference": "warewulf4-man-4.6.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.aarch64"
},
"product_reference": "warewulf4-overlay-4.6.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.ppc64le"
},
"product_reference": "warewulf4-overlay-4.6.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.s390x"
},
"product_reference": "warewulf4-overlay-4.6.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-4.6.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.x86_64"
},
"product_reference": "warewulf4-overlay-4.6.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-rke2-4.6.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.aarch64"
},
"product_reference": "warewulf4-overlay-rke2-4.6.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-rke2-4.6.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.ppc64le"
},
"product_reference": "warewulf4-overlay-rke2-4.6.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-rke2-4.6.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.s390x"
},
"product_reference": "warewulf4-overlay-rke2-4.6.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-rke2-4.6.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.x86_64"
},
"product_reference": "warewulf4-overlay-rke2-4.6.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.aarch64"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.ppc64le"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.s390x"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-overlay-slurm-4.6.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.x86_64"
},
"product_reference": "warewulf4-overlay-slurm-4.6.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.aarch64"
},
"product_reference": "warewulf4-reference-doc-4.6.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.ppc64le"
},
"product_reference": "warewulf4-reference-doc-4.6.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.s390x"
},
"product_reference": "warewulf4-reference-doc-4.6.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "warewulf4-reference-doc-4.6.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.x86_64"
},
"product_reference": "warewulf4-reference-doc-4.6.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-dracut-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-man-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-rke2-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-overlay-slurm-4.6.0-2.1.x86_64",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.aarch64",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.ppc64le",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.s390x",
"openSUSE Tumbleweed:warewulf4-reference-doc-4.6.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-21T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
opensuse-su-2025:14883-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "nebula-1.9.5-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the nebula-1.9.5-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14883",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14883-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "nebula-1.9.5-2.1 on GA media",
"tracking": {
"current_release_date": "2025-03-12T00:00:00Z",
"generator": {
"date": "2025-03-12T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14883-1",
"initial_release_date": "2025-03-12T00:00:00Z",
"revision_history": [
{
"date": "2025-03-12T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "nebula-1.9.5-2.1.aarch64",
"product": {
"name": "nebula-1.9.5-2.1.aarch64",
"product_id": "nebula-1.9.5-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "nebula-cert-1.9.5-2.1.aarch64",
"product": {
"name": "nebula-cert-1.9.5-2.1.aarch64",
"product_id": "nebula-cert-1.9.5-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nebula-1.9.5-2.1.ppc64le",
"product": {
"name": "nebula-1.9.5-2.1.ppc64le",
"product_id": "nebula-1.9.5-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nebula-cert-1.9.5-2.1.ppc64le",
"product": {
"name": "nebula-cert-1.9.5-2.1.ppc64le",
"product_id": "nebula-cert-1.9.5-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nebula-1.9.5-2.1.s390x",
"product": {
"name": "nebula-1.9.5-2.1.s390x",
"product_id": "nebula-1.9.5-2.1.s390x"
}
},
{
"category": "product_version",
"name": "nebula-cert-1.9.5-2.1.s390x",
"product": {
"name": "nebula-cert-1.9.5-2.1.s390x",
"product_id": "nebula-cert-1.9.5-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nebula-1.9.5-2.1.x86_64",
"product": {
"name": "nebula-1.9.5-2.1.x86_64",
"product_id": "nebula-1.9.5-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "nebula-cert-1.9.5-2.1.x86_64",
"product": {
"name": "nebula-cert-1.9.5-2.1.x86_64",
"product_id": "nebula-cert-1.9.5-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nebula-1.9.5-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nebula-1.9.5-2.1.aarch64"
},
"product_reference": "nebula-1.9.5-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nebula-1.9.5-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nebula-1.9.5-2.1.ppc64le"
},
"product_reference": "nebula-1.9.5-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nebula-1.9.5-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nebula-1.9.5-2.1.s390x"
},
"product_reference": "nebula-1.9.5-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nebula-1.9.5-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nebula-1.9.5-2.1.x86_64"
},
"product_reference": "nebula-1.9.5-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nebula-cert-1.9.5-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.aarch64"
},
"product_reference": "nebula-cert-1.9.5-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nebula-cert-1.9.5-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.ppc64le"
},
"product_reference": "nebula-cert-1.9.5-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nebula-cert-1.9.5-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.s390x"
},
"product_reference": "nebula-cert-1.9.5-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nebula-cert-1.9.5-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.x86_64"
},
"product_reference": "nebula-cert-1.9.5-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:nebula-1.9.5-2.1.aarch64",
"openSUSE Tumbleweed:nebula-1.9.5-2.1.ppc64le",
"openSUSE Tumbleweed:nebula-1.9.5-2.1.s390x",
"openSUSE Tumbleweed:nebula-1.9.5-2.1.x86_64",
"openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.aarch64",
"openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.ppc64le",
"openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.s390x",
"openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:nebula-1.9.5-2.1.aarch64",
"openSUSE Tumbleweed:nebula-1.9.5-2.1.ppc64le",
"openSUSE Tumbleweed:nebula-1.9.5-2.1.s390x",
"openSUSE Tumbleweed:nebula-1.9.5-2.1.x86_64",
"openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.aarch64",
"openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.ppc64le",
"openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.s390x",
"openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:nebula-1.9.5-2.1.aarch64",
"openSUSE Tumbleweed:nebula-1.9.5-2.1.ppc64le",
"openSUSE Tumbleweed:nebula-1.9.5-2.1.s390x",
"openSUSE Tumbleweed:nebula-1.9.5-2.1.x86_64",
"openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.aarch64",
"openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.ppc64le",
"openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.s390x",
"openSUSE Tumbleweed:nebula-cert-1.9.5-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-12T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:14985-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "docker-27.5.1_ce-15.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the docker-27.5.1_ce-15.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14985",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14985-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-0495 page",
"url": "https://www.suse.com/security/cve/CVE-2025-0495/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "docker-27.5.1_ce-15.1 on GA media",
"tracking": {
"current_release_date": "2025-04-11T00:00:00Z",
"generator": {
"date": "2025-04-11T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14985-1",
"initial_release_date": "2025-04-11T00:00:00Z",
"revision_history": [
{
"date": "2025-04-11T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-15.1.aarch64",
"product": {
"name": "docker-27.5.1_ce-15.1.aarch64",
"product_id": "docker-27.5.1_ce-15.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-bash-completion-27.5.1_ce-15.1.aarch64",
"product": {
"name": "docker-bash-completion-27.5.1_ce-15.1.aarch64",
"product_id": "docker-bash-completion-27.5.1_ce-15.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-15.1.aarch64",
"product": {
"name": "docker-buildx-0.22.0-15.1.aarch64",
"product_id": "docker-buildx-0.22.0-15.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-fish-completion-27.5.1_ce-15.1.aarch64",
"product": {
"name": "docker-fish-completion-27.5.1_ce-15.1.aarch64",
"product_id": "docker-fish-completion-27.5.1_ce-15.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-rootless-extras-27.5.1_ce-15.1.aarch64",
"product": {
"name": "docker-rootless-extras-27.5.1_ce-15.1.aarch64",
"product_id": "docker-rootless-extras-27.5.1_ce-15.1.aarch64"
}
},
{
"category": "product_version",
"name": "docker-zsh-completion-27.5.1_ce-15.1.aarch64",
"product": {
"name": "docker-zsh-completion-27.5.1_ce-15.1.aarch64",
"product_id": "docker-zsh-completion-27.5.1_ce-15.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-15.1.ppc64le",
"product": {
"name": "docker-27.5.1_ce-15.1.ppc64le",
"product_id": "docker-27.5.1_ce-15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-bash-completion-27.5.1_ce-15.1.ppc64le",
"product": {
"name": "docker-bash-completion-27.5.1_ce-15.1.ppc64le",
"product_id": "docker-bash-completion-27.5.1_ce-15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-15.1.ppc64le",
"product": {
"name": "docker-buildx-0.22.0-15.1.ppc64le",
"product_id": "docker-buildx-0.22.0-15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-fish-completion-27.5.1_ce-15.1.ppc64le",
"product": {
"name": "docker-fish-completion-27.5.1_ce-15.1.ppc64le",
"product_id": "docker-fish-completion-27.5.1_ce-15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-rootless-extras-27.5.1_ce-15.1.ppc64le",
"product": {
"name": "docker-rootless-extras-27.5.1_ce-15.1.ppc64le",
"product_id": "docker-rootless-extras-27.5.1_ce-15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "docker-zsh-completion-27.5.1_ce-15.1.ppc64le",
"product": {
"name": "docker-zsh-completion-27.5.1_ce-15.1.ppc64le",
"product_id": "docker-zsh-completion-27.5.1_ce-15.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-15.1.s390x",
"product": {
"name": "docker-27.5.1_ce-15.1.s390x",
"product_id": "docker-27.5.1_ce-15.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-bash-completion-27.5.1_ce-15.1.s390x",
"product": {
"name": "docker-bash-completion-27.5.1_ce-15.1.s390x",
"product_id": "docker-bash-completion-27.5.1_ce-15.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-15.1.s390x",
"product": {
"name": "docker-buildx-0.22.0-15.1.s390x",
"product_id": "docker-buildx-0.22.0-15.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-fish-completion-27.5.1_ce-15.1.s390x",
"product": {
"name": "docker-fish-completion-27.5.1_ce-15.1.s390x",
"product_id": "docker-fish-completion-27.5.1_ce-15.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-rootless-extras-27.5.1_ce-15.1.s390x",
"product": {
"name": "docker-rootless-extras-27.5.1_ce-15.1.s390x",
"product_id": "docker-rootless-extras-27.5.1_ce-15.1.s390x"
}
},
{
"category": "product_version",
"name": "docker-zsh-completion-27.5.1_ce-15.1.s390x",
"product": {
"name": "docker-zsh-completion-27.5.1_ce-15.1.s390x",
"product_id": "docker-zsh-completion-27.5.1_ce-15.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-27.5.1_ce-15.1.x86_64",
"product": {
"name": "docker-27.5.1_ce-15.1.x86_64",
"product_id": "docker-27.5.1_ce-15.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-bash-completion-27.5.1_ce-15.1.x86_64",
"product": {
"name": "docker-bash-completion-27.5.1_ce-15.1.x86_64",
"product_id": "docker-bash-completion-27.5.1_ce-15.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-buildx-0.22.0-15.1.x86_64",
"product": {
"name": "docker-buildx-0.22.0-15.1.x86_64",
"product_id": "docker-buildx-0.22.0-15.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-fish-completion-27.5.1_ce-15.1.x86_64",
"product": {
"name": "docker-fish-completion-27.5.1_ce-15.1.x86_64",
"product_id": "docker-fish-completion-27.5.1_ce-15.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-rootless-extras-27.5.1_ce-15.1.x86_64",
"product": {
"name": "docker-rootless-extras-27.5.1_ce-15.1.x86_64",
"product_id": "docker-rootless-extras-27.5.1_ce-15.1.x86_64"
}
},
{
"category": "product_version",
"name": "docker-zsh-completion-27.5.1_ce-15.1.x86_64",
"product": {
"name": "docker-zsh-completion-27.5.1_ce-15.1.x86_64",
"product_id": "docker-zsh-completion-27.5.1_ce-15.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-15.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-27.5.1_ce-15.1.aarch64"
},
"product_reference": "docker-27.5.1_ce-15.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-15.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-27.5.1_ce-15.1.ppc64le"
},
"product_reference": "docker-27.5.1_ce-15.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-15.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-27.5.1_ce-15.1.s390x"
},
"product_reference": "docker-27.5.1_ce-15.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-27.5.1_ce-15.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-27.5.1_ce-15.1.x86_64"
},
"product_reference": "docker-27.5.1_ce-15.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-15.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.aarch64"
},
"product_reference": "docker-bash-completion-27.5.1_ce-15.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-15.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.ppc64le"
},
"product_reference": "docker-bash-completion-27.5.1_ce-15.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-15.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.s390x"
},
"product_reference": "docker-bash-completion-27.5.1_ce-15.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-bash-completion-27.5.1_ce-15.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.x86_64"
},
"product_reference": "docker-bash-completion-27.5.1_ce-15.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-15.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.aarch64"
},
"product_reference": "docker-buildx-0.22.0-15.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-15.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.ppc64le"
},
"product_reference": "docker-buildx-0.22.0-15.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-15.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.s390x"
},
"product_reference": "docker-buildx-0.22.0-15.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-buildx-0.22.0-15.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.x86_64"
},
"product_reference": "docker-buildx-0.22.0-15.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-15.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.aarch64"
},
"product_reference": "docker-fish-completion-27.5.1_ce-15.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-15.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.ppc64le"
},
"product_reference": "docker-fish-completion-27.5.1_ce-15.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-15.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.s390x"
},
"product_reference": "docker-fish-completion-27.5.1_ce-15.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-fish-completion-27.5.1_ce-15.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.x86_64"
},
"product_reference": "docker-fish-completion-27.5.1_ce-15.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-15.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.aarch64"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-15.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-15.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.ppc64le"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-15.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-15.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.s390x"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-15.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-rootless-extras-27.5.1_ce-15.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.x86_64"
},
"product_reference": "docker-rootless-extras-27.5.1_ce-15.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-zsh-completion-27.5.1_ce-15.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.aarch64"
},
"product_reference": "docker-zsh-completion-27.5.1_ce-15.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-zsh-completion-27.5.1_ce-15.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.ppc64le"
},
"product_reference": "docker-zsh-completion-27.5.1_ce-15.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-zsh-completion-27.5.1_ce-15.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.s390x"
},
"product_reference": "docker-zsh-completion-27.5.1_ce-15.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-zsh-completion-27.5.1_ce-15.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.x86_64"
},
"product_reference": "docker-zsh-completion-27.5.1_ce-15.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-0495",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-0495"
}
],
"notes": [
{
"category": "general",
"text": "Buildx is a Docker CLI plugin that extends build capabilities using BuildKit.\n\nCache backends support credentials by setting secrets directly as attribute values in cache-to/cache-from configuration. When supplied as user input, these secure values may be inadvertently captured in OpenTelemetry traces as part of the arguments and flags for the traced CLI command. OpenTelemetry traces are also saved in BuildKit daemon\u0027s history records.\n\n\nThis vulnerability does not impact secrets passed to the Github cache backend via environment variables or registry authentication.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.aarch64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.ppc64le",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.s390x",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.x86_64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-0495",
"url": "https://www.suse.com/security/cve/CVE-2025-0495"
},
{
"category": "external",
"summary": "SUSE Bug 1239765 for CVE-2025-0495",
"url": "https://bugzilla.suse.com/1239765"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.aarch64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.ppc64le",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.s390x",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.x86_64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.aarch64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.ppc64le",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.s390x",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.x86_64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-0495"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.aarch64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.ppc64le",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.s390x",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.x86_64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.aarch64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.ppc64le",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.s390x",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.x86_64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.aarch64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.ppc64le",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.s390x",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.x86_64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-11T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.aarch64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.ppc64le",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.s390x",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.x86_64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.aarch64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.ppc64le",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.s390x",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.x86_64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-bash-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.aarch64",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.ppc64le",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.s390x",
"openSUSE Tumbleweed:docker-buildx-0.22.0-15.1.x86_64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-fish-completion-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-rootless-extras-27.5.1_ce-15.1.x86_64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.aarch64",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.ppc64le",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.s390x",
"openSUSE Tumbleweed:docker-zsh-completion-27.5.1_ce-15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-11T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:15220-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "git-lfs-3.7.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the git-lfs-3.7.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15220",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15220-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "git-lfs-3.7.0-1.1 on GA media",
"tracking": {
"current_release_date": "2025-07-03T00:00:00Z",
"generator": {
"date": "2025-07-03T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15220-1",
"initial_release_date": "2025-07-03T00:00:00Z",
"revision_history": [
{
"date": "2025-07-03T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-3.7.0-1.1.aarch64",
"product": {
"name": "git-lfs-3.7.0-1.1.aarch64",
"product_id": "git-lfs-3.7.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-3.7.0-1.1.ppc64le",
"product": {
"name": "git-lfs-3.7.0-1.1.ppc64le",
"product_id": "git-lfs-3.7.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-3.7.0-1.1.s390x",
"product": {
"name": "git-lfs-3.7.0-1.1.s390x",
"product_id": "git-lfs-3.7.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-3.7.0-1.1.x86_64",
"product": {
"name": "git-lfs-3.7.0-1.1.x86_64",
"product_id": "git-lfs-3.7.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-3.7.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-lfs-3.7.0-1.1.aarch64"
},
"product_reference": "git-lfs-3.7.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-3.7.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-lfs-3.7.0-1.1.ppc64le"
},
"product_reference": "git-lfs-3.7.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-3.7.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-lfs-3.7.0-1.1.s390x"
},
"product_reference": "git-lfs-3.7.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-3.7.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-lfs-3.7.0-1.1.x86_64"
},
"product_reference": "git-lfs-3.7.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:git-lfs-3.7.0-1.1.aarch64",
"openSUSE Tumbleweed:git-lfs-3.7.0-1.1.ppc64le",
"openSUSE Tumbleweed:git-lfs-3.7.0-1.1.s390x",
"openSUSE Tumbleweed:git-lfs-3.7.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:git-lfs-3.7.0-1.1.aarch64",
"openSUSE Tumbleweed:git-lfs-3.7.0-1.1.ppc64le",
"openSUSE Tumbleweed:git-lfs-3.7.0-1.1.s390x",
"openSUSE Tumbleweed:git-lfs-3.7.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:git-lfs-3.7.0-1.1.aarch64",
"openSUSE Tumbleweed:git-lfs-3.7.0-1.1.ppc64le",
"openSUSE Tumbleweed:git-lfs-3.7.0-1.1.s390x",
"openSUSE Tumbleweed:git-lfs-3.7.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:15389-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "forgejo-longterm-11.0.3-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the forgejo-longterm-11.0.3-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15389",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15389-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "forgejo-longterm-11.0.3-1.1 on GA media",
"tracking": {
"current_release_date": "2025-07-27T00:00:00Z",
"generator": {
"date": "2025-07-27T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15389-1",
"initial_release_date": "2025-07-27T00:00:00Z",
"revision_history": [
{
"date": "2025-07-27T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "forgejo-longterm-11.0.3-1.1.aarch64",
"product": {
"name": "forgejo-longterm-11.0.3-1.1.aarch64",
"product_id": "forgejo-longterm-11.0.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-apparmor-11.0.3-1.1.aarch64",
"product": {
"name": "forgejo-longterm-apparmor-11.0.3-1.1.aarch64",
"product_id": "forgejo-longterm-apparmor-11.0.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-environment-to-ini-11.0.3-1.1.aarch64",
"product": {
"name": "forgejo-longterm-environment-to-ini-11.0.3-1.1.aarch64",
"product_id": "forgejo-longterm-environment-to-ini-11.0.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-firewalld-11.0.3-1.1.aarch64",
"product": {
"name": "forgejo-longterm-firewalld-11.0.3-1.1.aarch64",
"product_id": "forgejo-longterm-firewalld-11.0.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-selinux-11.0.3-1.1.aarch64",
"product": {
"name": "forgejo-longterm-selinux-11.0.3-1.1.aarch64",
"product_id": "forgejo-longterm-selinux-11.0.3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "forgejo-longterm-11.0.3-1.1.ppc64le",
"product": {
"name": "forgejo-longterm-11.0.3-1.1.ppc64le",
"product_id": "forgejo-longterm-11.0.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-apparmor-11.0.3-1.1.ppc64le",
"product": {
"name": "forgejo-longterm-apparmor-11.0.3-1.1.ppc64le",
"product_id": "forgejo-longterm-apparmor-11.0.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-environment-to-ini-11.0.3-1.1.ppc64le",
"product": {
"name": "forgejo-longterm-environment-to-ini-11.0.3-1.1.ppc64le",
"product_id": "forgejo-longterm-environment-to-ini-11.0.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-firewalld-11.0.3-1.1.ppc64le",
"product": {
"name": "forgejo-longterm-firewalld-11.0.3-1.1.ppc64le",
"product_id": "forgejo-longterm-firewalld-11.0.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-selinux-11.0.3-1.1.ppc64le",
"product": {
"name": "forgejo-longterm-selinux-11.0.3-1.1.ppc64le",
"product_id": "forgejo-longterm-selinux-11.0.3-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "forgejo-longterm-11.0.3-1.1.s390x",
"product": {
"name": "forgejo-longterm-11.0.3-1.1.s390x",
"product_id": "forgejo-longterm-11.0.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-apparmor-11.0.3-1.1.s390x",
"product": {
"name": "forgejo-longterm-apparmor-11.0.3-1.1.s390x",
"product_id": "forgejo-longterm-apparmor-11.0.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-environment-to-ini-11.0.3-1.1.s390x",
"product": {
"name": "forgejo-longterm-environment-to-ini-11.0.3-1.1.s390x",
"product_id": "forgejo-longterm-environment-to-ini-11.0.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-firewalld-11.0.3-1.1.s390x",
"product": {
"name": "forgejo-longterm-firewalld-11.0.3-1.1.s390x",
"product_id": "forgejo-longterm-firewalld-11.0.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-selinux-11.0.3-1.1.s390x",
"product": {
"name": "forgejo-longterm-selinux-11.0.3-1.1.s390x",
"product_id": "forgejo-longterm-selinux-11.0.3-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "forgejo-longterm-11.0.3-1.1.x86_64",
"product": {
"name": "forgejo-longterm-11.0.3-1.1.x86_64",
"product_id": "forgejo-longterm-11.0.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-apparmor-11.0.3-1.1.x86_64",
"product": {
"name": "forgejo-longterm-apparmor-11.0.3-1.1.x86_64",
"product_id": "forgejo-longterm-apparmor-11.0.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-environment-to-ini-11.0.3-1.1.x86_64",
"product": {
"name": "forgejo-longterm-environment-to-ini-11.0.3-1.1.x86_64",
"product_id": "forgejo-longterm-environment-to-ini-11.0.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-firewalld-11.0.3-1.1.x86_64",
"product": {
"name": "forgejo-longterm-firewalld-11.0.3-1.1.x86_64",
"product_id": "forgejo-longterm-firewalld-11.0.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "forgejo-longterm-selinux-11.0.3-1.1.x86_64",
"product": {
"name": "forgejo-longterm-selinux-11.0.3-1.1.x86_64",
"product_id": "forgejo-longterm-selinux-11.0.3-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-11.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.aarch64"
},
"product_reference": "forgejo-longterm-11.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-11.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.ppc64le"
},
"product_reference": "forgejo-longterm-11.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-11.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.s390x"
},
"product_reference": "forgejo-longterm-11.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-11.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.x86_64"
},
"product_reference": "forgejo-longterm-11.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-apparmor-11.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.aarch64"
},
"product_reference": "forgejo-longterm-apparmor-11.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-apparmor-11.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.ppc64le"
},
"product_reference": "forgejo-longterm-apparmor-11.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-apparmor-11.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.s390x"
},
"product_reference": "forgejo-longterm-apparmor-11.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-apparmor-11.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.x86_64"
},
"product_reference": "forgejo-longterm-apparmor-11.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-environment-to-ini-11.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.aarch64"
},
"product_reference": "forgejo-longterm-environment-to-ini-11.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-environment-to-ini-11.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.ppc64le"
},
"product_reference": "forgejo-longterm-environment-to-ini-11.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-environment-to-ini-11.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.s390x"
},
"product_reference": "forgejo-longterm-environment-to-ini-11.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-environment-to-ini-11.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.x86_64"
},
"product_reference": "forgejo-longterm-environment-to-ini-11.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-firewalld-11.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.aarch64"
},
"product_reference": "forgejo-longterm-firewalld-11.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-firewalld-11.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.ppc64le"
},
"product_reference": "forgejo-longterm-firewalld-11.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-firewalld-11.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.s390x"
},
"product_reference": "forgejo-longterm-firewalld-11.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-firewalld-11.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.x86_64"
},
"product_reference": "forgejo-longterm-firewalld-11.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-selinux-11.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.aarch64"
},
"product_reference": "forgejo-longterm-selinux-11.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-selinux-11.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.ppc64le"
},
"product_reference": "forgejo-longterm-selinux-11.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-selinux-11.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.s390x"
},
"product_reference": "forgejo-longterm-selinux-11.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "forgejo-longterm-selinux-11.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.x86_64"
},
"product_reference": "forgejo-longterm-selinux-11.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-11.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-apparmor-11.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-environment-to-ini-11.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-firewalld-11.0.3-1.1.x86_64",
"openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.aarch64",
"openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.s390x",
"openSUSE Tumbleweed:forgejo-longterm-selinux-11.0.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-27T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:15488-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "tomcat-9.0.108-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the tomcat-9.0.108-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15488",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15488-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-48989 page",
"url": "https://www.suse.com/security/cve/CVE-2025-48989/"
}
],
"title": "tomcat-9.0.108-1.1 on GA media",
"tracking": {
"current_release_date": "2025-08-25T00:00:00Z",
"generator": {
"date": "2025-08-25T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15488-1",
"initial_release_date": "2025-08-25T00:00:00Z",
"revision_history": [
{
"date": "2025-08-25T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "tomcat-9.0.108-1.1.aarch64",
"product": {
"name": "tomcat-9.0.108-1.1.aarch64",
"product_id": "tomcat-9.0.108-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "tomcat-admin-webapps-9.0.108-1.1.aarch64",
"product": {
"name": "tomcat-admin-webapps-9.0.108-1.1.aarch64",
"product_id": "tomcat-admin-webapps-9.0.108-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "tomcat-docs-webapp-9.0.108-1.1.aarch64",
"product": {
"name": "tomcat-docs-webapp-9.0.108-1.1.aarch64",
"product_id": "tomcat-docs-webapp-9.0.108-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "tomcat-el-3_0-api-9.0.108-1.1.aarch64",
"product": {
"name": "tomcat-el-3_0-api-9.0.108-1.1.aarch64",
"product_id": "tomcat-el-3_0-api-9.0.108-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "tomcat-embed-9.0.108-1.1.aarch64",
"product": {
"name": "tomcat-embed-9.0.108-1.1.aarch64",
"product_id": "tomcat-embed-9.0.108-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "tomcat-javadoc-9.0.108-1.1.aarch64",
"product": {
"name": "tomcat-javadoc-9.0.108-1.1.aarch64",
"product_id": "tomcat-javadoc-9.0.108-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "tomcat-jsp-2_3-api-9.0.108-1.1.aarch64",
"product": {
"name": "tomcat-jsp-2_3-api-9.0.108-1.1.aarch64",
"product_id": "tomcat-jsp-2_3-api-9.0.108-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "tomcat-jsvc-9.0.108-1.1.aarch64",
"product": {
"name": "tomcat-jsvc-9.0.108-1.1.aarch64",
"product_id": "tomcat-jsvc-9.0.108-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "tomcat-lib-9.0.108-1.1.aarch64",
"product": {
"name": "tomcat-lib-9.0.108-1.1.aarch64",
"product_id": "tomcat-lib-9.0.108-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "tomcat-servlet-4_0-api-9.0.108-1.1.aarch64",
"product": {
"name": "tomcat-servlet-4_0-api-9.0.108-1.1.aarch64",
"product_id": "tomcat-servlet-4_0-api-9.0.108-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "tomcat-webapps-9.0.108-1.1.aarch64",
"product": {
"name": "tomcat-webapps-9.0.108-1.1.aarch64",
"product_id": "tomcat-webapps-9.0.108-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "tomcat-9.0.108-1.1.ppc64le",
"product": {
"name": "tomcat-9.0.108-1.1.ppc64le",
"product_id": "tomcat-9.0.108-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tomcat-admin-webapps-9.0.108-1.1.ppc64le",
"product": {
"name": "tomcat-admin-webapps-9.0.108-1.1.ppc64le",
"product_id": "tomcat-admin-webapps-9.0.108-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tomcat-docs-webapp-9.0.108-1.1.ppc64le",
"product": {
"name": "tomcat-docs-webapp-9.0.108-1.1.ppc64le",
"product_id": "tomcat-docs-webapp-9.0.108-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tomcat-el-3_0-api-9.0.108-1.1.ppc64le",
"product": {
"name": "tomcat-el-3_0-api-9.0.108-1.1.ppc64le",
"product_id": "tomcat-el-3_0-api-9.0.108-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tomcat-embed-9.0.108-1.1.ppc64le",
"product": {
"name": "tomcat-embed-9.0.108-1.1.ppc64le",
"product_id": "tomcat-embed-9.0.108-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tomcat-javadoc-9.0.108-1.1.ppc64le",
"product": {
"name": "tomcat-javadoc-9.0.108-1.1.ppc64le",
"product_id": "tomcat-javadoc-9.0.108-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tomcat-jsp-2_3-api-9.0.108-1.1.ppc64le",
"product": {
"name": "tomcat-jsp-2_3-api-9.0.108-1.1.ppc64le",
"product_id": "tomcat-jsp-2_3-api-9.0.108-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tomcat-jsvc-9.0.108-1.1.ppc64le",
"product": {
"name": "tomcat-jsvc-9.0.108-1.1.ppc64le",
"product_id": "tomcat-jsvc-9.0.108-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tomcat-lib-9.0.108-1.1.ppc64le",
"product": {
"name": "tomcat-lib-9.0.108-1.1.ppc64le",
"product_id": "tomcat-lib-9.0.108-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tomcat-servlet-4_0-api-9.0.108-1.1.ppc64le",
"product": {
"name": "tomcat-servlet-4_0-api-9.0.108-1.1.ppc64le",
"product_id": "tomcat-servlet-4_0-api-9.0.108-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "tomcat-webapps-9.0.108-1.1.ppc64le",
"product": {
"name": "tomcat-webapps-9.0.108-1.1.ppc64le",
"product_id": "tomcat-webapps-9.0.108-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "tomcat-9.0.108-1.1.s390x",
"product": {
"name": "tomcat-9.0.108-1.1.s390x",
"product_id": "tomcat-9.0.108-1.1.s390x"
}
},
{
"category": "product_version",
"name": "tomcat-admin-webapps-9.0.108-1.1.s390x",
"product": {
"name": "tomcat-admin-webapps-9.0.108-1.1.s390x",
"product_id": "tomcat-admin-webapps-9.0.108-1.1.s390x"
}
},
{
"category": "product_version",
"name": "tomcat-docs-webapp-9.0.108-1.1.s390x",
"product": {
"name": "tomcat-docs-webapp-9.0.108-1.1.s390x",
"product_id": "tomcat-docs-webapp-9.0.108-1.1.s390x"
}
},
{
"category": "product_version",
"name": "tomcat-el-3_0-api-9.0.108-1.1.s390x",
"product": {
"name": "tomcat-el-3_0-api-9.0.108-1.1.s390x",
"product_id": "tomcat-el-3_0-api-9.0.108-1.1.s390x"
}
},
{
"category": "product_version",
"name": "tomcat-embed-9.0.108-1.1.s390x",
"product": {
"name": "tomcat-embed-9.0.108-1.1.s390x",
"product_id": "tomcat-embed-9.0.108-1.1.s390x"
}
},
{
"category": "product_version",
"name": "tomcat-javadoc-9.0.108-1.1.s390x",
"product": {
"name": "tomcat-javadoc-9.0.108-1.1.s390x",
"product_id": "tomcat-javadoc-9.0.108-1.1.s390x"
}
},
{
"category": "product_version",
"name": "tomcat-jsp-2_3-api-9.0.108-1.1.s390x",
"product": {
"name": "tomcat-jsp-2_3-api-9.0.108-1.1.s390x",
"product_id": "tomcat-jsp-2_3-api-9.0.108-1.1.s390x"
}
},
{
"category": "product_version",
"name": "tomcat-jsvc-9.0.108-1.1.s390x",
"product": {
"name": "tomcat-jsvc-9.0.108-1.1.s390x",
"product_id": "tomcat-jsvc-9.0.108-1.1.s390x"
}
},
{
"category": "product_version",
"name": "tomcat-lib-9.0.108-1.1.s390x",
"product": {
"name": "tomcat-lib-9.0.108-1.1.s390x",
"product_id": "tomcat-lib-9.0.108-1.1.s390x"
}
},
{
"category": "product_version",
"name": "tomcat-servlet-4_0-api-9.0.108-1.1.s390x",
"product": {
"name": "tomcat-servlet-4_0-api-9.0.108-1.1.s390x",
"product_id": "tomcat-servlet-4_0-api-9.0.108-1.1.s390x"
}
},
{
"category": "product_version",
"name": "tomcat-webapps-9.0.108-1.1.s390x",
"product": {
"name": "tomcat-webapps-9.0.108-1.1.s390x",
"product_id": "tomcat-webapps-9.0.108-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "tomcat-9.0.108-1.1.x86_64",
"product": {
"name": "tomcat-9.0.108-1.1.x86_64",
"product_id": "tomcat-9.0.108-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "tomcat-admin-webapps-9.0.108-1.1.x86_64",
"product": {
"name": "tomcat-admin-webapps-9.0.108-1.1.x86_64",
"product_id": "tomcat-admin-webapps-9.0.108-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "tomcat-docs-webapp-9.0.108-1.1.x86_64",
"product": {
"name": "tomcat-docs-webapp-9.0.108-1.1.x86_64",
"product_id": "tomcat-docs-webapp-9.0.108-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "tomcat-el-3_0-api-9.0.108-1.1.x86_64",
"product": {
"name": "tomcat-el-3_0-api-9.0.108-1.1.x86_64",
"product_id": "tomcat-el-3_0-api-9.0.108-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "tomcat-embed-9.0.108-1.1.x86_64",
"product": {
"name": "tomcat-embed-9.0.108-1.1.x86_64",
"product_id": "tomcat-embed-9.0.108-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "tomcat-javadoc-9.0.108-1.1.x86_64",
"product": {
"name": "tomcat-javadoc-9.0.108-1.1.x86_64",
"product_id": "tomcat-javadoc-9.0.108-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "tomcat-jsp-2_3-api-9.0.108-1.1.x86_64",
"product": {
"name": "tomcat-jsp-2_3-api-9.0.108-1.1.x86_64",
"product_id": "tomcat-jsp-2_3-api-9.0.108-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "tomcat-jsvc-9.0.108-1.1.x86_64",
"product": {
"name": "tomcat-jsvc-9.0.108-1.1.x86_64",
"product_id": "tomcat-jsvc-9.0.108-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "tomcat-lib-9.0.108-1.1.x86_64",
"product": {
"name": "tomcat-lib-9.0.108-1.1.x86_64",
"product_id": "tomcat-lib-9.0.108-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "tomcat-servlet-4_0-api-9.0.108-1.1.x86_64",
"product": {
"name": "tomcat-servlet-4_0-api-9.0.108-1.1.x86_64",
"product_id": "tomcat-servlet-4_0-api-9.0.108-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "tomcat-webapps-9.0.108-1.1.x86_64",
"product": {
"name": "tomcat-webapps-9.0.108-1.1.x86_64",
"product_id": "tomcat-webapps-9.0.108-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-9.0.108-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-9.0.108-1.1.aarch64"
},
"product_reference": "tomcat-9.0.108-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-9.0.108-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-9.0.108-1.1.ppc64le"
},
"product_reference": "tomcat-9.0.108-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-9.0.108-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-9.0.108-1.1.s390x"
},
"product_reference": "tomcat-9.0.108-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-9.0.108-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-9.0.108-1.1.x86_64"
},
"product_reference": "tomcat-9.0.108-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-admin-webapps-9.0.108-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.aarch64"
},
"product_reference": "tomcat-admin-webapps-9.0.108-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-admin-webapps-9.0.108-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.ppc64le"
},
"product_reference": "tomcat-admin-webapps-9.0.108-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-admin-webapps-9.0.108-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.s390x"
},
"product_reference": "tomcat-admin-webapps-9.0.108-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-admin-webapps-9.0.108-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.x86_64"
},
"product_reference": "tomcat-admin-webapps-9.0.108-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-docs-webapp-9.0.108-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.aarch64"
},
"product_reference": "tomcat-docs-webapp-9.0.108-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-docs-webapp-9.0.108-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.ppc64le"
},
"product_reference": "tomcat-docs-webapp-9.0.108-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-docs-webapp-9.0.108-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.s390x"
},
"product_reference": "tomcat-docs-webapp-9.0.108-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-docs-webapp-9.0.108-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.x86_64"
},
"product_reference": "tomcat-docs-webapp-9.0.108-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-el-3_0-api-9.0.108-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.aarch64"
},
"product_reference": "tomcat-el-3_0-api-9.0.108-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-el-3_0-api-9.0.108-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.ppc64le"
},
"product_reference": "tomcat-el-3_0-api-9.0.108-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-el-3_0-api-9.0.108-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.s390x"
},
"product_reference": "tomcat-el-3_0-api-9.0.108-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-el-3_0-api-9.0.108-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.x86_64"
},
"product_reference": "tomcat-el-3_0-api-9.0.108-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-embed-9.0.108-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.aarch64"
},
"product_reference": "tomcat-embed-9.0.108-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-embed-9.0.108-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.ppc64le"
},
"product_reference": "tomcat-embed-9.0.108-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-embed-9.0.108-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.s390x"
},
"product_reference": "tomcat-embed-9.0.108-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-embed-9.0.108-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.x86_64"
},
"product_reference": "tomcat-embed-9.0.108-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-javadoc-9.0.108-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.aarch64"
},
"product_reference": "tomcat-javadoc-9.0.108-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-javadoc-9.0.108-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.ppc64le"
},
"product_reference": "tomcat-javadoc-9.0.108-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-javadoc-9.0.108-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.s390x"
},
"product_reference": "tomcat-javadoc-9.0.108-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-javadoc-9.0.108-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.x86_64"
},
"product_reference": "tomcat-javadoc-9.0.108-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-jsp-2_3-api-9.0.108-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.aarch64"
},
"product_reference": "tomcat-jsp-2_3-api-9.0.108-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-jsp-2_3-api-9.0.108-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.ppc64le"
},
"product_reference": "tomcat-jsp-2_3-api-9.0.108-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-jsp-2_3-api-9.0.108-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.s390x"
},
"product_reference": "tomcat-jsp-2_3-api-9.0.108-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-jsp-2_3-api-9.0.108-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.x86_64"
},
"product_reference": "tomcat-jsp-2_3-api-9.0.108-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-jsvc-9.0.108-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.aarch64"
},
"product_reference": "tomcat-jsvc-9.0.108-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-jsvc-9.0.108-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.ppc64le"
},
"product_reference": "tomcat-jsvc-9.0.108-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-jsvc-9.0.108-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.s390x"
},
"product_reference": "tomcat-jsvc-9.0.108-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-jsvc-9.0.108-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.x86_64"
},
"product_reference": "tomcat-jsvc-9.0.108-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-lib-9.0.108-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.aarch64"
},
"product_reference": "tomcat-lib-9.0.108-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-lib-9.0.108-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.ppc64le"
},
"product_reference": "tomcat-lib-9.0.108-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-lib-9.0.108-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.s390x"
},
"product_reference": "tomcat-lib-9.0.108-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-lib-9.0.108-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.x86_64"
},
"product_reference": "tomcat-lib-9.0.108-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-servlet-4_0-api-9.0.108-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.aarch64"
},
"product_reference": "tomcat-servlet-4_0-api-9.0.108-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-servlet-4_0-api-9.0.108-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.ppc64le"
},
"product_reference": "tomcat-servlet-4_0-api-9.0.108-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-servlet-4_0-api-9.0.108-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.s390x"
},
"product_reference": "tomcat-servlet-4_0-api-9.0.108-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-servlet-4_0-api-9.0.108-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.x86_64"
},
"product_reference": "tomcat-servlet-4_0-api-9.0.108-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-webapps-9.0.108-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.aarch64"
},
"product_reference": "tomcat-webapps-9.0.108-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-webapps-9.0.108-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.ppc64le"
},
"product_reference": "tomcat-webapps-9.0.108-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-webapps-9.0.108-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.s390x"
},
"product_reference": "tomcat-webapps-9.0.108-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tomcat-webapps-9.0.108-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.x86_64"
},
"product_reference": "tomcat-webapps-9.0.108-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-48989",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-48989"
}
],
"notes": [
{
"category": "general",
"text": "Improper Resource Shutdown or Release vulnerability in Apache Tomcat made Tomcat vulnerable to the made you reset attack.\n\nThis issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.9, from 10.1.0-M1 through 10.1.43 and from 9.0.0.M1 through 9.0.107. Older, EOL versions may also be affected.\n\nUsers are recommended to upgrade to one of versions 11.0.10, 10.1.44 or 9.0.108 which fix the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:tomcat-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-48989",
"url": "https://www.suse.com/security/cve/CVE-2025-48989"
},
{
"category": "external",
"summary": "SUSE Bug 1243888 for CVE-2025-48989",
"url": "https://bugzilla.suse.com/1243888"
},
{
"category": "external",
"summary": "SUSE Bug 1243895 for CVE-2025-48989",
"url": "https://bugzilla.suse.com/1243895"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:tomcat-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:tomcat-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-admin-webapps-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-docs-webapp-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-el-3_0-api-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-embed-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-javadoc-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-jsp-2_3-api-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-jsvc-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-lib-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-servlet-4_0-api-9.0.108-1.1.x86_64",
"openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.aarch64",
"openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.ppc64le",
"openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.s390x",
"openSUSE Tumbleweed:tomcat-webapps-9.0.108-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-48989"
}
]
}
opensuse-su-2025:14843-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "govulncheck-vulndb-0.0.20250226T025151-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the govulncheck-vulndb-0.0.20250226T025151-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14843",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14843-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14843-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CKYE7I5OJNC37LL7255HIGX5ALO2LO5S/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14843-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CKYE7I5OJNC37LL7255HIGX5ALO2LO5S/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "govulncheck-vulndb-0.0.20250226T025151-1.1 on GA media",
"tracking": {
"current_release_date": "2025-02-27T00:00:00Z",
"generator": {
"date": "2025-02-27T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14843-1",
"initial_release_date": "2025-02-27T00:00:00Z",
"revision_history": [
{
"date": "2025-02-27T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20250226T025151-1.1.aarch64",
"product": {
"name": "govulncheck-vulndb-0.0.20250226T025151-1.1.aarch64",
"product_id": "govulncheck-vulndb-0.0.20250226T025151-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20250226T025151-1.1.ppc64le",
"product": {
"name": "govulncheck-vulndb-0.0.20250226T025151-1.1.ppc64le",
"product_id": "govulncheck-vulndb-0.0.20250226T025151-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20250226T025151-1.1.s390x",
"product": {
"name": "govulncheck-vulndb-0.0.20250226T025151-1.1.s390x",
"product_id": "govulncheck-vulndb-0.0.20250226T025151-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20250226T025151-1.1.x86_64",
"product": {
"name": "govulncheck-vulndb-0.0.20250226T025151-1.1.x86_64",
"product_id": "govulncheck-vulndb-0.0.20250226T025151-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250226T025151-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.aarch64"
},
"product_reference": "govulncheck-vulndb-0.0.20250226T025151-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250226T025151-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.ppc64le"
},
"product_reference": "govulncheck-vulndb-0.0.20250226T025151-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250226T025151-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.s390x"
},
"product_reference": "govulncheck-vulndb-0.0.20250226T025151-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250226T025151-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.x86_64"
},
"product_reference": "govulncheck-vulndb-0.0.20250226T025151-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-27T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.aarch64",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.ppc64le",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.s390x",
"openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250226T025151-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-27T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:14839-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "teleport-17.2.9-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the teleport-17.2.9-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14839",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14839-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "teleport-17.2.9-1.1 on GA media",
"tracking": {
"current_release_date": "2025-02-26T00:00:00Z",
"generator": {
"date": "2025-02-26T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14839-1",
"initial_release_date": "2025-02-26T00:00:00Z",
"revision_history": [
{
"date": "2025-02-26T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "teleport-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-17.2.9-1.1.aarch64",
"product_id": "teleport-17.2.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "teleport-bash-completion-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-bash-completion-17.2.9-1.1.aarch64",
"product_id": "teleport-bash-completion-17.2.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "teleport-fdpass-teleport-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-fdpass-teleport-17.2.9-1.1.aarch64",
"product_id": "teleport-fdpass-teleport-17.2.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "teleport-tbot-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-tbot-17.2.9-1.1.aarch64",
"product_id": "teleport-tbot-17.2.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "teleport-tbot-bash-completion-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-tbot-bash-completion-17.2.9-1.1.aarch64",
"product_id": "teleport-tbot-bash-completion-17.2.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "teleport-tbot-zsh-completion-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-tbot-zsh-completion-17.2.9-1.1.aarch64",
"product_id": "teleport-tbot-zsh-completion-17.2.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "teleport-tctl-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-tctl-17.2.9-1.1.aarch64",
"product_id": "teleport-tctl-17.2.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "teleport-tctl-bash-completion-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-tctl-bash-completion-17.2.9-1.1.aarch64",
"product_id": "teleport-tctl-bash-completion-17.2.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "teleport-tctl-zsh-completion-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-tctl-zsh-completion-17.2.9-1.1.aarch64",
"product_id": "teleport-tctl-zsh-completion-17.2.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "teleport-tsh-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-tsh-17.2.9-1.1.aarch64",
"product_id": "teleport-tsh-17.2.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "teleport-tsh-bash-completion-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-tsh-bash-completion-17.2.9-1.1.aarch64",
"product_id": "teleport-tsh-bash-completion-17.2.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "teleport-tsh-zsh-completion-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-tsh-zsh-completion-17.2.9-1.1.aarch64",
"product_id": "teleport-tsh-zsh-completion-17.2.9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "teleport-zsh-completion-17.2.9-1.1.aarch64",
"product": {
"name": "teleport-zsh-completion-17.2.9-1.1.aarch64",
"product_id": "teleport-zsh-completion-17.2.9-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "teleport-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-17.2.9-1.1.ppc64le",
"product_id": "teleport-17.2.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "teleport-bash-completion-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-bash-completion-17.2.9-1.1.ppc64le",
"product_id": "teleport-bash-completion-17.2.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "teleport-fdpass-teleport-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-fdpass-teleport-17.2.9-1.1.ppc64le",
"product_id": "teleport-fdpass-teleport-17.2.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "teleport-tbot-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-tbot-17.2.9-1.1.ppc64le",
"product_id": "teleport-tbot-17.2.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "teleport-tbot-bash-completion-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-tbot-bash-completion-17.2.9-1.1.ppc64le",
"product_id": "teleport-tbot-bash-completion-17.2.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le",
"product_id": "teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "teleport-tctl-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-tctl-17.2.9-1.1.ppc64le",
"product_id": "teleport-tctl-17.2.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "teleport-tctl-bash-completion-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-tctl-bash-completion-17.2.9-1.1.ppc64le",
"product_id": "teleport-tctl-bash-completion-17.2.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le",
"product_id": "teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "teleport-tsh-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-tsh-17.2.9-1.1.ppc64le",
"product_id": "teleport-tsh-17.2.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "teleport-tsh-bash-completion-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-tsh-bash-completion-17.2.9-1.1.ppc64le",
"product_id": "teleport-tsh-bash-completion-17.2.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le",
"product_id": "teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "teleport-zsh-completion-17.2.9-1.1.ppc64le",
"product": {
"name": "teleport-zsh-completion-17.2.9-1.1.ppc64le",
"product_id": "teleport-zsh-completion-17.2.9-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "teleport-17.2.9-1.1.s390x",
"product": {
"name": "teleport-17.2.9-1.1.s390x",
"product_id": "teleport-17.2.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "teleport-bash-completion-17.2.9-1.1.s390x",
"product": {
"name": "teleport-bash-completion-17.2.9-1.1.s390x",
"product_id": "teleport-bash-completion-17.2.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "teleport-fdpass-teleport-17.2.9-1.1.s390x",
"product": {
"name": "teleport-fdpass-teleport-17.2.9-1.1.s390x",
"product_id": "teleport-fdpass-teleport-17.2.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "teleport-tbot-17.2.9-1.1.s390x",
"product": {
"name": "teleport-tbot-17.2.9-1.1.s390x",
"product_id": "teleport-tbot-17.2.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "teleport-tbot-bash-completion-17.2.9-1.1.s390x",
"product": {
"name": "teleport-tbot-bash-completion-17.2.9-1.1.s390x",
"product_id": "teleport-tbot-bash-completion-17.2.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "teleport-tbot-zsh-completion-17.2.9-1.1.s390x",
"product": {
"name": "teleport-tbot-zsh-completion-17.2.9-1.1.s390x",
"product_id": "teleport-tbot-zsh-completion-17.2.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "teleport-tctl-17.2.9-1.1.s390x",
"product": {
"name": "teleport-tctl-17.2.9-1.1.s390x",
"product_id": "teleport-tctl-17.2.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "teleport-tctl-bash-completion-17.2.9-1.1.s390x",
"product": {
"name": "teleport-tctl-bash-completion-17.2.9-1.1.s390x",
"product_id": "teleport-tctl-bash-completion-17.2.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "teleport-tctl-zsh-completion-17.2.9-1.1.s390x",
"product": {
"name": "teleport-tctl-zsh-completion-17.2.9-1.1.s390x",
"product_id": "teleport-tctl-zsh-completion-17.2.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "teleport-tsh-17.2.9-1.1.s390x",
"product": {
"name": "teleport-tsh-17.2.9-1.1.s390x",
"product_id": "teleport-tsh-17.2.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "teleport-tsh-bash-completion-17.2.9-1.1.s390x",
"product": {
"name": "teleport-tsh-bash-completion-17.2.9-1.1.s390x",
"product_id": "teleport-tsh-bash-completion-17.2.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "teleport-tsh-zsh-completion-17.2.9-1.1.s390x",
"product": {
"name": "teleport-tsh-zsh-completion-17.2.9-1.1.s390x",
"product_id": "teleport-tsh-zsh-completion-17.2.9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "teleport-zsh-completion-17.2.9-1.1.s390x",
"product": {
"name": "teleport-zsh-completion-17.2.9-1.1.s390x",
"product_id": "teleport-zsh-completion-17.2.9-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "teleport-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-17.2.9-1.1.x86_64",
"product_id": "teleport-17.2.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "teleport-bash-completion-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-bash-completion-17.2.9-1.1.x86_64",
"product_id": "teleport-bash-completion-17.2.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "teleport-fdpass-teleport-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-fdpass-teleport-17.2.9-1.1.x86_64",
"product_id": "teleport-fdpass-teleport-17.2.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "teleport-tbot-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-tbot-17.2.9-1.1.x86_64",
"product_id": "teleport-tbot-17.2.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "teleport-tbot-bash-completion-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-tbot-bash-completion-17.2.9-1.1.x86_64",
"product_id": "teleport-tbot-bash-completion-17.2.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "teleport-tbot-zsh-completion-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-tbot-zsh-completion-17.2.9-1.1.x86_64",
"product_id": "teleport-tbot-zsh-completion-17.2.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "teleport-tctl-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-tctl-17.2.9-1.1.x86_64",
"product_id": "teleport-tctl-17.2.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "teleport-tctl-bash-completion-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-tctl-bash-completion-17.2.9-1.1.x86_64",
"product_id": "teleport-tctl-bash-completion-17.2.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "teleport-tctl-zsh-completion-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-tctl-zsh-completion-17.2.9-1.1.x86_64",
"product_id": "teleport-tctl-zsh-completion-17.2.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "teleport-tsh-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-tsh-17.2.9-1.1.x86_64",
"product_id": "teleport-tsh-17.2.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "teleport-tsh-bash-completion-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-tsh-bash-completion-17.2.9-1.1.x86_64",
"product_id": "teleport-tsh-bash-completion-17.2.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "teleport-tsh-zsh-completion-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-tsh-zsh-completion-17.2.9-1.1.x86_64",
"product_id": "teleport-tsh-zsh-completion-17.2.9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "teleport-zsh-completion-17.2.9-1.1.x86_64",
"product": {
"name": "teleport-zsh-completion-17.2.9-1.1.x86_64",
"product_id": "teleport-zsh-completion-17.2.9-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-17.2.9-1.1.s390x"
},
"product_reference": "teleport-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-bash-completion-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-bash-completion-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-bash-completion-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-bash-completion-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-bash-completion-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.s390x"
},
"product_reference": "teleport-bash-completion-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-bash-completion-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-bash-completion-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-fdpass-teleport-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-fdpass-teleport-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-fdpass-teleport-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-fdpass-teleport-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-fdpass-teleport-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.s390x"
},
"product_reference": "teleport-fdpass-teleport-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-fdpass-teleport-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-fdpass-teleport-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tbot-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-tbot-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tbot-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-tbot-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tbot-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.s390x"
},
"product_reference": "teleport-tbot-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tbot-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-tbot-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tbot-bash-completion-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-tbot-bash-completion-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tbot-bash-completion-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-tbot-bash-completion-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tbot-bash-completion-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.s390x"
},
"product_reference": "teleport-tbot-bash-completion-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tbot-bash-completion-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-tbot-bash-completion-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tbot-zsh-completion-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-tbot-zsh-completion-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tbot-zsh-completion-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.s390x"
},
"product_reference": "teleport-tbot-zsh-completion-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tbot-zsh-completion-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-tbot-zsh-completion-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tctl-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-tctl-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tctl-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-tctl-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tctl-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.s390x"
},
"product_reference": "teleport-tctl-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tctl-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-tctl-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tctl-bash-completion-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-tctl-bash-completion-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tctl-bash-completion-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-tctl-bash-completion-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tctl-bash-completion-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.s390x"
},
"product_reference": "teleport-tctl-bash-completion-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tctl-bash-completion-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-tctl-bash-completion-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tctl-zsh-completion-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-tctl-zsh-completion-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tctl-zsh-completion-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.s390x"
},
"product_reference": "teleport-tctl-zsh-completion-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tctl-zsh-completion-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-tctl-zsh-completion-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tsh-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-tsh-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tsh-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-tsh-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tsh-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.s390x"
},
"product_reference": "teleport-tsh-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tsh-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-tsh-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tsh-bash-completion-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-tsh-bash-completion-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tsh-bash-completion-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-tsh-bash-completion-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tsh-bash-completion-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.s390x"
},
"product_reference": "teleport-tsh-bash-completion-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tsh-bash-completion-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-tsh-bash-completion-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tsh-zsh-completion-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-tsh-zsh-completion-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tsh-zsh-completion-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.s390x"
},
"product_reference": "teleport-tsh-zsh-completion-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-tsh-zsh-completion-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-tsh-zsh-completion-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-zsh-completion-17.2.9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.aarch64"
},
"product_reference": "teleport-zsh-completion-17.2.9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-zsh-completion-17.2.9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.ppc64le"
},
"product_reference": "teleport-zsh-completion-17.2.9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-zsh-completion-17.2.9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.s390x"
},
"product_reference": "teleport-zsh-completion-17.2.9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "teleport-zsh-completion-17.2.9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.x86_64"
},
"product_reference": "teleport-zsh-completion-17.2.9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-26T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-26T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-fdpass-teleport-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tbot-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tctl-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-bash-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-tsh-zsh-completion-17.2.9-1.1.x86_64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.aarch64",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.ppc64le",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.s390x",
"openSUSE Tumbleweed:teleport-zsh-completion-17.2.9-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-26T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
opensuse-su-2025:15487-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "cheat-4.4.2-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the cheat-4.4.2-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15487",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15487-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-48795 page",
"url": "https://www.suse.com/security/cve/CVE-2023-48795/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21613 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21613/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21614 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21614/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "cheat-4.4.2-2.1 on GA media",
"tracking": {
"current_release_date": "2025-08-25T00:00:00Z",
"generator": {
"date": "2025-08-25T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15487-1",
"initial_release_date": "2025-08-25T00:00:00Z",
"revision_history": [
{
"date": "2025-08-25T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cheat-4.4.2-2.1.aarch64",
"product": {
"name": "cheat-4.4.2-2.1.aarch64",
"product_id": "cheat-4.4.2-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cheat-4.4.2-2.1.ppc64le",
"product": {
"name": "cheat-4.4.2-2.1.ppc64le",
"product_id": "cheat-4.4.2-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cheat-4.4.2-2.1.s390x",
"product": {
"name": "cheat-4.4.2-2.1.s390x",
"product_id": "cheat-4.4.2-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cheat-4.4.2-2.1.x86_64",
"product": {
"name": "cheat-4.4.2-2.1.x86_64",
"product_id": "cheat-4.4.2-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cheat-4.4.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64"
},
"product_reference": "cheat-4.4.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cheat-4.4.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le"
},
"product_reference": "cheat-4.4.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cheat-4.4.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x"
},
"product_reference": "cheat-4.4.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cheat-4.4.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
},
"product_reference": "cheat-4.4.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-48795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-48795"
}
],
"notes": [
{
"category": "general",
"text": "The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH\u0027s use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-48795",
"url": "https://www.suse.com/security/cve/CVE-2023-48795"
},
{
"category": "external",
"summary": "SUSE Bug 1217950 for CVE-2023-48795",
"url": "https://bugzilla.suse.com/1217950"
},
{
"category": "external",
"summary": "SUSE Bug 1218708 for CVE-2023-48795",
"url": "https://bugzilla.suse.com/1218708"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2025-21613",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21613"
}
],
"notes": [
{
"category": "general",
"text": "go-git is a highly extensible git implementation library written in pure Go. An argument injection vulnerability was discovered in go-git versions prior to v5.13. Successful exploitation of this vulnerability could allow an attacker to set arbitrary values to git-upload-pack flags. This only happens when the file transport protocol is being used, as that is the only protocol that shells out to git binaries. This vulnerability is fixed in 5.13.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21613",
"url": "https://www.suse.com/security/cve/CVE-2025-21613"
},
{
"category": "external",
"summary": "SUSE Bug 1235572 for CVE-2025-21613",
"url": "https://bugzilla.suse.com/1235572"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-21613"
},
{
"cve": "CVE-2025-21614",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21614"
}
],
"notes": [
{
"category": "general",
"text": "go-git is a highly extensible git implementation library written in pure Go. A denial of service (DoS) vulnerability was discovered in go-git versions prior to v5.13. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion in go-git clients. Users running versions of go-git from v4 and above are recommended to upgrade to v5.13 in order to mitigate this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21614",
"url": "https://www.suse.com/security/cve/CVE-2025-21614"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-21614"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cheat-4.4.2-2.1.aarch64",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.ppc64le",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.s390x",
"openSUSE Tumbleweed:cheat-4.4.2-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
opensuse-su-2025:14932-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "qubesome-0.0.10-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the qubesome-0.0.10-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14932",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14932-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "qubesome-0.0.10-1.1 on GA media",
"tracking": {
"current_release_date": "2025-03-26T00:00:00Z",
"generator": {
"date": "2025-03-26T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14932-1",
"initial_release_date": "2025-03-26T00:00:00Z",
"revision_history": [
{
"date": "2025-03-26T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "qubesome-0.0.10-1.1.aarch64",
"product": {
"name": "qubesome-0.0.10-1.1.aarch64",
"product_id": "qubesome-0.0.10-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "qubesome-0.0.10-1.1.ppc64le",
"product": {
"name": "qubesome-0.0.10-1.1.ppc64le",
"product_id": "qubesome-0.0.10-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "qubesome-0.0.10-1.1.s390x",
"product": {
"name": "qubesome-0.0.10-1.1.s390x",
"product_id": "qubesome-0.0.10-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "qubesome-0.0.10-1.1.x86_64",
"product": {
"name": "qubesome-0.0.10-1.1.x86_64",
"product_id": "qubesome-0.0.10-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "qubesome-0.0.10-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:qubesome-0.0.10-1.1.aarch64"
},
"product_reference": "qubesome-0.0.10-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qubesome-0.0.10-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:qubesome-0.0.10-1.1.ppc64le"
},
"product_reference": "qubesome-0.0.10-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qubesome-0.0.10-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:qubesome-0.0.10-1.1.s390x"
},
"product_reference": "qubesome-0.0.10-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "qubesome-0.0.10-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:qubesome-0.0.10-1.1.x86_64"
},
"product_reference": "qubesome-0.0.10-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:qubesome-0.0.10-1.1.aarch64",
"openSUSE Tumbleweed:qubesome-0.0.10-1.1.ppc64le",
"openSUSE Tumbleweed:qubesome-0.0.10-1.1.s390x",
"openSUSE Tumbleweed:qubesome-0.0.10-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:qubesome-0.0.10-1.1.aarch64",
"openSUSE Tumbleweed:qubesome-0.0.10-1.1.ppc64le",
"openSUSE Tumbleweed:qubesome-0.0.10-1.1.s390x",
"openSUSE Tumbleweed:qubesome-0.0.10-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:qubesome-0.0.10-1.1.aarch64",
"openSUSE Tumbleweed:qubesome-0.0.10-1.1.ppc64le",
"openSUSE Tumbleweed:qubesome-0.0.10-1.1.s390x",
"openSUSE Tumbleweed:qubesome-0.0.10-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-26T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:14940-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "podman-5.4.1-3.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the podman-5.4.1-3.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14940",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14940-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "podman-5.4.1-3.1 on GA media",
"tracking": {
"current_release_date": "2025-03-28T00:00:00Z",
"generator": {
"date": "2025-03-28T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14940-1",
"initial_release_date": "2025-03-28T00:00:00Z",
"revision_history": [
{
"date": "2025-03-28T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-5.4.1-3.1.aarch64",
"product": {
"name": "podman-5.4.1-3.1.aarch64",
"product_id": "podman-5.4.1-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-docker-5.4.1-3.1.aarch64",
"product": {
"name": "podman-docker-5.4.1-3.1.aarch64",
"product_id": "podman-docker-5.4.1-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-5.4.1-3.1.aarch64",
"product": {
"name": "podman-remote-5.4.1-3.1.aarch64",
"product_id": "podman-remote-5.4.1-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-5.4.1-3.1.aarch64",
"product": {
"name": "podmansh-5.4.1-3.1.aarch64",
"product_id": "podmansh-5.4.1-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5.4.1-3.1.ppc64le",
"product": {
"name": "podman-5.4.1-3.1.ppc64le",
"product_id": "podman-5.4.1-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-docker-5.4.1-3.1.ppc64le",
"product": {
"name": "podman-docker-5.4.1-3.1.ppc64le",
"product_id": "podman-docker-5.4.1-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-5.4.1-3.1.ppc64le",
"product": {
"name": "podman-remote-5.4.1-3.1.ppc64le",
"product_id": "podman-remote-5.4.1-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-5.4.1-3.1.ppc64le",
"product": {
"name": "podmansh-5.4.1-3.1.ppc64le",
"product_id": "podmansh-5.4.1-3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5.4.1-3.1.s390x",
"product": {
"name": "podman-5.4.1-3.1.s390x",
"product_id": "podman-5.4.1-3.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-docker-5.4.1-3.1.s390x",
"product": {
"name": "podman-docker-5.4.1-3.1.s390x",
"product_id": "podman-docker-5.4.1-3.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-5.4.1-3.1.s390x",
"product": {
"name": "podman-remote-5.4.1-3.1.s390x",
"product_id": "podman-remote-5.4.1-3.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-5.4.1-3.1.s390x",
"product": {
"name": "podmansh-5.4.1-3.1.s390x",
"product_id": "podmansh-5.4.1-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5.4.1-3.1.x86_64",
"product": {
"name": "podman-5.4.1-3.1.x86_64",
"product_id": "podman-5.4.1-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-docker-5.4.1-3.1.x86_64",
"product": {
"name": "podman-docker-5.4.1-3.1.x86_64",
"product_id": "podman-docker-5.4.1-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-5.4.1-3.1.x86_64",
"product": {
"name": "podman-remote-5.4.1-3.1.x86_64",
"product_id": "podman-remote-5.4.1-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-5.4.1-3.1.x86_64",
"product": {
"name": "podmansh-5.4.1-3.1.x86_64",
"product_id": "podmansh-5.4.1-3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5.4.1-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podman-5.4.1-3.1.aarch64"
},
"product_reference": "podman-5.4.1-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5.4.1-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podman-5.4.1-3.1.ppc64le"
},
"product_reference": "podman-5.4.1-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5.4.1-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podman-5.4.1-3.1.s390x"
},
"product_reference": "podman-5.4.1-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5.4.1-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podman-5.4.1-3.1.x86_64"
},
"product_reference": "podman-5.4.1-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5.4.1-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podman-docker-5.4.1-3.1.aarch64"
},
"product_reference": "podman-docker-5.4.1-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5.4.1-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podman-docker-5.4.1-3.1.ppc64le"
},
"product_reference": "podman-docker-5.4.1-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5.4.1-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podman-docker-5.4.1-3.1.s390x"
},
"product_reference": "podman-docker-5.4.1-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5.4.1-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podman-docker-5.4.1-3.1.x86_64"
},
"product_reference": "podman-docker-5.4.1-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5.4.1-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podman-remote-5.4.1-3.1.aarch64"
},
"product_reference": "podman-remote-5.4.1-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5.4.1-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podman-remote-5.4.1-3.1.ppc64le"
},
"product_reference": "podman-remote-5.4.1-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5.4.1-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podman-remote-5.4.1-3.1.s390x"
},
"product_reference": "podman-remote-5.4.1-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5.4.1-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podman-remote-5.4.1-3.1.x86_64"
},
"product_reference": "podman-remote-5.4.1-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-5.4.1-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podmansh-5.4.1-3.1.aarch64"
},
"product_reference": "podmansh-5.4.1-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-5.4.1-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podmansh-5.4.1-3.1.ppc64le"
},
"product_reference": "podmansh-5.4.1-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-5.4.1-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podmansh-5.4.1-3.1.s390x"
},
"product_reference": "podmansh-5.4.1-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-5.4.1-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:podmansh-5.4.1-3.1.x86_64"
},
"product_reference": "podmansh-5.4.1-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:podman-5.4.1-3.1.aarch64",
"openSUSE Tumbleweed:podman-5.4.1-3.1.ppc64le",
"openSUSE Tumbleweed:podman-5.4.1-3.1.s390x",
"openSUSE Tumbleweed:podman-5.4.1-3.1.x86_64",
"openSUSE Tumbleweed:podman-docker-5.4.1-3.1.aarch64",
"openSUSE Tumbleweed:podman-docker-5.4.1-3.1.ppc64le",
"openSUSE Tumbleweed:podman-docker-5.4.1-3.1.s390x",
"openSUSE Tumbleweed:podman-docker-5.4.1-3.1.x86_64",
"openSUSE Tumbleweed:podman-remote-5.4.1-3.1.aarch64",
"openSUSE Tumbleweed:podman-remote-5.4.1-3.1.ppc64le",
"openSUSE Tumbleweed:podman-remote-5.4.1-3.1.s390x",
"openSUSE Tumbleweed:podman-remote-5.4.1-3.1.x86_64",
"openSUSE Tumbleweed:podmansh-5.4.1-3.1.aarch64",
"openSUSE Tumbleweed:podmansh-5.4.1-3.1.ppc64le",
"openSUSE Tumbleweed:podmansh-5.4.1-3.1.s390x",
"openSUSE Tumbleweed:podmansh-5.4.1-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:podman-5.4.1-3.1.aarch64",
"openSUSE Tumbleweed:podman-5.4.1-3.1.ppc64le",
"openSUSE Tumbleweed:podman-5.4.1-3.1.s390x",
"openSUSE Tumbleweed:podman-5.4.1-3.1.x86_64",
"openSUSE Tumbleweed:podman-docker-5.4.1-3.1.aarch64",
"openSUSE Tumbleweed:podman-docker-5.4.1-3.1.ppc64le",
"openSUSE Tumbleweed:podman-docker-5.4.1-3.1.s390x",
"openSUSE Tumbleweed:podman-docker-5.4.1-3.1.x86_64",
"openSUSE Tumbleweed:podman-remote-5.4.1-3.1.aarch64",
"openSUSE Tumbleweed:podman-remote-5.4.1-3.1.ppc64le",
"openSUSE Tumbleweed:podman-remote-5.4.1-3.1.s390x",
"openSUSE Tumbleweed:podman-remote-5.4.1-3.1.x86_64",
"openSUSE Tumbleweed:podmansh-5.4.1-3.1.aarch64",
"openSUSE Tumbleweed:podmansh-5.4.1-3.1.ppc64le",
"openSUSE Tumbleweed:podmansh-5.4.1-3.1.s390x",
"openSUSE Tumbleweed:podmansh-5.4.1-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:podman-5.4.1-3.1.aarch64",
"openSUSE Tumbleweed:podman-5.4.1-3.1.ppc64le",
"openSUSE Tumbleweed:podman-5.4.1-3.1.s390x",
"openSUSE Tumbleweed:podman-5.4.1-3.1.x86_64",
"openSUSE Tumbleweed:podman-docker-5.4.1-3.1.aarch64",
"openSUSE Tumbleweed:podman-docker-5.4.1-3.1.ppc64le",
"openSUSE Tumbleweed:podman-docker-5.4.1-3.1.s390x",
"openSUSE Tumbleweed:podman-docker-5.4.1-3.1.x86_64",
"openSUSE Tumbleweed:podman-remote-5.4.1-3.1.aarch64",
"openSUSE Tumbleweed:podman-remote-5.4.1-3.1.ppc64le",
"openSUSE Tumbleweed:podman-remote-5.4.1-3.1.s390x",
"openSUSE Tumbleweed:podman-remote-5.4.1-3.1.x86_64",
"openSUSE Tumbleweed:podmansh-5.4.1-3.1.aarch64",
"openSUSE Tumbleweed:podmansh-5.4.1-3.1.ppc64le",
"openSUSE Tumbleweed:podmansh-5.4.1-3.1.s390x",
"openSUSE Tumbleweed:podmansh-5.4.1-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
opensuse-su-2025:14909-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "apptainer-1.3.6-5.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the apptainer-1.3.6-5.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14909",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14909-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14909-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BIPGSRATX6BG2ZXWE7566EGQCKXLC4RV/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14909-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BIPGSRATX6BG2ZXWE7566EGQCKXLC4RV/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45338 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "apptainer-1.3.6-5.1 on GA media",
"tracking": {
"current_release_date": "2025-03-19T00:00:00Z",
"generator": {
"date": "2025-03-19T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14909-1",
"initial_release_date": "2025-03-19T00:00:00Z",
"revision_history": [
{
"date": "2025-03-19T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apptainer-1.3.6-5.1.aarch64",
"product": {
"name": "apptainer-1.3.6-5.1.aarch64",
"product_id": "apptainer-1.3.6-5.1.aarch64"
}
},
{
"category": "product_version",
"name": "apptainer-leap-1.3.6-5.1.aarch64",
"product": {
"name": "apptainer-leap-1.3.6-5.1.aarch64",
"product_id": "apptainer-leap-1.3.6-5.1.aarch64"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_5-1.3.6-5.1.aarch64",
"product": {
"name": "apptainer-sle15_5-1.3.6-5.1.aarch64",
"product_id": "apptainer-sle15_5-1.3.6-5.1.aarch64"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_6-1.3.6-5.1.aarch64",
"product": {
"name": "apptainer-sle15_6-1.3.6-5.1.aarch64",
"product_id": "apptainer-sle15_6-1.3.6-5.1.aarch64"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_7-1.3.6-5.1.aarch64",
"product": {
"name": "apptainer-sle15_7-1.3.6-5.1.aarch64",
"product_id": "apptainer-sle15_7-1.3.6-5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apptainer-1.3.6-5.1.ppc64le",
"product": {
"name": "apptainer-1.3.6-5.1.ppc64le",
"product_id": "apptainer-1.3.6-5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "apptainer-leap-1.3.6-5.1.ppc64le",
"product": {
"name": "apptainer-leap-1.3.6-5.1.ppc64le",
"product_id": "apptainer-leap-1.3.6-5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_5-1.3.6-5.1.ppc64le",
"product": {
"name": "apptainer-sle15_5-1.3.6-5.1.ppc64le",
"product_id": "apptainer-sle15_5-1.3.6-5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_6-1.3.6-5.1.ppc64le",
"product": {
"name": "apptainer-sle15_6-1.3.6-5.1.ppc64le",
"product_id": "apptainer-sle15_6-1.3.6-5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_7-1.3.6-5.1.ppc64le",
"product": {
"name": "apptainer-sle15_7-1.3.6-5.1.ppc64le",
"product_id": "apptainer-sle15_7-1.3.6-5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apptainer-1.3.6-5.1.s390x",
"product": {
"name": "apptainer-1.3.6-5.1.s390x",
"product_id": "apptainer-1.3.6-5.1.s390x"
}
},
{
"category": "product_version",
"name": "apptainer-leap-1.3.6-5.1.s390x",
"product": {
"name": "apptainer-leap-1.3.6-5.1.s390x",
"product_id": "apptainer-leap-1.3.6-5.1.s390x"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_5-1.3.6-5.1.s390x",
"product": {
"name": "apptainer-sle15_5-1.3.6-5.1.s390x",
"product_id": "apptainer-sle15_5-1.3.6-5.1.s390x"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_6-1.3.6-5.1.s390x",
"product": {
"name": "apptainer-sle15_6-1.3.6-5.1.s390x",
"product_id": "apptainer-sle15_6-1.3.6-5.1.s390x"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_7-1.3.6-5.1.s390x",
"product": {
"name": "apptainer-sle15_7-1.3.6-5.1.s390x",
"product_id": "apptainer-sle15_7-1.3.6-5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apptainer-1.3.6-5.1.x86_64",
"product": {
"name": "apptainer-1.3.6-5.1.x86_64",
"product_id": "apptainer-1.3.6-5.1.x86_64"
}
},
{
"category": "product_version",
"name": "apptainer-leap-1.3.6-5.1.x86_64",
"product": {
"name": "apptainer-leap-1.3.6-5.1.x86_64",
"product_id": "apptainer-leap-1.3.6-5.1.x86_64"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_5-1.3.6-5.1.x86_64",
"product": {
"name": "apptainer-sle15_5-1.3.6-5.1.x86_64",
"product_id": "apptainer-sle15_5-1.3.6-5.1.x86_64"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_6-1.3.6-5.1.x86_64",
"product": {
"name": "apptainer-sle15_6-1.3.6-5.1.x86_64",
"product_id": "apptainer-sle15_6-1.3.6-5.1.x86_64"
}
},
{
"category": "product_version",
"name": "apptainer-sle15_7-1.3.6-5.1.x86_64",
"product": {
"name": "apptainer-sle15_7-1.3.6-5.1.x86_64",
"product_id": "apptainer-sle15_7-1.3.6-5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.3.6-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64"
},
"product_reference": "apptainer-1.3.6-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.3.6-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le"
},
"product_reference": "apptainer-1.3.6-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.3.6-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x"
},
"product_reference": "apptainer-1.3.6-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-1.3.6-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64"
},
"product_reference": "apptainer-1.3.6-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-leap-1.3.6-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64"
},
"product_reference": "apptainer-leap-1.3.6-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-leap-1.3.6-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le"
},
"product_reference": "apptainer-leap-1.3.6-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-leap-1.3.6-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x"
},
"product_reference": "apptainer-leap-1.3.6-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-leap-1.3.6-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64"
},
"product_reference": "apptainer-leap-1.3.6-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_5-1.3.6-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64"
},
"product_reference": "apptainer-sle15_5-1.3.6-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_5-1.3.6-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le"
},
"product_reference": "apptainer-sle15_5-1.3.6-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_5-1.3.6-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x"
},
"product_reference": "apptainer-sle15_5-1.3.6-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_5-1.3.6-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64"
},
"product_reference": "apptainer-sle15_5-1.3.6-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_6-1.3.6-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64"
},
"product_reference": "apptainer-sle15_6-1.3.6-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_6-1.3.6-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le"
},
"product_reference": "apptainer-sle15_6-1.3.6-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_6-1.3.6-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x"
},
"product_reference": "apptainer-sle15_6-1.3.6-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_6-1.3.6-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64"
},
"product_reference": "apptainer-sle15_6-1.3.6-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_7-1.3.6-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64"
},
"product_reference": "apptainer-sle15_7-1.3.6-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_7-1.3.6-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le"
},
"product_reference": "apptainer-sle15_7-1.3.6-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_7-1.3.6-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x"
},
"product_reference": "apptainer-sle15_7-1.3.6-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apptainer-sle15_7-1.3.6-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
},
"product_reference": "apptainer-sle15_7-1.3.6-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
},
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-45338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45338"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45338",
"url": "https://www.suse.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "SUSE Bug 1234794 for CVE-2024-45338",
"url": "https://bugzilla.suse.com/1234794"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-45338"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-leap-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_5-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_6-1.3.6-5.1.x86_64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.aarch64",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.ppc64le",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.s390x",
"openSUSE Tumbleweed:apptainer-sle15_7-1.3.6-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
opensuse-su-2025:14930-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the git-bug-0.8.0+git.1742269202.0ab94c9-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14930",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14930-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1 on GA media",
"tracking": {
"current_release_date": "2025-03-26T00:00:00Z",
"generator": {
"date": "2025-03-26T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14930-1",
"initial_release_date": "2025-03-26T00:00:00Z",
"revision_history": [
{
"date": "2025-03-26T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"product": {
"name": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"product_id": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"product": {
"name": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"product_id": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"product": {
"name": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"product_id": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"product": {
"name": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"product_id": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"product": {
"name": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"product_id": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"product": {
"name": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"product_id": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"product": {
"name": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"product_id": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"product": {
"name": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"product_id": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"product": {
"name": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"product_id": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"product": {
"name": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"product_id": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"product": {
"name": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"product_id": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"product": {
"name": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"product_id": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"product": {
"name": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"product_id": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"product": {
"name": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"product_id": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"product": {
"name": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"product_id": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"product": {
"name": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"product_id": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.aarch64"
},
"product_reference": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le"
},
"product_reference": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.s390x"
},
"product_reference": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.x86_64"
},
"product_reference": "git-bug-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64"
},
"product_reference": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le"
},
"product_reference": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x"
},
"product_reference": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64"
},
"product_reference": "git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64"
},
"product_reference": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le"
},
"product_reference": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x"
},
"product_reference": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64"
},
"product_reference": "git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64"
},
"product_reference": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le"
},
"product_reference": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x"
},
"product_reference": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64"
},
"product_reference": "git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"openSUSE Tumbleweed:git-bug-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"openSUSE Tumbleweed:git-bug-bash-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"openSUSE Tumbleweed:git-bug-fish-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64",
"openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.aarch64",
"openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.ppc64le",
"openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.s390x",
"openSUSE Tumbleweed:git-bug-zsh-completion-0.8.0+git.1742269202.0ab94c9-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-26T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
CERTFR-2025-AVI-0667
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans Juniper Secure Analytics. Elle permet à un attaquant de provoquer un déni de service à distance, une atteinte à la confidentialité des données et une atteinte à l'intégrité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Juniper Networks | Secure Analytics | Secure Analytics versions antérieures à 7.5.0 UP12 IF03 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Secure Analytics versions ant\u00e9rieures \u00e0 7.5.0 UP12 IF03",
"product": {
"name": "Secure Analytics",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-4447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4447"
},
{
"name": "CVE-2024-52005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52005"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2023-33953",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33953"
},
{
"name": "CVE-2025-33097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33097"
},
{
"name": "CVE-2023-32732",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32732"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2022-49395",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49395"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2020-16156",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16156"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
}
],
"initial_release_date": "2025-08-08T00:00:00",
"last_revision_date": "2025-08-08T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0667",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-08-08T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Juniper Secure Analytics. Elle permet \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Juniper Secure Analytics",
"vendor_advisories": [
{
"published_at": "2025-08-07",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA",
"url": "https://supportportal.juniper.net/s/article/On-Demand-JSA-Series-Multiple-vulnerabilities-resolved-in-Juniper-Secure-Analytics-in-7-5-0-U12-IF03"
}
]
}
CERTFR-2025-AVI-0622
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry Windows | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry Windows | ||
| VMware | N/A | Stemcells sans le dernier correctif de sécurité | ||
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry Windows | ||
| VMware | Tanzu | Anti-Virus sans le dernier correctif de sécurité pour Tanzu version 2.4.0 | ||
| VMware | Tanzu | Scheduler sans le dernier correctif de sécurité pour Tanzu version 2.0.19 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Platform | GenAI sans le dernier correctif de sécurité pour Tanzu Platform pour Cloud Foundry version 10.2.1 | ||
| VMware | Tanzu Application Service | Tanzu Application Service versions antérieures à 1.16.11 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.2.x antérieures à 10.2.1+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry isolation segment | ||
| VMware | Tanzu | Spring Cloud Services sans le dernier correctif de sécurité pour Tanzu version 3.3.8 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.0.x antérieures à 10.0.8 pour Cloud Foundry | ||
| VMware | Tanzu Platform | Tanzu Platform versions 4.0.x antérieures à 4.0.38+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu | Spring Cloud Data Flow sans le dernier correctif de sécurité pour Tanzu version 1.14.7 | ||
| VMware | Tanzu Platform | Tanzu Platform versions 6.0.x antérieures à 6.0.18+LTS-T pour Cloud Foundry isolation segment | ||
| VMware | Tanzu Platform | Tanzu Platform versions 10.2.x antérieures à 10.2.1+LTS-T pour Cloud Foundry | ||
| VMware | Tanzu Application Service | Single Sign-On sans le dernier correctif de sécurité pour Tanzu Application Service version 1.16.11 | ||
| VMware | Tanzu | File Integrity Monitoring sans le dernier correctif de sécurité pour Tanzu version 2.1.47 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry Windows",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Anti-Virus sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.4.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Scheduler sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.0.19",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "GenAI sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu Platform pour Cloud Foundry version 10.2.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.11",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.2.x ant\u00e9rieures \u00e0 10.2.1+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 3.3.8",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.0.x ant\u00e9rieures \u00e0 10.0.8 pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 4.0.x ant\u00e9rieures \u00e0 4.0.38+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 1.14.7",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 6.0.x ant\u00e9rieures \u00e0 6.0.18+LTS-T pour Cloud Foundry isolation segment",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions 10.2.x ant\u00e9rieures \u00e0 10.2.1+LTS-T pour Cloud Foundry",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu Application Service version 1.16.11",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "File Integrity Monitoring sans le dernier correctif de s\u00e9curit\u00e9 pour Tanzu version 2.1.47",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2022-25647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25647"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-33201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33201"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-36617",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36617"
},
{
"name": "CVE-2022-23471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23471"
},
{
"name": "CVE-2023-25153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25153"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2023-25173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25173"
},
{
"name": "CVE-2022-31030",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31030"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2023-2253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2253"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2024-21012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21012"
},
{
"name": "CVE-2023-28841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28841"
},
{
"name": "CVE-2023-28842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28842"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-28840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28840"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2024-24557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24557"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2023-28756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28756"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2022-24769",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24769"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2024-0406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0406"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2024-27282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27282"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2020-36843",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36843"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2025-30691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30691"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2020-15250",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15250"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-29018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29018"
},
{
"name": "CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"name": "CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-4575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4575"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2025-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2022-28948",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28948"
},
{
"name": "CVE-2022-29173",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29173"
},
{
"name": "CVE-2022-35929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35929"
},
{
"name": "CVE-2022-36056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36056"
},
{
"name": "CVE-2022-36109",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36109"
},
{
"name": "CVE-2023-28755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28755"
},
{
"name": "CVE-2023-30551",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30551"
},
{
"name": "CVE-2023-33199",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33199"
},
{
"name": "CVE-2023-33202",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33202"
},
{
"name": "CVE-2023-46737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46737"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2024-24579",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24579"
},
{
"name": "CVE-2024-29902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29902"
},
{
"name": "CVE-2024-29903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29903"
},
{
"name": "CVE-2024-40635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40635"
},
{
"name": "CVE-2024-41909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41909"
},
{
"name": "CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2024-52587",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52587"
},
{
"name": "CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-3445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3445"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-47290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47290"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2025-4949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4949"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
}
],
"initial_release_date": "2025-07-25T00:00:00",
"last_revision_date": "2025-07-25T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0622",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-07-25T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35981",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35981"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35967",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35967"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35980",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35980"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35974",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35974"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35979",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35979"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35984",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35984"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35970",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35970"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35983",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35983"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35978",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35978"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35968",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35968"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35973",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35973"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35976",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35976"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35969",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35969"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35966",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35966"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35972",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35972"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35977",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35977"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35982",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35982"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35971",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35971"
},
{
"published_at": "2025-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35975",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35975"
}
]
}
CERTFR-2025-AVI-0481
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Cloud Pak for Security versions 1.10.x ant\u00e9rieures \u00e0 1.11.3.0",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions post\u00e9rieures \u00e0 1.10.12.0 et ant\u00e9rieures \u00e0 1.11.3.0 ",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-32996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32996"
},
{
"name": "CVE-2019-11038",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11038"
},
{
"name": "CVE-2021-38593",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38593"
},
{
"name": "CVE-2025-1334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1334"
},
{
"name": "CVE-2020-15250",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15250"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2024-0793",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0793"
},
{
"name": "CVE-2017-9047",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9047"
},
{
"name": "CVE-2024-49766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49766"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2024-11831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11831"
},
{
"name": "CVE-2025-30691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30691"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2025-27152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
},
{
"name": "CVE-2024-47764",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47764"
},
{
"name": "CVE-2023-52355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52355"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2025-32997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32997"
},
{
"name": "CVE-2024-9902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9902"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-56332",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56332"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2024-38827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38827"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2025-25019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25019"
},
{
"name": "CVE-2020-35538",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35538"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2025-26791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26791"
},
{
"name": "CVE-2024-49767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49767"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2018-5711",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-5711"
},
{
"name": "CVE-2023-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1916"
},
{
"name": "CVE-2025-25022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25022"
},
{
"name": "CVE-2025-25020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25020"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-43800",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43800"
},
{
"name": "CVE-2022-1354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1354"
},
{
"name": "CVE-2025-25021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25021"
},
{
"name": "CVE-2024-52304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52304"
},
{
"name": "CVE-2023-24607",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24607"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2024-57556",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57556"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2023-24056",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24056"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-52317",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52317"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2022-3570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3570"
}
],
"initial_release_date": "2025-06-06T00:00:00",
"last_revision_date": "2025-06-06T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0481",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-06-06T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-06-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7235432",
"url": "https://www.ibm.com/support/pages/node/7235432"
},
{
"published_at": "2025-06-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7235402",
"url": "https://www.ibm.com/support/pages/node/7235402"
}
]
}
CERTFR-2025-AVI-0967
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | File Integrity Monitoring pour VMware Tanzu Platform versions antérieures à 2.1.49 | ||
| VMware | Tanzu Platform | Cloud Service Broker pour Azure pour VMware Tanzu Platform versions antérieures à 1.13.1 | ||
| VMware | Tanzu Platform | AI Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Platform | Scheduler pour VMware Tanzu Platform versions antérieures à 2.0.21 | ||
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.1.4 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Platform | .NET Core Buildpack versions antérieures à 2.4.64 | ||
| VMware | Tanzu Platform | VMware Tanzu Data Flow sur Tanzu Platform versions antérieures à 2.0.0 | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.4 | ||
| VMware | Tanzu Platform | CredHub Secrets Management pour VMware Tanzu Platform versions antérieures à 1.6.7 | ||
| VMware | Tanzu Platform | Extended App Support pour Tanzu Platform versions antérieures à 1.0.8 | ||
| VMware | Tanzu Platform | Go Buildpack versions antérieures à 1.10.57 | ||
| VMware | Tanzu Platform | VMware Tanzu RabbitMQ sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Platform | NodeJS Buildpack versions antérieures à 1.8.61 | ||
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.2.0 | ||
| VMware | Tanzu Platform | Application Services pour VMware Tanzu Platform versions antérieures à 3.3.11 | ||
| VMware | Tanzu Platform | IPsec Encryption pour VMware Tanzu Platform versions antérieures à 1.9.68 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "File Integrity Monitoring pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.1.49",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Service Broker pour Azure pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.13.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "AI Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Scheduler pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.0.21",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": ".NET Core Buildpack versions ant\u00e9rieures \u00e0 2.4.64",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu Data Flow sur Tanzu Platform versions ant\u00e9rieures \u00e0 2.0.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Secrets Management pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.6.7",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Extended App Support pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.8",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Go Buildpack versions ant\u00e9rieures \u00e0 1.10.57",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu RabbitMQ sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.61",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Application Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.3.11",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "IPsec Encryption pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.9.68",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2024-36138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36138"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2024-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22020"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2024-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21890"
},
{
"name": "CVE-2024-21896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21896"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2024-7409",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7409"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2024-6505",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6505"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-43484",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43484"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2024-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22025"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-54798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54798"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2024-3447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3447"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2023-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46809"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38229"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2024-43483",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43483"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-58446",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58446"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2024-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3446"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2024-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22019"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2024-4467",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4467"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2024-27983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27983"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2025-59425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59425"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2023-30584",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30584"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21892"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2024-27982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27982"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-37372",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37372"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2024-43485",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43485"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2024-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22018"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2025-6242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6242"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2024-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21891"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2024-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22017"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-61620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61620"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2024-8244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8244"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2023-39331",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39331"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2023-39332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39332"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2024-27980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27980"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2023-39333",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39333"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2024-36137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36137"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
}
],
"initial_release_date": "2025-11-05T00:00:00",
"last_revision_date": "2025-11-05T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0967",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-05T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36323",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36323"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36343",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36343"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-99",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36326"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36305",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36305"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36345",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36345"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36329"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-81",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36316"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36331"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36334",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36334"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36335",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36335"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36340",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36340"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36319",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36319"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36339",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36339"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36322",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36322"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36321",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36321"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36324"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36336",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36336"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36318",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36318"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36337",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36337"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36346",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36346"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-81",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36315"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36317",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36317"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36344",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36344"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36341",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36341"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36314",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36314"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36330"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36332",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36332"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36304",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36304"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36342",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36342"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36333",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36333"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-99",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36327"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36338",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36338"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36328"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36325"
}
]
}
CERTFR-2025-AVI-0960
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans VMware Tanzu. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu RabbitMQ | Tanzu RabbitMQ sur Kubernetes versions v4.0.x antérieures à v4.0.16 | ||
| VMware | Tanzu Greenplum | Cloud Service Broker pour AWS pour VMware Tanzu Platform versions antérieures à 1.15.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Streaming Server versions antérieures à 2.2.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions antérieures à Upgrade 1.10.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Backup and Restore versions antérieures à 1.32.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Data Copy Utility versions antérieures à 2.9.0 | ||
| VMware | Tanzu RabbitMQ | Tanzu RabbitMQ sur Kubernetes versions v4.1.x antérieures à v4.1.5 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum SQL Editor versions antérieures à 1.2.0 | ||
| VMware | Tanzu RabbitMQ | Tanzu RabbitMQ sur Kubernetes versions v3.13.x antérieures à v3.13.11 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu RabbitMQ sur Kubernetes versions v4.0.x ant\u00e9rieures \u00e0 v4.0.16",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Service Broker pour AWS pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.15.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Streaming Server versions ant\u00e9rieures \u00e0 2.2.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions ant\u00e9rieures \u00e0 Upgrade 1.10.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Backup and Restore versions ant\u00e9rieures \u00e0 1.32.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Data Copy Utility versions ant\u00e9rieures \u00e0 2.9.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ sur Kubernetes versions v4.1.x ant\u00e9rieures \u00e0 v4.1.5",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum SQL Editor versions ant\u00e9rieures \u00e0 1.2.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ sur Kubernetes versions v3.13.x ant\u00e9rieures \u00e0 v3.13.11",
"product": {
"name": "Tanzu RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
}
],
"initial_release_date": "2025-11-04T00:00:00",
"last_revision_date": "2025-11-04T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0960",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-04T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu",
"vendor_advisories": [
{
"published_at": "2025-11-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36296",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36296"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36302",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36302"
},
{
"published_at": "2025-11-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36297",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36297"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36300",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36300"
},
{
"published_at": "2025-11-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36298",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36298"
},
{
"published_at": "2025-11-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36299",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36299"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36301",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36301"
}
]
}
CERTFR-2025-AVI-0524
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans VMware Tanzu. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Greenplum | Tanzu Greenplum Data Copy Utility versions antérieures à 2.8.0 | ||
| VMware | Tanzu | Tanzu Data Lake versions antérieures à 1.1.0 | ||
| VMware | Tanzu | Tanzu pour Postgres sur Kubernetes versions antérieures à 4.1.0 et 4.2.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Command Center versions antérieures à 6.14.0 et 7.4.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Backup and Restore versions antérieures à 1.31.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum Streaming Server versions antérieures à 2.1.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions 6.x antérieures à 6.29.1 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions 7.x antérieures à 7.5.0 | ||
| VMware | Tanzu | VMware Tanzu pour Valkey sur Kubernetes versions antérieures à 1.1.0 et 2.0.0 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Greenplum Data Copy Utility versions ant\u00e9rieures \u00e0 2.8.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Data Lake versions ant\u00e9rieures \u00e0 1.1.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres sur Kubernetes versions ant\u00e9rieures \u00e0 4.1.0 et 4.2.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Command Center versions ant\u00e9rieures \u00e0 6.14.0 et 7.4.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Backup and Restore versions ant\u00e9rieures \u00e0 1.31.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum Streaming Server versions ant\u00e9rieures \u00e0 2.1.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions 6.x ant\u00e9rieures \u00e0 6.29.1",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions 7.x ant\u00e9rieures \u00e0 7.5.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour Valkey sur Kubernetes versions ant\u00e9rieures \u00e0 1.1.0 et 2.0.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-2126",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2126"
},
{
"name": "CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2021-45943",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45943"
},
{
"name": "CVE-2021-34141",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34141"
},
{
"name": "CVE-2022-1941",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1941"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2022-41862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41862"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40898"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2023-2455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2455"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-4752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4752"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-5870",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5870"
},
{
"name": "CVE-2022-0543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0543"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2024-1580",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1580"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2024-23807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23807"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2024-22667",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22667"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-7348",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7348"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2022-48468",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48468"
},
{
"name": "CVE-2023-48161",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48161"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2024-10976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10976"
},
{
"name": "CVE-2024-10977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10977"
},
{
"name": "CVE-2024-10978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10978"
},
{
"name": "CVE-2024-10979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10979"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2025-21490",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21490"
},
{
"name": "CVE-2025-21491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21491"
},
{
"name": "CVE-2025-21497",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21497"
},
{
"name": "CVE-2025-21500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21500"
},
{
"name": "CVE-2025-21501",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21501"
},
{
"name": "CVE-2025-21503",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21503"
},
{
"name": "CVE-2025-21505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21505"
},
{
"name": "CVE-2025-21519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21519"
},
{
"name": "CVE-2025-21522",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21522"
},
{
"name": "CVE-2025-21523",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21523"
},
{
"name": "CVE-2025-21529",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21529"
},
{
"name": "CVE-2025-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21540"
},
{
"name": "CVE-2025-21546",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21546"
},
{
"name": "CVE-2025-21555",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21555"
},
{
"name": "CVE-2025-21559",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21559"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2022-42967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42967"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2012-0880",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-0880"
},
{
"name": "CVE-2017-17507",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17507"
},
{
"name": "CVE-2017-8806",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8806"
},
{
"name": "CVE-2018-10126",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10126"
},
{
"name": "CVE-2018-11205",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11205"
},
{
"name": "CVE-2018-13866",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13866"
},
{
"name": "CVE-2018-13867",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13867"
},
{
"name": "CVE-2018-13868",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13868"
},
{
"name": "CVE-2018-13869",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13869"
},
{
"name": "CVE-2018-13870",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13870"
},
{
"name": "CVE-2018-13871",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13871"
},
{
"name": "CVE-2018-13872",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13872"
},
{
"name": "CVE-2018-13874",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13874"
},
{
"name": "CVE-2018-13875",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13875"
},
{
"name": "CVE-2018-13876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13876"
},
{
"name": "CVE-2018-14031",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14031"
},
{
"name": "CVE-2018-14033",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14033"
},
{
"name": "CVE-2018-14034",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14034"
},
{
"name": "CVE-2018-14035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14035"
},
{
"name": "CVE-2018-14460",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14460"
},
{
"name": "CVE-2018-15671",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15671"
},
{
"name": "CVE-2018-16438",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16438"
},
{
"name": "CVE-2018-17432",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17432"
},
{
"name": "CVE-2018-17433",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17433"
},
{
"name": "CVE-2018-17434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17434"
},
{
"name": "CVE-2018-17435",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17435"
},
{
"name": "CVE-2018-17436",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17436"
},
{
"name": "CVE-2018-17437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17437"
},
{
"name": "CVE-2018-17438",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17438"
},
{
"name": "CVE-2018-17439",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17439"
},
{
"name": "CVE-2019-20005",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20005"
},
{
"name": "CVE-2019-20006",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20006"
},
{
"name": "CVE-2019-20007",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20007"
},
{
"name": "CVE-2019-20198",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20198"
},
{
"name": "CVE-2019-20199",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20199"
},
{
"name": "CVE-2019-20200",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20200"
},
{
"name": "CVE-2019-20201",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20201"
},
{
"name": "CVE-2019-20202",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20202"
},
{
"name": "CVE-2019-6988",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6988"
},
{
"name": "CVE-2019-8396",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8396"
},
{
"name": "CVE-2019-8397",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8397"
},
{
"name": "CVE-2019-8398",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8398"
},
{
"name": "CVE-2019-9151",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9151"
},
{
"name": "CVE-2019-9152",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9152"
},
{
"name": "CVE-2020-10809",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10809"
},
{
"name": "CVE-2020-10810",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10810"
},
{
"name": "CVE-2020-10811",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10811"
},
{
"name": "CVE-2020-10812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10812"
},
{
"name": "CVE-2020-18232",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18232"
},
{
"name": "CVE-2020-18494",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18494"
},
{
"name": "CVE-2021-26220",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26220"
},
{
"name": "CVE-2021-26221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26221"
},
{
"name": "CVE-2021-26222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26222"
},
{
"name": "CVE-2021-30485",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30485"
},
{
"name": "CVE-2021-31229",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31229"
},
{
"name": "CVE-2021-31347",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31347"
},
{
"name": "CVE-2021-31348",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31348"
},
{
"name": "CVE-2021-31598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31598"
},
{
"name": "CVE-2021-33430",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33430"
},
{
"name": "CVE-2021-37501",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37501"
},
{
"name": "CVE-2021-45829",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45829"
},
{
"name": "CVE-2021-45830",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45830"
},
{
"name": "CVE-2021-45832",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45832"
},
{
"name": "CVE-2021-45833",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45833"
},
{
"name": "CVE-2021-46242",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46242"
},
{
"name": "CVE-2021-46243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46243"
},
{
"name": "CVE-2021-46244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46244"
},
{
"name": "CVE-2022-25942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25942"
},
{
"name": "CVE-2022-25972",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25972"
},
{
"name": "CVE-2022-26061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26061"
},
{
"name": "CVE-2022-30045",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30045"
},
{
"name": "CVE-2022-4055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4055"
},
{
"name": "CVE-2022-47655",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47655"
},
{
"name": "CVE-2023-0996",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0996"
},
{
"name": "CVE-2023-29659",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29659"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-39329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39329"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2023-6879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6879"
},
{
"name": "CVE-2024-27304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27304"
},
{
"name": "CVE-2024-29157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29157"
},
{
"name": "CVE-2024-29158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29158"
},
{
"name": "CVE-2024-29159",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29159"
},
{
"name": "CVE-2024-29160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29160"
},
{
"name": "CVE-2024-29161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29161"
},
{
"name": "CVE-2024-29162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29162"
},
{
"name": "CVE-2024-29163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29163"
},
{
"name": "CVE-2024-29164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29164"
},
{
"name": "CVE-2024-29165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29165"
},
{
"name": "CVE-2024-29166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29166"
},
{
"name": "CVE-2024-32605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32605"
},
{
"name": "CVE-2024-32606",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32606"
},
{
"name": "CVE-2024-32607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32607"
},
{
"name": "CVE-2024-32608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32608"
},
{
"name": "CVE-2024-32609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32609"
},
{
"name": "CVE-2024-32610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32610"
},
{
"name": "CVE-2024-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32611"
},
{
"name": "CVE-2024-32612",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32612"
},
{
"name": "CVE-2024-32613",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32613"
},
{
"name": "CVE-2024-32614",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32614"
},
{
"name": "CVE-2024-32615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32615"
},
{
"name": "CVE-2024-32616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32616"
},
{
"name": "CVE-2024-32617",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32617"
},
{
"name": "CVE-2024-32618",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32618"
},
{
"name": "CVE-2024-32619",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32619"
},
{
"name": "CVE-2024-32620",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32620"
},
{
"name": "CVE-2024-32621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32621"
},
{
"name": "CVE-2024-32622",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32622"
},
{
"name": "CVE-2024-32623",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32623"
},
{
"name": "CVE-2024-32624",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32624"
},
{
"name": "CVE-2024-33873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33873"
},
{
"name": "CVE-2024-33874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33874"
},
{
"name": "CVE-2024-33875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33875"
},
{
"name": "CVE-2024-33876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33876"
},
{
"name": "CVE-2024-33877",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33877"
},
{
"name": "CVE-2024-34402",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34402"
},
{
"name": "CVE-2024-34403",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34403"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2024-41996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41996"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2024-46981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46981"
},
{
"name": "CVE-2024-49203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49203"
},
{
"name": "CVE-2024-5171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5171"
},
{
"name": "CVE-2024-51741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51741"
},
{
"name": "CVE-2024-52522",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52522"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2024-53920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53920"
},
{
"name": "CVE-2024-56378",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56378"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2024-6716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6716"
},
{
"name": "CVE-2025-2153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2153"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-23022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23022"
},
{
"name": "CVE-2025-24528",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24528"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
}
],
"initial_release_date": "2025-06-19T00:00:00",
"last_revision_date": "2025-06-19T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0524",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-06-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu",
"vendor_advisories": [
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35841",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35841"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35844",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35844"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35843",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35843"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35842",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35842"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35846",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35846"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35849",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35849"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35840",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35840"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35847",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35847"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35839",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35839"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35845",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35845"
},
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35848",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35848"
}
]
}
CERTFR-2025-AVI-0530
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Sterling File Gateway | Sterling File Gateway versions 6.2.0.x antérieures à 6.2.0.5 | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP12 IF02 | ||
| IBM | Sterling B2B Integrator | Sterling B2B Integrator versions 6.2.0.x antérieures à 6.2.0.5 |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Sterling File Gateway versions 6.2.0.x ant\u00e9rieures \u00e0 6.2.0.5",
"product": {
"name": "Sterling File Gateway",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP12 IF02",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling B2B Integrator versions 6.2.0.x ant\u00e9rieures \u00e0 6.2.0.5",
"product": {
"name": "Sterling B2B Integrator",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2025-24528",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24528"
},
{
"name": "CVE-2025-33117",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33117"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2024-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53150"
},
{
"name": "CVE-2016-9840",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9840"
},
{
"name": "CVE-2020-11971",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11971"
},
{
"name": "CVE-2025-33121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33121"
},
{
"name": "CVE-2020-13790",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13790"
},
{
"name": "CVE-2024-40906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40906"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2024-12087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12087"
},
{
"name": "CVE-2024-53141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53141"
},
{
"name": "CVE-2024-53241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53241"
},
{
"name": "CVE-2025-36050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36050"
},
{
"name": "CVE-2024-43842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43842"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-12747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12747"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2022-49011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49011"
},
{
"name": "CVE-2024-12088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12088"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
}
],
"initial_release_date": "2025-06-20T00:00:00",
"last_revision_date": "2025-06-20T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0530",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-06-20T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-06-18",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7237159",
"url": "https://www.ibm.com/support/pages/node/7237159"
},
{
"published_at": "2025-06-19",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7237316",
"url": "https://www.ibm.com/support/pages/node/7237316"
},
{
"published_at": "2025-06-19",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7237317",
"url": "https://www.ibm.com/support/pages/node/7237317"
}
]
}
CERTFR-2025-AVI-0512
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Security QRadar EDR | Security QRadar EDR versions antérieures à 3.12.16 | ||
| IBM | Db2 | Db2 versions antérieures à 5.2.0 pour Cloud Pak for Data | ||
| IBM | Cognos Analytics | Cognos Analytics versions 12.0.x antérieures à 12.0.4 FP1 | ||
| IBM | Cognos Analytics | Cognos Analytics versions 11.2.x antérieures à 11.2.4 IF4 | ||
| IBM | Db2 Warehouse | Db2 warehouse versions antérieures à 5.2.0 pour Cloud Pak for Data |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Security QRadar EDR versions ant\u00e9rieures \u00e0 3.12.16",
"product": {
"name": "Security QRadar EDR",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions ant\u00e9rieures \u00e0 5.2.0 pour Cloud Pak for Data",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Analytics versions 12.0.x ant\u00e9rieures \u00e0 12.0.4 FP1",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Analytics versions 11.2.x ant\u00e9rieures \u00e0 11.2.4 IF4",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 warehouse versions ant\u00e9rieures \u00e0 5.2.0 pour Cloud Pak for Data",
"product": {
"name": "Db2 Warehouse",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-0917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0917"
},
{
"name": "CVE-2018-19361",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19361"
},
{
"name": "CVE-2023-29483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29483"
},
{
"name": "CVE-2021-33036",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33036"
},
{
"name": "CVE-2019-17267",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17267"
},
{
"name": "CVE-2024-22201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22201"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2018-14719",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14719"
},
{
"name": "CVE-2020-9546",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9546"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2025-47944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47944"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2025-30065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30065"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2024-25638",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25638"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2017-9047",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9047"
},
{
"name": "CVE-2020-9548",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9548"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-45178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45178"
},
{
"name": "CVE-2024-47076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47076"
},
{
"name": "CVE-2024-47177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47177"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-26612",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26612"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2024-47561",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47561"
},
{
"name": "CVE-2019-16942",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16942"
},
{
"name": "CVE-2024-31881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31881"
},
{
"name": "CVE-2020-9547",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9547"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2018-14718",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14718"
},
{
"name": "CVE-2025-0923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0923"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2018-19360",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19360"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2024-31880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31880"
},
{
"name": "CVE-2024-29025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29025"
},
{
"name": "CVE-2019-16335",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16335"
},
{
"name": "CVE-2024-28762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28762"
},
{
"name": "CVE-2018-7489",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-7489"
},
{
"name": "CVE-2019-14893",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14893"
},
{
"name": "CVE-2023-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50298"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2025-43859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43859"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2024-23454",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23454"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2025-27152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
},
{
"name": "CVE-2024-21634",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21634"
},
{
"name": "CVE-2024-29131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29131"
},
{
"name": "CVE-2024-37529",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37529"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2021-25642",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25642"
},
{
"name": "CVE-2024-53382",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53382"
},
{
"name": "CVE-2024-45296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45296"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2023-39410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39410"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2020-9492",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9492"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2024-29133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29133"
},
{
"name": "CVE-2019-16943",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16943"
},
{
"name": "CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2024-52046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52046"
},
{
"name": "CVE-2021-37404",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37404"
},
{
"name": "CVE-2025-47935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47935"
},
{
"name": "CVE-2017-7525",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7525"
},
{
"name": "CVE-2019-20330",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20330"
},
{
"name": "CVE-2023-44981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44981"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2019-17531",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17531"
},
{
"name": "CVE-2024-52798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52798"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2023-52428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52428"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2020-8840",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8840"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2024-57965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57965"
},
{
"name": "CVE-2023-29267",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29267"
},
{
"name": "CVE-2024-31882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31882"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2018-14720",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14720"
},
{
"name": "CVE-2024-47176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47176"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2023-52922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52922"
},
{
"name": "CVE-2019-14540",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14540"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2024-6827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6827"
},
{
"name": "CVE-2018-14721",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14721"
},
{
"name": "CVE-2018-11307",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11307"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2022-42969",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42969"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2024-41091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41091"
},
{
"name": "CVE-2024-35152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35152"
},
{
"name": "CVE-2019-14379",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14379"
},
{
"name": "CVE-2025-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25032"
},
{
"name": "CVE-2023-42282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42282"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2024-47175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47175"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2023-39663",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39663"
},
{
"name": "CVE-2024-35136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35136"
},
{
"name": "CVE-2022-25168",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25168"
},
{
"name": "CVE-2024-49761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2019-14892",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14892"
}
],
"initial_release_date": "2025-06-13T00:00:00",
"last_revision_date": "2025-06-13T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0512",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-06-13T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-06-12",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7236500",
"url": "https://www.ibm.com/support/pages/node/7236500"
},
{
"published_at": "2025-06-11",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7234674",
"url": "https://www.ibm.com/support/pages/node/7234674"
},
{
"published_at": "2025-06-11",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7236354",
"url": "https://www.ibm.com/support/pages/node/7236354"
}
]
}
CERTFR-2025-AVI-0969
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | GenAI sur Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.90.x | ||
| VMware | Tanzu Kubernetes Runtime | NodeJS Buildpack versions antérieures à 1.8.58 | ||
| VMware | Tanzu Kubernetes Runtime | Python Buildpack versions antérieures à 1.8.63 | ||
| VMware | Tanzu Kubernetes Runtime | VMware Tanzu pour MySQL sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Kubernetes Runtime | API Gateway pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | Tanzu Kubernetes Runtime | PHP Buildpack versions antérieures à 4.6.49 | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Platform versions antérieures à 1.16.14 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.915.x | ||
| VMware | Tanzu Application Service | CredHub Service Broker versions antérieures à 1.6.6 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.915.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Application Service versions antérieures à 1.16.13 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.77.x | ||
| VMware | Services Suite | Platform Automation Toolkit versions antérieures à 5.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.906.x | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Data Flow pour VMware Tanzu versions antérieures à 1.14.9 | ||
| VMware | Tanzu Kubernetes Runtime | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.9 | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Services pour VMware Tanzu versions antérieures à 3.3.10 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Concourse pour VMware Tanzu versions antérieures à 7.14.1+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Ruby Buildpack versions antérieures à 1.10.46 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Telemetry pour VMware Tanzu Platform versions antérieures à 2.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.103.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Hub versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.906.x |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "GenAI sur Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.90.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.58",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.63",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour MySQL sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "API Gateway pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.49",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.14",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Service Broker versions ant\u00e9rieures \u00e0 1.6.6",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.13",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.77.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.3.2",
"product": {
"name": "Services Suite",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow pour VMware Tanzu versions ant\u00e9rieures \u00e0 1.14.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services pour VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.10",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Concourse pour VMware Tanzu versions ant\u00e9rieures \u00e0 7.14.1+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Ruby Buildpack versions ant\u00e9rieures \u00e0 1.10.46",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.103.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2017-9937",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9937"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-57981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57981"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2022-25308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25308"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2023-27102",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27102"
},
{
"name": "CVE-2022-43236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43236"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2005-0602",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-0602"
},
{
"name": "CVE-2017-6834",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6834"
},
{
"name": "CVE-2025-22003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22003"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-3428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3428"
},
{
"name": "CVE-2021-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3933"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43237",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43237"
},
{
"name": "CVE-2021-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23215"
},
{
"name": "CVE-2022-1115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1115"
},
{
"name": "CVE-2024-57994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57994"
},
{
"name": "CVE-2025-21798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21798"
},
{
"name": "CVE-2025-3264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3264"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2025-26465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26465"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21980"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-21889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21889"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2025-38328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38328"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2023-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3195"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2021-20243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20243"
},
{
"name": "CVE-2023-3316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3316"
},
{
"name": "CVE-2023-1175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1175"
},
{
"name": "CVE-2024-57948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57948"
},
{
"name": "CVE-2025-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21937"
},
{
"name": "CVE-2014-9157",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9157"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2020-14803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14803"
},
{
"name": "CVE-2024-58088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58088"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53042"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2025-21689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21689"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2021-26260",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26260"
},
{
"name": "CVE-2023-0922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0922"
},
{
"name": "CVE-2025-38100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38100"
},
{
"name": "CVE-2017-18250",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18250"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-40002",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40002"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2025-8851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8851"
},
{
"name": "CVE-2024-58010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58010"
},
{
"name": "CVE-2025-38043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38043"
},
{
"name": "CVE-2025-21697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21697"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2024-57973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57973"
},
{
"name": "CVE-2022-24407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24407"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2022-3626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3626"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2001-1268",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1268"
},
{
"name": "CVE-2022-2874",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2874"
},
{
"name": "CVE-2025-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22017"
},
{
"name": "CVE-2025-38108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38108"
},
{
"name": "CVE-2025-21783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21783"
},
{
"name": "CVE-2025-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38229"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2020-27769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27769"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2014-9748",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9748"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2014-8141",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8141"
},
{
"name": "CVE-2022-1623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1623"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2025-21951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21951"
},
{
"name": "CVE-2024-38829",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38829"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2017-6831",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6831"
},
{
"name": "CVE-2024-58034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58034"
},
{
"name": "CVE-2025-25724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2021-3997",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3997"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2023-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38471"
},
{
"name": "CVE-2022-0158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0158"
},
{
"name": "CVE-2020-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27776"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-21743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21743"
},
{
"name": "CVE-2025-38147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38147"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2023-34475",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34475"
},
{
"name": "CVE-2024-26896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26896"
},
{
"name": "CVE-2025-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38286"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-24762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24762"
},
{
"name": "CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"name": "CVE-2022-0696",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0696"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2022-3599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3599"
},
{
"name": "CVE-2021-39537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39537"
},
{
"name": "CVE-2025-12380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12380"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2025-21847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21847"
},
{
"name": "CVE-2022-2929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2929"
},
{
"name": "CVE-2018-15120",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15120"
},
{
"name": "CVE-2024-58069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58069"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2023-0796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0796"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21871"
},
{
"name": "CVE-2023-51385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51385"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2025-4287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4287"
},
{
"name": "CVE-2024-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43788"
},
{
"name": "CVE-2025-21731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21731"
},
{
"name": "CVE-2023-48237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48237"
},
{
"name": "CVE-2023-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48706"
},
{
"name": "CVE-2021-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3605"
},
{
"name": "CVE-2025-38515",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38515"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2017-10928",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10928"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2025-38163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38163"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2017-12429",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12429"
},
{
"name": "CVE-2025-38444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38444"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2019-8322",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8322"
},
{
"name": "CVE-2024-52615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52615"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2023-2157",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2157"
},
{
"name": "CVE-2025-32386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
},
{
"name": "CVE-2025-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21823"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2019-1010238",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010238"
},
{
"name": "CVE-2024-26700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26700"
},
{
"name": "CVE-2024-58082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58082"
},
{
"name": "CVE-2024-35176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2025-55551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55551"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-21763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21763"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2023-48368",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48368"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2022-48554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48554"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-38157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38157"
},
{
"name": "CVE-2023-24757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24757"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-4056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4056"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2022-31683",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31683"
},
{
"name": "CVE-2020-22218",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22218"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53062"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2023-30086",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30086"
},
{
"name": "CVE-2017-6832",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6832"
},
{
"name": "CVE-2022-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2208"
},
{
"name": "CVE-2024-45720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45720"
},
{
"name": "CVE-2022-1056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1056"
},
{
"name": "CVE-2018-10805",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10805"
},
{
"name": "CVE-2019-19906",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19906"
},
{
"name": "CVE-2025-38219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38219"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2025-38466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38466"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2020-15095",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15095"
},
{
"name": "CVE-2018-16328",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16328"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-5745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5745"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2022-43239",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43239"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2022-32546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32546"
},
{
"name": "CVE-2025-0838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0838"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2023-5441",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5441"
},
{
"name": "CVE-2025-55553",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55553"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-21796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21796"
},
{
"name": "CVE-2024-12086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12086"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2021-4219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4219"
},
{
"name": "CVE-2018-15798",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15798"
},
{
"name": "CVE-2025-55154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55154"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-3153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3153"
},
{
"name": "CVE-2022-2057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2057"
},
{
"name": "CVE-2025-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5197"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2017-11447",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11447"
},
{
"name": "CVE-2019-8323",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8323"
},
{
"name": "CVE-2023-39593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39593"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-46569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46569"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2018-14434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14434"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2025-21684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21684"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2023-26965",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26965"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2021-3468",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3468"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-58061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58061"
},
{
"name": "CVE-2025-46148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46148"
},
{
"name": "CVE-2024-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58058"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2025-21864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21864"
},
{
"name": "CVE-2025-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2149"
},
{
"name": "CVE-2021-3502",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3502"
},
{
"name": "CVE-2025-6052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6052"
},
{
"name": "CVE-2018-16329",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16329"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2024-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58056"
},
{
"name": "CVE-2023-52426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52426"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2025-21725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21725"
},
{
"name": "CVE-2024-43790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43790"
},
{
"name": "CVE-2025-38313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38313"
},
{
"name": "CVE-2025-38336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38336"
},
{
"name": "CVE-2022-2058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2058"
},
{
"name": "CVE-2025-22009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22009"
},
{
"name": "CVE-2025-38061",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38061"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-43240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43240"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2025-5987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5987"
},
{
"name": "CVE-2023-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4091"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-38375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38375"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2021-20312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20312"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2953"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-21904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21904"
},
{
"name": "CVE-2019-20838",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20838"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2022-28739",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28739"
},
{
"name": "CVE-2024-26726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26726"
},
{
"name": "CVE-2023-52593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52593"
},
{
"name": "CVE-2025-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3933"
},
{
"name": "CVE-2023-26785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26785"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2023-48235",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48235"
},
{
"name": "CVE-2024-57970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57970"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2024-44939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44939"
},
{
"name": "CVE-2024-43374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43374"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2025-21929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21929"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2022-3627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3627"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2025-21735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21735"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2024-27280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27280"
},
{
"name": "CVE-2025-3000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3000"
},
{
"name": "CVE-2022-3213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3213"
},
{
"name": "CVE-2022-2867",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2867"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2021-23177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23177"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-38112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38112"
},
{
"name": "CVE-2025-5878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5878"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2024-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58063"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2024-41957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41957"
},
{
"name": "CVE-2025-38500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38500"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-8961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8961"
},
{
"name": "CVE-2025-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21977"
},
{
"name": "CVE-2022-25147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25147"
},
{
"name": "CVE-2025-21779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21779"
},
{
"name": "CVE-2024-58005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58005"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2022-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3598"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2023-0798",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0798"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-38203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38203"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2022-0909",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0909"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2023-28154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28154"
},
{
"name": "CVE-2023-48231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48231"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2023-38633",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38633"
},
{
"name": "CVE-2025-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21948"
},
{
"name": "CVE-2023-2609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2609"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2021-46312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46312"
},
{
"name": "CVE-2018-14628",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14628"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2022-38476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38476"
},
{
"name": "CVE-2019-6461",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6461"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2025-38004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38004"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2015-5262",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-5262"
},
{
"name": "CVE-2022-43244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43244"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2025-21753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21753"
},
{
"name": "CVE-2017-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6004"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2015-7696",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7696"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2025-38387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38387"
},
{
"name": "CVE-2023-45922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45922"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2025-21699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21699"
},
{
"name": "CVE-2025-38362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38362"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2025-40004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40004"
},
{
"name": "CVE-2017-7619",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7619"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38371"
},
{
"name": "CVE-2023-2731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2731"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2025-38445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38445"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-0803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0803"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-21746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21746"
},
{
"name": "CVE-2022-0391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
},
{
"name": "CVE-2023-1170",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1170"
},
{
"name": "CVE-2022-24070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24070"
},
{
"name": "CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"name": "CVE-2019-17547",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17547"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2021-36411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36411"
},
{
"name": "CVE-2023-30774",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30774"
},
{
"name": "CVE-2018-10919",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10919"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-53014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53014"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2018-10804",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10804"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2022-0907",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0907"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2025-38066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38066"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-3670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3670"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2025-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21836"
},
{
"name": "CVE-2025-21715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21715"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2025-38305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-38067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38067"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2025-21781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21781"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43398"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2019-16776",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16776"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2022-28738",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28738"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2024-8508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8508"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-40364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40364"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2025-38068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38068"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2013-2064",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-2064"
},
{
"name": "CVE-2025-38401",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38401"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2024-58070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58070"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2020-25663",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25663"
},
{
"name": "CVE-2022-0156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0156"
},
{
"name": "CVE-2025-21914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21914"
},
{
"name": "CVE-2024-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58057"
},
{
"name": "CVE-2025-0306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0306"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2024-58007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58007"
},
{
"name": "CVE-2023-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1355"
},
{
"name": "CVE-2025-21995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21995"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-21868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21868"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37967"
},
{
"name": "CVE-2022-22844",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22844"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2019-13232",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13232"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-38102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38102"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2025-55560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55560"
},
{
"name": "CVE-2025-21728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21728"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-42669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42669"
},
{
"name": "CVE-2022-1210",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2023-42670",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42670"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2024-58090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58090"
},
{
"name": "CVE-2025-59842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59842"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2024-27766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27766"
},
{
"name": "CVE-2025-37958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37958"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2024-58078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58078"
},
{
"name": "CVE-2023-32636",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32636"
},
{
"name": "CVE-2023-6277",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6277"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2025-38399",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38399"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2025-38065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38065"
},
{
"name": "CVE-2025-38459",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38459"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2023-34153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34153"
},
{
"name": "CVE-2023-3618",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3618"
},
{
"name": "CVE-2020-14153",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14153"
},
{
"name": "CVE-2022-1114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1114"
},
{
"name": "CVE-2023-48233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48233"
},
{
"name": "CVE-2025-38412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38412"
},
{
"name": "CVE-2025-38031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38031"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2011-2207",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-2207"
},
{
"name": "CVE-2025-54874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54874"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2025-38293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38293"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21830"
},
{
"name": "CVE-2018-12600",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12600"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2016-3189",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3189"
},
{
"name": "CVE-2023-4154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4154"
},
{
"name": "CVE-2025-38184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38184"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2022-0714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0714"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2025-9340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9340"
},
{
"name": "CVE-2023-24758",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24758"
},
{
"name": "CVE-2025-55552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55552"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2016-7531",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7531"
},
{
"name": "CVE-2006-3082",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-3082"
},
{
"name": "CVE-2023-5341",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5341"
},
{
"name": "CVE-2025-8534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8534"
},
{
"name": "CVE-2025-21767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21767"
},
{
"name": "CVE-2025-3262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3262"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2023-34968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34968"
},
{
"name": "CVE-2024-0743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0743"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-38458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38458"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2016-10062",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10062"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2023-34152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34152"
},
{
"name": "CVE-2022-43249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43249"
},
{
"name": "CVE-2025-38034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38034"
},
{
"name": "CVE-2024-58085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58085"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-21690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21690"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-57996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57996"
},
{
"name": "CVE-2025-38135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38135"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2022-43242",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43242"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2025-38312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38312"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2019-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14844"
},
{
"name": "CVE-2022-21366",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21366"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-38464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38464"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2025-21982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21982"
},
{
"name": "CVE-2025-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21867"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2023-0802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0802"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-21828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21828"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2025-38363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38363"
},
{
"name": "CVE-2025-21704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21704"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2022-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0865"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2025-38319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38319"
},
{
"name": "CVE-2025-43859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43859"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2022-0529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0529"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2016-7514",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7514"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2025-21909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21909"
},
{
"name": "CVE-2022-2056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2056"
},
{
"name": "CVE-2025-9092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9092"
},
{
"name": "CVE-2025-21766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21766"
},
{
"name": "CVE-2025-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38457"
},
{
"name": "CVE-2024-54677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54677"
},
{
"name": "CVE-2021-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3598"
},
{
"name": "CVE-2025-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21880"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2025-38212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38212"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2023-1264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1264"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-38298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38298"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2018-1000076",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000076"
},
{
"name": "CVE-2022-4293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4293"
},
{
"name": "CVE-2025-37974",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37974"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2024-57834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57834"
},
{
"name": "CVE-2025-55197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55197"
},
{
"name": "CVE-2022-32743",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32743"
},
{
"name": "CVE-2025-55558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55558"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2024-58017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58017"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26603"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2025-38078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38078"
},
{
"name": "CVE-2025-21809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21809"
},
{
"name": "CVE-2025-38419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38419"
},
{
"name": "CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"name": "CVE-2021-32490",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32490"
},
{
"name": "CVE-2020-27768",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27768"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2016-5118",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5118"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-46045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46045"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2025-55557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55557"
},
{
"name": "CVE-2024-12085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
},
{
"name": "CVE-2022-24599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24599"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2025-2999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2999"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-21910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21910"
},
{
"name": "CVE-2021-35452",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35452"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2020-10251",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10251"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2025-21745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21745"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2020-18781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18781"
},
{
"name": "CVE-2025-7709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7709"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-38077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38077"
},
{
"name": "CVE-2025-38251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38251"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-38120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38120"
},
{
"name": "CVE-2017-7186",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7186"
},
{
"name": "CVE-2025-38285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38285"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37750"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2025-21795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21795"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2025-38161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38161"
},
{
"name": "CVE-2025-9640",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9640"
},
{
"name": "CVE-2022-1897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1897"
},
{
"name": "CVE-2022-43248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43248"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2024-58081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58081"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-21814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21814"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2017-6829",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6829"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2021-4214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4214"
},
{
"name": "CVE-2025-21911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21911"
},
{
"name": "CVE-2023-24752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24752"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2022-43245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43245"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2018-9133",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9133"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38115"
},
{
"name": "CVE-2025-21758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21758"
},
{
"name": "CVE-2023-0767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0767"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2021-36410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36410"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-38153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38153"
},
{
"name": "CVE-2025-21787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21787"
},
{
"name": "CVE-2023-28487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28487"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2018-1000074",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000074"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-21776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21776"
},
{
"name": "CVE-2024-58003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58003"
},
{
"name": "CVE-2025-21917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21917"
},
{
"name": "CVE-2025-21706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21706"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-38395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38395"
},
{
"name": "CVE-2023-29499",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29499"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-38337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38337"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38727"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2024-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1013"
},
{
"name": "CVE-2022-0319",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0319"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-4565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-38465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38465"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-38513",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38513"
},
{
"name": "CVE-2025-21736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21736"
},
{
"name": "CVE-2025-21997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21997"
},
{
"name": "CVE-2025-21741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21741"
},
{
"name": "CVE-2020-18032",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18032"
},
{
"name": "CVE-2017-6833",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6833"
},
{
"name": "CVE-2025-21808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21808"
},
{
"name": "CVE-2019-8324",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8324"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-58076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58076"
},
{
"name": "CVE-2023-24751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24751"
},
{
"name": "CVE-2025-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21708"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2021-4048",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4048"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2022-2980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2980"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21720"
},
{
"name": "CVE-2025-32463",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32463"
},
{
"name": "CVE-2015-7747",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7747"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2024-41965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41965"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2025-55004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55004"
},
{
"name": "CVE-2014-8139",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8139"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38003"
},
{
"name": "CVE-2025-38441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38441"
},
{
"name": "CVE-2023-51767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51767"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2023-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
},
{
"name": "CVE-2023-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38037"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2022-2519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2519"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21711"
},
{
"name": "CVE-2025-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2998"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2021-20313",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20313"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2019-16777",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16777"
},
{
"name": "CVE-2025-21760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21760"
},
{
"name": "CVE-2023-45913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45913"
},
{
"name": "CVE-2018-13153",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13153"
},
{
"name": "CVE-2022-0530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0530"
},
{
"name": "CVE-2023-48236",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48236"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2023-34474",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34474"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-38227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38227"
},
{
"name": "CVE-2018-1000079",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000079"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-58079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58079"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2021-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45931"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2021-28544",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28544"
},
{
"name": "CVE-2021-46828",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46828"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2025-32728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32728"
},
{
"name": "CVE-2023-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2804"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2021-44964",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44964"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2018-14437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14437"
},
{
"name": "CVE-2024-13978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13978"
},
{
"name": "CVE-2025-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21890"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2021-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3596"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21925"
},
{
"name": "CVE-2024-57883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57883"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2017-6830",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6830"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2021-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3520"
},
{
"name": "CVE-2024-47814",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47814"
},
{
"name": "CVE-2022-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2923"
},
{
"name": "CVE-2025-21799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21799"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-21748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21748"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2021-46310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46310"
},
{
"name": "CVE-2022-36227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36227"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21883"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-38074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38074"
},
{
"name": "CVE-2024-58086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58086"
},
{
"name": "CVE-2025-38119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38119"
},
{
"name": "CVE-2025-38245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38245"
},
{
"name": "CVE-2022-37454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37454"
},
{
"name": "CVE-2021-36770",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36770"
},
{
"name": "CVE-2025-21898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21898"
},
{
"name": "CVE-2020-14152",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14152"
},
{
"name": "CVE-2025-38324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38324"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2021-36976",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36976"
},
{
"name": "CVE-2024-58051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58051"
},
{
"name": "CVE-2023-3164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3164"
},
{
"name": "CVE-2022-3597",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3597"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2025-9390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9390"
},
{
"name": "CVE-2025-62813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62813"
},
{
"name": "CVE-2025-21857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21857"
},
{
"name": "CVE-2019-9904",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9904"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2022-42919",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42919"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2025-9165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9165"
},
{
"name": "CVE-2023-1981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1981"
},
{
"name": "CVE-2023-30571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30571"
},
{
"name": "CVE-2022-2231",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2231"
},
{
"name": "CVE-2025-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46150"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2025-38542",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38542"
},
{
"name": "CVE-2025-38344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38344"
},
{
"name": "CVE-2023-28120",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28120"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-21848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21848"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2025-38088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38088"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2020-35492",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35492"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2023-1289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1289"
},
{
"name": "CVE-2025-38386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38386"
},
{
"name": "CVE-2023-6349",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6349"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2023-0801",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0801"
},
{
"name": "CVE-2025-9341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9341"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2017-7244",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7244"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-21895",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21895"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2018-16412",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16412"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2019-6462",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6462"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2022-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4645"
},
{
"name": "CVE-2021-32493",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32493"
},
{
"name": "CVE-2023-24754",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24754"
},
{
"name": "CVE-2020-29509",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29509"
},
{
"name": "CVE-2023-5568",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5568"
},
{
"name": "CVE-2023-38470",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38470"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2023-34967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34967"
},
{
"name": "CVE-2025-38237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38237"
},
{
"name": "CVE-2025-38174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38174"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2022-2869",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2869"
},
{
"name": "CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2023-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35945"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2025-21888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21888"
},
{
"name": "CVE-2025-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21866"
},
{
"name": "CVE-2023-40745",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40745"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-3730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3730"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2025-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38037"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2024-57990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57990"
},
{
"name": "CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2014-9636",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9636"
},
{
"name": "CVE-2025-5351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5351"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2022-1622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1622"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2022-2521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2521"
},
{
"name": "CVE-2023-49582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49582"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-31344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31344"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2021-32491",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32491"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22025"
},
{
"name": "CVE-2021-43527",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43527"
},
{
"name": "CVE-2022-0924",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0924"
},
{
"name": "CVE-2025-24014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24014"
},
{
"name": "CVE-2022-33068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33068"
},
{
"name": "CVE-2025-38342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38342"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2024-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58068"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-38167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38167"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2024-57998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57998"
},
{
"name": "CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-1304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1304"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2025-38257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38257"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-38206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38206"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2024-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39908"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-21862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21862"
},
{
"name": "CVE-2023-47282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47282"
},
{
"name": "CVE-2016-20012",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-20012"
},
{
"name": "CVE-2025-38111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38111"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2019-8325",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8325"
},
{
"name": "CVE-2025-21950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21950"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2019-3792",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3792"
},
{
"name": "CVE-2022-43235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43235"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2022-0562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0562"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-22001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22001"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40017"
},
{
"name": "CVE-2023-45919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45919"
},
{
"name": "CVE-2025-38326",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38326"
},
{
"name": "CVE-2025-3263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3263"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2018-15607",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15607"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38384"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-21719",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21719"
},
{
"name": "CVE-2025-38424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38424"
},
{
"name": "CVE-2025-38430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38430"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-3001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3001"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2022-32545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32545"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2025-21820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21820"
},
{
"name": "CVE-2017-6838",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6838"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2024-41817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41817"
},
{
"name": "CVE-2024-57979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
},
{
"name": "CVE-2024-58071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58071"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2017-6835",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6835"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2023-0799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0799"
},
{
"name": "CVE-2024-12087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12087"
},
{
"name": "CVE-2025-38420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38420"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-21943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21943"
},
{
"name": "CVE-2019-16775",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16775"
},
{
"name": "CVE-2024-57997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57997"
},
{
"name": "CVE-2025-38160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38160"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-6051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6051"
},
{
"name": "CVE-2022-21283",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21283"
},
{
"name": "CVE-2022-31782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31782"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-38107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38107"
},
{
"name": "CVE-2025-32434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32434"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53069"
},
{
"name": "CVE-2025-38085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38085"
},
{
"name": "CVE-2025-21806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21806"
},
{
"name": "CVE-2025-38222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38222"
},
{
"name": "CVE-2025-38197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38197"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2022-43253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43253"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2024-57977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57977"
},
{
"name": "CVE-2018-1000075",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000075"
},
{
"name": "CVE-2025-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53019"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53367"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2021-45942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45942"
},
{
"name": "CVE-2022-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1615"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2021-20246",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20246"
},
{
"name": "CVE-2025-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21707"
},
{
"name": "CVE-2023-24755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24755"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-27281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27281"
},
{
"name": "CVE-2025-38467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38467"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-21804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21804"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2017-6837",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6837"
},
{
"name": "CVE-2014-9913",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9913"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-38072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38072"
},
{
"name": "CVE-2025-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53044"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-37407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37407"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2025-22011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22011"
},
{
"name": "CVE-2022-1725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1725"
},
{
"name": "CVE-2022-43252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43252"
},
{
"name": "CVE-2023-0614",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0614"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2024-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5197"
},
{
"name": "CVE-2020-21606",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21606"
},
{
"name": "CVE-2025-38075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38075"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2022-40674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40674"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2001-1269",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1269"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2025-38058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38058"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-38617",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38617"
},
{
"name": "CVE-2025-21762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21762"
},
{
"name": "CVE-2023-47169",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47169"
},
{
"name": "CVE-2025-38122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38122"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-0795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0795"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2025-21692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21692"
},
{
"name": "CVE-2025-38173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38173"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-2148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2148"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-38143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38143"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2023-38469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38469"
},
{
"name": "CVE-2024-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38428"
},
{
"name": "CVE-2022-3821",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3821"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2025-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21869"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2016-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5841"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2025-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53101"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2022-44267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44267"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2019-8321",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8321"
},
{
"name": "CVE-2025-21826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21826"
},
{
"name": "CVE-2025-29768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29768"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21912"
},
{
"name": "CVE-2018-13440",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13440"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2025-46393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46393"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2021-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0561"
},
{
"name": "CVE-2018-12599",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12599"
},
{
"name": "CVE-2025-21859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21859"
},
{
"name": "CVE-2025-38416",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38416"
},
{
"name": "CVE-2022-1587",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1587"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2017-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7246"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2022-0284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0284"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2024-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58016"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-21903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21903"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2021-32292",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32292"
},
{
"name": "CVE-2025-38194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38194"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2023-1667",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1667"
},
{
"name": "CVE-2022-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2953"
},
{
"name": "CVE-2022-43238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43238"
},
{
"name": "CVE-2025-3121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3121"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2022-43680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43680"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2024-20696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20696"
},
{
"name": "CVE-2025-21761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21761"
},
{
"name": "CVE-2025-46149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46149"
},
{
"name": "CVE-2021-26945",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26945"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46152"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2024-57951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57951"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-34169",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34169"
},
{
"name": "CVE-2025-38348",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38348"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2025-21844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21844"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2025-21784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21784"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38540"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-38403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38403"
},
{
"name": "CVE-2022-28463",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28463"
},
{
"name": "CVE-2022-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23308"
},
{
"name": "CVE-2025-21726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21726"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2018-3779",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3779"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2020-28196",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28196"
},
{
"name": "CVE-2024-27407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27407"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2024-58020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58020"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2022-28805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28805"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-0804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0804"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2025-21802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21802"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-38146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38146"
},
{
"name": "CVE-2025-21705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21705"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2022-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1355"
},
{
"name": "CVE-2025-47291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47291"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2025-38418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38418"
},
{
"name": "CVE-2025-38090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38090"
},
{
"name": "CVE-2025-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21721"
},
{
"name": "CVE-2025-21810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21810"
},
{
"name": "CVE-2022-1420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1420"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2021-24031",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24031"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2025-46153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46153"
},
{
"name": "CVE-2025-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21877"
},
{
"name": "CVE-2023-0797",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0797"
},
{
"name": "CVE-2025-5994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5994"
},
{
"name": "CVE-2021-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38115"
},
{
"name": "CVE-2025-38415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38415"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2025-22134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22134"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2025-1215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1215"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2023-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1916"
},
{
"name": "CVE-2021-20309",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20309"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-38472",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38472"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2017-12643",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12643"
},
{
"name": "CVE-2024-57953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57953"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2023-48232",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48232"
},
{
"name": "CVE-2021-26720",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26720"
},
{
"name": "CVE-2025-54801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54801"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-53054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53054"
},
{
"name": "CVE-2025-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21878"
},
{
"name": "CVE-2023-24756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24756"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2022-2520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2520"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-47874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47874"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2016-4074",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4074"
},
{
"name": "CVE-2024-0746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0746"
},
{
"name": "CVE-2025-21775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21775"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-21846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21846"
},
{
"name": "CVE-2022-33099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33099"
},
{
"name": "CVE-2023-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45931"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-38400",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38400"
},
{
"name": "CVE-2023-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
},
{
"name": "CVE-2025-32387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
},
{
"name": "CVE-2024-26775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26775"
},
{
"name": "CVE-2022-25309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25309"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-38136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38136"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-12747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12747"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2023-41175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41175"
},
{
"name": "CVE-2023-48234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48234"
},
{
"name": "CVE-2025-55212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55212"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2022-32547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32547"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-0351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0351"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2022-26280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26280"
},
{
"name": "CVE-2025-37752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37752"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2022-1354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1354"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2025-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21873"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-38048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38048"
},
{
"name": "CVE-2019-13147",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13147"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2018-11655",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11655"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2022-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2928"
},
{
"name": "CVE-2025-21765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21765"
},
{
"name": "CVE-2023-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3576"
},
{
"name": "CVE-2025-38477",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38477"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-57803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57803"
},
{
"name": "CVE-2023-46246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46246"
},
{
"name": "CVE-2025-21782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21782"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-43802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43802"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2025-21926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21926"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2020-29511",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29511"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2015-7697",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7697"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21742"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2022-43243",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43243"
},
{
"name": "CVE-2024-58002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58002"
},
{
"name": "CVE-2017-16231",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16231"
},
{
"name": "CVE-2025-38406",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38406"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-5702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5702"
},
{
"name": "CVE-2025-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21870"
},
{
"name": "CVE-2017-9409",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9409"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2018-1000077",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000077"
},
{
"name": "CVE-2025-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21892"
},
{
"name": "CVE-2024-58052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58052"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2025-38352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38352"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-21920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21920"
},
{
"name": "CVE-2025-55554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55554"
},
{
"name": "CVE-2024-43168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43168"
},
{
"name": "CVE-2014-8140",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8140"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22016"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2021-45346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45346"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2022-0908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0908"
},
{
"name": "CVE-2025-38263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38263"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-46901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46901"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-21773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21773"
},
{
"name": "CVE-2025-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53040"
},
{
"name": "CVE-2025-38218",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38218"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2024-43167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43167"
},
{
"name": "CVE-2021-28861",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28861"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2018-1000035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000035"
},
{
"name": "CVE-2021-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40211"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2024-58001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58001"
},
{
"name": "CVE-2025-38393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38393"
},
{
"name": "CVE-2024-26256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26256"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2025-38618",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38618"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2023-2283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2283"
},
{
"name": "CVE-2020-0499",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0499"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21724"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-3136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3136"
},
{
"name": "CVE-2025-55160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55160"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38249"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2022-48703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48703"
},
{
"name": "CVE-2025-38154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38154"
},
{
"name": "CVE-2022-1674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1674"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2022-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30699"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2025-38389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38389"
},
{
"name": "CVE-2025-38448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38448"
},
{
"name": "CVE-2022-48281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48281"
},
{
"name": "CVE-2023-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2426"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2024-57949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57949"
},
{
"name": "CVE-2025-1632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1632"
},
{
"name": "CVE-2021-20176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20176"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2022-3278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3278"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2025-55298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55298"
},
{
"name": "CVE-2022-43241",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43241"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2018-1000073",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000073"
},
{
"name": "CVE-2025-38052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38052"
},
{
"name": "CVE-2025-38377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38377"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2025-21733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21733"
},
{
"name": "CVE-2023-22656",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22656"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-43965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43965"
},
{
"name": "CVE-2022-40090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40090"
},
{
"name": "CVE-2021-36408",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36408"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53045"
},
{
"name": "CVE-2023-39327",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39327"
},
{
"name": "CVE-2017-18253",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18253"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2025-38516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38516"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-38462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38462"
},
{
"name": "CVE-2025-38350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38350"
},
{
"name": "CVE-2025-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38428"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2018-13410",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13410"
},
{
"name": "CVE-2025-2099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2099"
},
{
"name": "CVE-2025-38262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38262"
},
{
"name": "CVE-2025-6638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6638"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2025-38138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38138"
},
{
"name": "CVE-2021-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3610"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-21754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21754"
},
{
"name": "CVE-2024-12088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12088"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2025-38035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38035"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-21960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21960"
},
{
"name": "CVE-2025-38310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38310"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-37963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37963"
},
{
"name": "CVE-2022-43250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43250"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2025-38226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38226"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-38473",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38473"
},
{
"name": "CVE-2025-38443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38443"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-52099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52099"
},
{
"name": "CVE-2023-43887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43887"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2021-24032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24032"
},
{
"name": "CVE-2025-38439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38439"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2022-21496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21496"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-38145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38145"
},
{
"name": "CVE-2022-2598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2598"
},
{
"name": "CVE-2020-27829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27829"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-37948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37948"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-21856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21856"
},
{
"name": "CVE-2025-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53053"
},
{
"name": "CVE-2022-2509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2509"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-21749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21749"
},
{
"name": "CVE-2017-6839",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6839"
},
{
"name": "CVE-2023-1906",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1906"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-38051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38051"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2022-34526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34526"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2023-47471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47471"
},
{
"name": "CVE-2022-2868",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2868"
},
{
"name": "CVE-2022-1771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1771"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2021-32492",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32492"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-55005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55005"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-38044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38044"
},
{
"name": "CVE-2022-1586",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1586"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2025-38498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38498"
},
{
"name": "CVE-2025-40015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40015"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2025-21829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21829"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2018-16645",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16645"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38039"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2022-21443",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21443"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-40007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40007"
},
{
"name": "CVE-2024-58072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58072"
},
{
"name": "CVE-2025-38273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38273"
},
{
"name": "CVE-2025-38346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38346"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2018-11813",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11813"
},
{
"name": "CVE-2025-21722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21722"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-21793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21793"
},
{
"name": "CVE-2022-2719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2719"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2022-45873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45873"
},
{
"name": "CVE-2023-34151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34151"
},
{
"name": "CVE-2023-51384",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51384"
},
{
"name": "CVE-2021-43809",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43809"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2015-1606",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-1606"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2023-3896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3896"
},
{
"name": "CVE-2023-2908",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2908"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2025-21854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21854"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2020-21599",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21599"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2013-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-0340"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2023-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32611"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2015-20107",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-20107"
},
{
"name": "CVE-2023-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39978"
},
{
"name": "CVE-2024-34397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34397"
},
{
"name": "CVE-2025-38320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38320"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8177"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2024-58083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58083"
},
{
"name": "CVE-2021-20311",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20311"
},
{
"name": "CVE-2024-58055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58055"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2023-28486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28486"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2025-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2021-20241",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20241"
},
{
"name": "CVE-2017-12674",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12674"
},
{
"name": "CVE-2023-0800",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0800"
},
{
"name": "CVE-2025-62171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62171"
},
{
"name": "CVE-2025-38280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38280"
},
{
"name": "CVE-2023-5388",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5388"
},
{
"name": "CVE-2018-1000078",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000078"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2025-50950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50950"
},
{
"name": "CVE-2020-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21605"
},
{
"name": "CVE-2024-54534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54534"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-38084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38084"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2017-1000476",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000476"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2025-6921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6921"
},
{
"name": "CVE-2015-8863",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8863"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2018-11656",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11656"
},
{
"name": "CVE-2025-38103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38103"
},
{
"name": "CVE-2022-2127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2127"
},
{
"name": "CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"name": "CVE-2025-38514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38514"
},
{
"name": "CVE-2018-19876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19876"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-20310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20310"
},
{
"name": "CVE-2021-20245",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20245"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2025-38569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38569"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2023-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22796"
},
{
"name": "CVE-2025-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21875"
},
{
"name": "CVE-2023-0361",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0361"
},
{
"name": "CVE-2025-38204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38204"
},
{
"name": "CVE-2021-40812",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40812"
},
{
"name": "CVE-2021-4217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4217"
},
{
"name": "CVE-2023-32643",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32643"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2025-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22015"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2018-9135",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9135"
},
{
"name": "CVE-2025-38410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38410"
},
{
"name": "CVE-2025-21790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21790"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2021-39212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39212"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21680"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2017-12433",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12433"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2021-3574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3574"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-58006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58006"
},
{
"name": "CVE-2025-21710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21710"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2025-22088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22088"
},
{
"name": "CVE-2025-38460",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38460"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2025-38345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38345"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-21815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21815"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2017-6836",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6836"
},
{
"name": "CVE-2021-3500",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3500"
},
{
"name": "CVE-2022-25310",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25310"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2021-20251",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20251"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2021-33621",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33621"
},
{
"name": "CVE-2025-57807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57807"
},
{
"name": "CVE-2025-38231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38231"
},
{
"name": "CVE-2022-26488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26488"
},
{
"name": "CVE-2025-21716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21716"
},
{
"name": "CVE-2024-49761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-3777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3777"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2018-18384",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18384"
},
{
"name": "CVE-2024-58080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58080"
},
{
"name": "CVE-2025-21744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21744"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-32665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32665"
},
{
"name": "CVE-2025-31498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31498"
},
{
"name": "CVE-2022-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30698"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2024-57986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57986"
},
{
"name": "CVE-2021-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37750"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2021-20244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20244"
},
{
"name": "CVE-2025-38181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38181"
},
{
"name": "CVE-2025-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21835"
},
{
"name": "CVE-2025-38391",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38391"
},
{
"name": "CVE-2025-11411",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11411"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2022-3570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3570"
},
{
"name": "CVE-2016-9844",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9844"
},
{
"name": "CVE-2019-13136",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13136"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2021-36222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36222"
},
{
"name": "CVE-2021-3941",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3941"
},
{
"name": "CVE-2022-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0561"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2025-21811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21811"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-06T00:00:00",
"last_revision_date": "2025-11-06T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0969",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-06T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36320",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36320"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36423",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36423"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36364"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36351"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36424",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36424"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36412",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36412"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36388",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36388"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36426",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36426"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36411",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36411"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36357",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36357"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36408",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36408"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36349",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36349"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36414",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36414"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36397",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36397"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36389",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36389"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36398",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36398"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36380",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36380"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36407"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36362",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36362"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36413",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36413"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36384",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36384"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36379",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36379"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36400",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36400"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36377",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36377"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36368",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36368"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36418",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36418"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36420",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36420"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36391",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36391"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36392",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36392"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36353",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36353"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-14",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36356"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36422",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36422"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36381",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36381"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36421",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36421"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36416",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36416"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-86",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36415"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36403",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36403"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36347",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36347"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36383",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36383"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36410",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36410"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36352",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36352"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36394",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36394"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36354",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36354"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36399",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36399"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36350"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36419",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36419"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-85",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36401"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36365"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36405",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36405"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36367"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36395",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36395"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36387",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36387"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36363",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36363"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36385",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36385"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36409",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36409"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36359"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36348",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36348"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36386",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36386"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36417",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36417"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36425",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36425"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36366"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36360"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36355",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36355"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36358"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36396",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36396"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36378",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36378"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36382",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36382"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36404",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36404"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36361"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36402",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36402"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36393",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36393"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36406",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36406"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36390",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36390"
}
]
}
CERTFR-2025-AVI-0473
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Splunk. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une injection de code indirecte à distance (XSS) et un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 9.3.2411.x antérieures à 9.3.2411.102 | ||
| Splunk | Universal Forwarder | Universal Forwarder versions 9.3.x antérieures à 9.3.4 | ||
| Splunk | Universal Forwarder | Universal Forwarder versions 9.2.x antérieures à 9.2.6 | ||
| Splunk | Universal Forwarder | Universal Forwarder versions 9.4.x antérieures à 9.4.2 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.1.x antérieures à 9.1.9 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 9.3.2408.x antérieures à 9.3.2408.111 | ||
| Splunk | Universal Forwarder | Universal Forwarder versions 9.1.x antérieures à 9.1.9 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.4.x antérieures à 9.4.2 | ||
| Splunk | Splunk Cloud Platform | Splunk Cloud Platform versions 9.3.2406.x antérieures à 9.3.2406.118 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.2.x antérieures à 9.2.6 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.3.x antérieures à 9.3.4 |
| Title | Publication Time | Tags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Splunk Cloud Platform versions 9.3.2411.x ant\u00e9rieures \u00e0 9.3.2411.102",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder versions 9.3.x ant\u00e9rieures \u00e0 9.3.4",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder versions 9.2.x ant\u00e9rieures \u00e0 9.2.6",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder versions 9.4.x ant\u00e9rieures \u00e0 9.4.2",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.1.x ant\u00e9rieures \u00e0 9.1.9",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 9.3.2408.x ant\u00e9rieures \u00e0 9.3.2408.111",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder versions 9.1.x ant\u00e9rieures \u00e0 9.1.9",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.4.x ant\u00e9rieures \u00e0 9.4.2",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud Platform versions 9.3.2406.x ant\u00e9rieures \u00e0 9.3.2406.118",
"product": {
"name": "Splunk Cloud Platform",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.2.x ant\u00e9rieures \u00e0 9.2.6",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.3.x ant\u00e9rieures \u00e0 9.3.4",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-53259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53259"
},
{
"name": "CVE-2025-20298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-20298"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2022-31159",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31159"
},
{
"name": "CVE-2025-20297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-20297"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
}
],
"initial_release_date": "2025-06-03T00:00:00",
"last_revision_date": "2025-06-03T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0473",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-06-03T00:00:00.000000"
}
],
"risks": [
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Splunk. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es, une injection de code indirecte \u00e0 distance (XSS) et un contournement de la politique de s\u00e9curit\u00e9.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
"vendor_advisories": [
{
"published_at": "2025-06-02",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0602",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0602"
},
{
"published_at": "2025-06-02",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0603",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0603"
},
{
"published_at": "2025-06-02",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0601",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0601"
},
{
"published_at": "2025-06-02",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0604",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0604"
}
]
}
CERTFR-2025-AVI-0532
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Splunk. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Splunk | Universal Forwarder | Universal Forwarder versions 9.3.x antérieures à 9.3.4 | ||
| Splunk | Splunk Operator for Kubernetes | Splunk Operator for Kubernetes versions antérieures à 2.8.0 | ||
| Splunk | Universal Forwarder | Universal Forwarder versions 9.2.x antérieures à 9.2.6 | ||
| Splunk | Splunk | Splunk versions 9.3.x antérieures à 9.3.4 | ||
| Splunk | Universal Forwarder | Universal Forwarder versions 9.4.x antérieures à 9.4.2 | ||
| Splunk | Universal Forwarder | Universal Forwarder versions 9.1.x antérieures à 9.1.9 | ||
| Splunk | Splunk | Splunk versions 9.1.x antérieures à 9.1.9 | ||
| Splunk | Splunk | Splunk versions 9.2.x antérieures à 9.2.6 | ||
| Splunk | Splunk | Splunk versions 9.4.x antérieures à 9.4.2 | ||
| Splunk | Splunk AppDynamics Smart Agent | Splunk AppDynamics Smart Agent versions antérieures à 25.5.1 |
| Title | Publication Time | Tags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Universal Forwarder versions 9.3.x ant\u00e9rieures \u00e0 9.3.4",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Operator for Kubernetes versions ant\u00e9rieures \u00e0 2.8.0",
"product": {
"name": "Splunk Operator for Kubernetes",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder versions 9.2.x ant\u00e9rieures \u00e0 9.2.6",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk versions 9.3.x ant\u00e9rieures \u00e0 9.3.4",
"product": {
"name": "Splunk",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder versions 9.4.x ant\u00e9rieures \u00e0 9.4.2",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Universal Forwarder versions 9.1.x ant\u00e9rieures \u00e0 9.1.9",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk versions 9.1.x ant\u00e9rieures \u00e0 9.1.9",
"product": {
"name": "Splunk",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk versions 9.2.x ant\u00e9rieures \u00e0 9.2.6",
"product": {
"name": "Splunk",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk versions 9.4.x ant\u00e9rieures \u00e0 9.4.2",
"product": {
"name": "Splunk",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk AppDynamics Smart Agent versions ant\u00e9rieures \u00e0 25.5.1",
"product": {
"name": "Splunk AppDynamics Smart Agent",
"vendor": {
"name": "Splunk",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
}
],
"initial_release_date": "2025-06-24T00:00:00",
"last_revision_date": "2025-06-24T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0532",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-06-24T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Splunk. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
"vendor_advisories": [
{
"published_at": "2025-06-23",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0607",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0607"
},
{
"published_at": "2025-06-23",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0610",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0610"
},
{
"published_at": "2025-06-23",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0608",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0608"
},
{
"published_at": "2025-06-23",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0609",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0609"
}
]
}
CERTFR-2025-AVI-0452
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Security QRadar EDR | Security QRadar EDR versions 3.12.x antérieures à 3.12.17 | ||
| IBM | WebSphere | WebSphere Application Server versions 9.x sans les derniers correctifs de sécurité | ||
| IBM | WebSphere Service Registry and Repository | WebSphere Service Registry and Repository versions 8.5.x sans les derniers correctifs de sécurité | ||
| IBM | WebSphere | WebSphere Application Server versions 8.5.x sans le correctif PH66499 ou antérieures à 8.5.5.28 (correctif prévu au troisième trimestre 2025) |
| Title | Publication Time | Tags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Security QRadar EDR versions 3.12.x ant\u00e9rieures \u00e0 3.12.17",
"product": {
"name": "Security QRadar EDR",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server versions 9.x sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Service Registry and Repository versions 8.5.x sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere Service Registry and Repository",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server versions 8.5.x sans le correctif PH66499 ou ant\u00e9rieures \u00e0 8.5.5.28 (correctif pr\u00e9vu au troisi\u00e8me trimestre 2025)",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-4447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4447"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-45641",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45641"
},
{
"name": "CVE-2025-27152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2023-33861",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33861"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
}
],
"initial_release_date": "2025-05-23T00:00:00",
"last_revision_date": "2025-05-23T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0452",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-05-23T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-05-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7234068",
"url": "https://www.ibm.com/support/pages/node/7234068"
},
{
"published_at": "2025-05-16",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7233442",
"url": "https://www.ibm.com/support/pages/node/7233442"
},
{
"published_at": "2025-05-20",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7233972",
"url": "https://www.ibm.com/support/pages/node/7233972"
},
{
"published_at": "2025-05-20",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7234028",
"url": "https://www.ibm.com/support/pages/node/7234028"
}
]
}
CERTFR-2025-AVI-0641
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Splunk. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Splunk | Enterprise Security | Enterprise Security versions antérieures à 8.1.0 | ||
| Splunk | Splunk User Behavior Analytics (UBA) | User Behavior Analytics (UBA) versions antérieures à 5.4.3 |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Enterprise Security versions ant\u00e9rieures \u00e0 8.1.0",
"product": {
"name": "Enterprise Security",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "User Behavior Analytics (UBA) versions ant\u00e9rieures \u00e0 5.4.3",
"product": {
"name": "Splunk User Behavior Analytics (UBA)",
"vendor": {
"name": "Splunk",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2024-42459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42459"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2023-5590",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5590"
},
{
"name": "CVE-2024-49766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49766"
},
{
"name": "CVE-2024-42460",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42460"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2024-31141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31141"
},
{
"name": "CVE-2022-33987",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33987"
},
{
"name": "CVE-2024-40635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40635"
},
{
"name": "CVE-2024-48948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48948"
},
{
"name": "CVE-2025-25977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25977"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2024-56128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56128"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2024-49767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49767"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-42461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42461"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2023-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38039"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
}
],
"initial_release_date": "2025-07-31T00:00:00",
"last_revision_date": "2025-07-31T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0641",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-07-31T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Splunk. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
"vendor_advisories": [
{
"published_at": "2025-07-30",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0715",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0715"
},
{
"published_at": "2025-07-30",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0713",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0713"
},
{
"published_at": "2025-07-30",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0714",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0714"
}
]
}
CERTFR-2025-AVI-0754
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Gemfire | Tanzu GemFire Management Console versions antérieures à 1.4.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions antérieures à 7.5.4 |
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu GemFire Management Console versions ant\u00e9rieures \u00e0 1.4.0",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions ant\u00e9rieures \u00e0 7.5.4",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2021-45078",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45078"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2024-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35255"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"name": "CVE-2022-44840",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44840"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
}
],
"initial_release_date": "2025-09-04T00:00:00",
"last_revision_date": "2025-09-04T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0754",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-09-04T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-09-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware TNZ-2025-0094",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36085"
},
{
"published_at": "2025-09-03",
"title": "Bulletin de s\u00e9curit\u00e9 VMware TNZ-2025-0095",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36086"
}
]
}
CERTFR-2025-AVI-0756
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment 10.2.2+LTS-T | ||
| VMware | Tanzu | Tanzu for MySQL on Cloud Foundry versions antérieures à 10.0.2 | ||
| VMware | Tanzu | Java Buildpack versions antérieures à 4.84.0 | ||
| VMware | Tanzu | Stemcells pour Ubuntu Jammy Azure Light versions antérieures à 1.894 | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment versions antérieures à 10.0.9 | ||
| VMware | Tanzu | Tanzu Scheduler versions antérieures à 2.0.20 | ||
| VMware | Tanzu | Spring Cloud Services for VMware Tanzu versions antérieures à 3.3.9 | ||
| VMware | Tanzu | Tanzu GemFire versions antérieures à 10.1.4 | ||
| VMware | Tanzu Operations Manager | Tanzu Operations Manager versions antérieures à 3.1.2 | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment versions antérieures à 6.0.19+LTS-T | ||
| VMware | Tanzu | Single Sign-On for VMware Tanzu Application Service versions antérieures à 1.16.12 | ||
| VMware | Tanzu | Tanzu Hub versions antérieures à 10.2.1 | ||
| VMware | Tanzu | Stemcells pour Ubuntu Jammy versions antérieures à 1.894 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform for Cloud Foundry isolation segment 10.2.2+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu for MySQL on Cloud Foundry versions ant\u00e9rieures \u00e0 10.0.2",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Java Buildpack versions ant\u00e9rieures \u00e0 4.84.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells pour Ubuntu Jammy Azure Light versions ant\u00e9rieures \u00e0 1.894",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.0.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Scheduler versions ant\u00e9rieures \u00e0 2.0.20",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services for VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.9",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire versions ant\u00e9rieures \u00e0 10.1.4",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Operations Manager versions ant\u00e9rieures \u00e0 3.1.2",
"product": {
"name": "Tanzu Operations Manager",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.19+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On for VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.12",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.2.1",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells pour Ubuntu Jammy versions ant\u00e9rieures \u00e0 1.894",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2021-44832",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44832"
},
{
"name": "CVE-2021-45105",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45105"
},
{
"name": "CVE-2021-44228",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44228"
},
{
"name": "CVE-2013-1548",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-1548"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2017-8046",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8046"
},
{
"name": "CVE-2018-3280",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3280"
},
{
"name": "CVE-2018-3137",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3137"
},
{
"name": "CVE-2018-3285",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3285"
},
{
"name": "CVE-2018-3182",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3182"
},
{
"name": "CVE-2018-3186",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3186"
},
{
"name": "CVE-2018-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3195"
},
{
"name": "CVE-2018-3286",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3286"
},
{
"name": "CVE-2018-3170",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3170"
},
{
"name": "CVE-2018-3279",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3279"
},
{
"name": "CVE-2018-3212",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3212"
},
{
"name": "CVE-2018-3203",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3203"
},
{
"name": "CVE-2018-3145",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3145"
},
{
"name": "CVE-2019-2530",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2530"
},
{
"name": "CVE-2019-2436",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2436"
},
{
"name": "CVE-2019-2539",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2539"
},
{
"name": "CVE-2019-2494",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2494"
},
{
"name": "CVE-2019-2535",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2535"
},
{
"name": "CVE-2019-2533",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2533"
},
{
"name": "CVE-2019-2495",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2495"
},
{
"name": "CVE-2019-2513",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2513"
},
{
"name": "CVE-2019-2536",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2536"
},
{
"name": "CVE-2019-2502",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2502"
},
{
"name": "CVE-2019-2634",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2634"
},
{
"name": "CVE-2019-2587",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2587"
},
{
"name": "CVE-2019-2584",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2584"
},
{
"name": "CVE-2019-2691",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2691"
},
{
"name": "CVE-2019-2606",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2606"
},
{
"name": "CVE-2019-2630",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2630"
},
{
"name": "CVE-2019-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2624"
},
{
"name": "CVE-2019-2623",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2623"
},
{
"name": "CVE-2019-2695",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2695"
},
{
"name": "CVE-2019-2596",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2596"
},
{
"name": "CVE-2019-2580",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2580"
},
{
"name": "CVE-2019-2644",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2644"
},
{
"name": "CVE-2019-2681",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2681"
},
{
"name": "CVE-2019-2617",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2617"
},
{
"name": "CVE-2019-2636",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2636"
},
{
"name": "CVE-2019-2689",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2689"
},
{
"name": "CVE-2019-2693",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2693"
},
{
"name": "CVE-2019-2593",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2593"
},
{
"name": "CVE-2019-2625",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2625"
},
{
"name": "CVE-2019-2585",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2585"
},
{
"name": "CVE-2019-2631",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2631"
},
{
"name": "CVE-2019-2694",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2694"
},
{
"name": "CVE-2019-2620",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2620"
},
{
"name": "CVE-2019-2688",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2688"
},
{
"name": "CVE-2019-2589",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2589"
},
{
"name": "CVE-2019-2635",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2635"
},
{
"name": "CVE-2019-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2626"
},
{
"name": "CVE-2019-2686",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2686"
},
{
"name": "CVE-2019-2685",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2685"
},
{
"name": "CVE-2019-2687",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2687"
},
{
"name": "CVE-2019-2607",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2607"
},
{
"name": "CVE-2019-7317",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7317"
},
{
"name": "CVE-2019-2811",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2811"
},
{
"name": "CVE-2019-2740",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2740"
},
{
"name": "CVE-2019-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2879"
},
{
"name": "CVE-2019-2808",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2808"
},
{
"name": "CVE-2019-2738",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2738"
},
{
"name": "CVE-2019-2819",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2819"
},
{
"name": "CVE-2019-2737",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2737"
},
{
"name": "CVE-2019-2814",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2814"
},
{
"name": "CVE-2019-2778",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2778"
},
{
"name": "CVE-2019-2822",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2822"
},
{
"name": "CVE-2019-2802",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2802"
},
{
"name": "CVE-2019-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2803"
},
{
"name": "CVE-2019-2752",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2752"
},
{
"name": "CVE-2019-2826",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2826"
},
{
"name": "CVE-2019-2784",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2784"
},
{
"name": "CVE-2019-2789",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2789"
},
{
"name": "CVE-2019-2801",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2801"
},
{
"name": "CVE-2019-2791",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2791"
},
{
"name": "CVE-2019-2798",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2798"
},
{
"name": "CVE-2019-2796",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2796"
},
{
"name": "CVE-2019-2815",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2815"
},
{
"name": "CVE-2019-2810",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2810"
},
{
"name": "CVE-2019-2780",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2780"
},
{
"name": "CVE-2019-2758",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2758"
},
{
"name": "CVE-2019-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2757"
},
{
"name": "CVE-2019-2785",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2785"
},
{
"name": "CVE-2019-2747",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2747"
},
{
"name": "CVE-2019-2741",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2741"
},
{
"name": "CVE-2019-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2830"
},
{
"name": "CVE-2019-2834",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2834"
},
{
"name": "CVE-2019-2743",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2743"
},
{
"name": "CVE-2019-2739",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2739"
},
{
"name": "CVE-2019-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2805"
},
{
"name": "CVE-2019-2797",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2797"
},
{
"name": "CVE-2019-2774",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2774"
},
{
"name": "CVE-2019-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2795"
},
{
"name": "CVE-2019-2746",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2746"
},
{
"name": "CVE-2019-2812",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2812"
},
{
"name": "CVE-2019-2924",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2924"
},
{
"name": "CVE-2019-2914",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2914"
},
{
"name": "CVE-2019-2960",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2960"
},
{
"name": "CVE-2019-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2923"
},
{
"name": "CVE-2019-2968",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2968"
},
{
"name": "CVE-2019-2993",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2993"
},
{
"name": "CVE-2019-3009",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3009"
},
{
"name": "CVE-2019-2969",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2969"
},
{
"name": "CVE-2019-3011",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3011"
},
{
"name": "CVE-2019-2967",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2967"
},
{
"name": "CVE-2019-2946",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2946"
},
{
"name": "CVE-2019-2966",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2966"
},
{
"name": "CVE-2019-2957",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2957"
},
{
"name": "CVE-2019-2948",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2948"
},
{
"name": "CVE-2019-2922",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2922"
},
{
"name": "CVE-2019-3004",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3004"
},
{
"name": "CVE-2019-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2998"
},
{
"name": "CVE-2019-2911",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2911"
},
{
"name": "CVE-2019-2950",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2950"
},
{
"name": "CVE-2019-2910",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2910"
},
{
"name": "CVE-2019-3018",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3018"
},
{
"name": "CVE-2019-2974",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2974"
},
{
"name": "CVE-2019-2991",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2991"
},
{
"name": "CVE-2019-2997",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2997"
},
{
"name": "CVE-2019-2938",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2938"
},
{
"name": "CVE-2019-3003",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3003"
},
{
"name": "CVE-2019-2982",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2982"
},
{
"name": "CVE-2019-2963",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2963"
},
{
"name": "CVE-2020-2579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2579"
},
{
"name": "CVE-2020-2584",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2584"
},
{
"name": "CVE-2020-2577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2577"
},
{
"name": "CVE-2020-2679",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2679"
},
{
"name": "CVE-2020-2570",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2570"
},
{
"name": "CVE-2020-2572",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2572"
},
{
"name": "CVE-2020-2627",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2627"
},
{
"name": "CVE-2020-2660",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2660"
},
{
"name": "CVE-2020-2589",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2589"
},
{
"name": "CVE-2020-2573",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2573"
},
{
"name": "CVE-2020-2686",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2686"
},
{
"name": "CVE-2020-2694",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2694"
},
{
"name": "CVE-2020-2574",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2574"
},
{
"name": "CVE-2020-2770",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2770"
},
{
"name": "CVE-2020-2925",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2925"
},
{
"name": "CVE-2020-2853",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2853"
},
{
"name": "CVE-2020-2774",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2774"
},
{
"name": "CVE-2020-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2928"
},
{
"name": "CVE-2020-2897",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2897"
},
{
"name": "CVE-2020-2812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2812"
},
{
"name": "CVE-2020-2765",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2765"
},
{
"name": "CVE-2020-2761",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2761"
},
{
"name": "CVE-2020-2790",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2790"
},
{
"name": "CVE-2020-2752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2752"
},
{
"name": "CVE-2020-2904",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2904"
},
{
"name": "CVE-2020-2893",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2893"
},
{
"name": "CVE-2020-2760",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2760"
},
{
"name": "CVE-2020-2780",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2780"
},
{
"name": "CVE-2020-2903",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2903"
},
{
"name": "CVE-2020-2924",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2924"
},
{
"name": "CVE-2020-2806",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2806"
},
{
"name": "CVE-2020-2922",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2922"
},
{
"name": "CVE-2020-2901",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2901"
},
{
"name": "CVE-2020-2926",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2926"
},
{
"name": "CVE-2020-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2923"
},
{
"name": "CVE-2020-2921",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2921"
},
{
"name": "CVE-2020-2779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2779"
},
{
"name": "CVE-2020-2892",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2892"
},
{
"name": "CVE-2020-2896",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2896"
},
{
"name": "CVE-2020-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2804"
},
{
"name": "CVE-2020-2895",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2895"
},
{
"name": "CVE-2020-2930",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2930"
},
{
"name": "CVE-2020-2814",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2814"
},
{
"name": "CVE-2020-2759",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2759"
},
{
"name": "CVE-2020-2763",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2763"
},
{
"name": "CVE-2020-14550",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14550"
},
{
"name": "CVE-2020-14567",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14567"
},
{
"name": "CVE-2020-14559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14559"
},
{
"name": "CVE-2020-14576",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14576"
},
{
"name": "CVE-2020-14540",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14540"
},
{
"name": "CVE-2020-14547",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14547"
},
{
"name": "CVE-2020-14553",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14553"
},
{
"name": "CVE-2020-14539",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14539"
},
{
"name": "CVE-2020-14845",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14845"
},
{
"name": "CVE-2020-14799",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14799"
},
{
"name": "CVE-2020-14793",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14793"
},
{
"name": "CVE-2020-14888",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14888"
},
{
"name": "CVE-2020-14790",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14790"
},
{
"name": "CVE-2020-14789",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14789"
},
{
"name": "CVE-2020-14672",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14672"
},
{
"name": "CVE-2020-14846",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14846"
},
{
"name": "CVE-2020-14771",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14771"
},
{
"name": "CVE-2020-14873",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14873"
},
{
"name": "CVE-2020-14791",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14791"
},
{
"name": "CVE-2020-14769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14769"
},
{
"name": "CVE-2020-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14844"
},
{
"name": "CVE-2020-14809",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14809"
},
{
"name": "CVE-2020-14860",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14860"
},
{
"name": "CVE-2020-14866",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14866"
},
{
"name": "CVE-2020-14861",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14861"
},
{
"name": "CVE-2020-14773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14773"
},
{
"name": "CVE-2020-14776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14776"
},
{
"name": "CVE-2020-14852",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14852"
},
{
"name": "CVE-2020-14760",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14760"
},
{
"name": "CVE-2020-14870",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14870"
},
{
"name": "CVE-2020-14837",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14837"
},
{
"name": "CVE-2020-14893",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14893"
},
{
"name": "CVE-2020-14836",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14836"
},
{
"name": "CVE-2020-14829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14829"
},
{
"name": "CVE-2020-14868",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14868"
},
{
"name": "CVE-2020-14827",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14827"
},
{
"name": "CVE-2020-14839",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14839"
},
{
"name": "CVE-2020-14777",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14777"
},
{
"name": "CVE-2020-14812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14812"
},
{
"name": "CVE-2020-14775",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14775"
},
{
"name": "CVE-2020-14838",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14838"
},
{
"name": "CVE-2020-14869",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14869"
},
{
"name": "CVE-2020-14765",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14765"
},
{
"name": "CVE-2020-14814",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14814"
},
{
"name": "CVE-2020-14821",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14821"
},
{
"name": "CVE-2020-14830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14830"
},
{
"name": "CVE-2020-14828",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14828"
},
{
"name": "CVE-2020-14804",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14804"
},
{
"name": "CVE-2020-14800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14800"
},
{
"name": "CVE-2020-14891",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14891"
},
{
"name": "CVE-2020-14848",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14848"
},
{
"name": "CVE-2020-14867",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14867"
},
{
"name": "CVE-2020-14785",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14785"
},
{
"name": "CVE-2020-14794",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14794"
},
{
"name": "CVE-2020-14786",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14786"
},
{
"name": "CVE-2020-15358",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15358"
},
{
"name": "CVE-2020-1971",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1971"
},
{
"name": "CVE-2021-2010",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2010"
},
{
"name": "CVE-2021-2001",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2001"
},
{
"name": "CVE-2021-2060",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2060"
},
{
"name": "CVE-2021-2014",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2014"
},
{
"name": "CVE-2021-2032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2032"
},
{
"name": "CVE-2021-2036",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2036"
},
{
"name": "CVE-2021-2007",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2007"
},
{
"name": "CVE-2021-2011",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2011"
},
{
"name": "CVE-2021-2022",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2022"
},
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2021-2308",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2308"
},
{
"name": "CVE-2021-2213",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2213"
},
{
"name": "CVE-2021-2172",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2172"
},
{
"name": "CVE-2021-2293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2293"
},
{
"name": "CVE-2021-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2208"
},
{
"name": "CVE-2021-2196",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2196"
},
{
"name": "CVE-2021-2194",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2194"
},
{
"name": "CVE-2021-2298",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2298"
},
{
"name": "CVE-2021-2162",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2162"
},
{
"name": "CVE-2021-2179",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2179"
},
{
"name": "CVE-2021-2307",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2307"
},
{
"name": "CVE-2021-2217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2217"
},
{
"name": "CVE-2021-2180",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2180"
},
{
"name": "CVE-2021-2203",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2203"
},
{
"name": "CVE-2021-2144",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2144"
},
{
"name": "CVE-2021-2226",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2226"
},
{
"name": "CVE-2021-2232",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2232"
},
{
"name": "CVE-2021-2169",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2169"
},
{
"name": "CVE-2021-2301",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2301"
},
{
"name": "CVE-2021-2202",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2202"
},
{
"name": "CVE-2021-2166",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2166"
},
{
"name": "CVE-2021-2174",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2174"
},
{
"name": "CVE-2021-2154",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2154"
},
{
"name": "CVE-2021-2193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2193"
},
{
"name": "CVE-2021-2300",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2300"
},
{
"name": "CVE-2021-2299",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2299"
},
{
"name": "CVE-2021-2212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2212"
},
{
"name": "CVE-2021-2178",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2178"
},
{
"name": "CVE-2021-2146",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2146"
},
{
"name": "CVE-2021-2230",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2230"
},
{
"name": "CVE-2021-2278",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2278"
},
{
"name": "CVE-2021-2164",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2164"
},
{
"name": "CVE-2021-2201",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2201"
},
{
"name": "CVE-2021-2170",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2170"
},
{
"name": "CVE-2021-2304",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2304"
},
{
"name": "CVE-2021-2160",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2160"
},
{
"name": "CVE-2021-2171",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2171"
},
{
"name": "CVE-2021-2305",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2305"
},
{
"name": "CVE-2021-2215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2215"
},
{
"name": "CVE-2021-25214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25214"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2020-10878",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10878"
},
{
"name": "CVE-2021-2370",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2370"
},
{
"name": "CVE-2021-2389",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2389"
},
{
"name": "CVE-2021-2444",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2444"
},
{
"name": "CVE-2021-2429",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2429"
},
{
"name": "CVE-2021-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2426"
},
{
"name": "CVE-2021-2427",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2427"
},
{
"name": "CVE-2021-2339",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2339"
},
{
"name": "CVE-2021-2425",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2425"
},
{
"name": "CVE-2021-2387",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2387"
},
{
"name": "CVE-2021-2383",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2383"
},
{
"name": "CVE-2021-2372",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2372"
},
{
"name": "CVE-2021-2399",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2399"
},
{
"name": "CVE-2021-2384",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2384"
},
{
"name": "CVE-2021-2412",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2412"
},
{
"name": "CVE-2021-2441",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2441"
},
{
"name": "CVE-2021-2410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2410"
},
{
"name": "CVE-2021-2342",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2342"
},
{
"name": "CVE-2021-2437",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2437"
},
{
"name": "CVE-2021-2417",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2417"
},
{
"name": "CVE-2021-2424",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2424"
},
{
"name": "CVE-2021-2385",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2385"
},
{
"name": "CVE-2021-2357",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2357"
},
{
"name": "CVE-2021-2352",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2352"
},
{
"name": "CVE-2021-2402",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2402"
},
{
"name": "CVE-2021-2440",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2440"
},
{
"name": "CVE-2021-2340",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2340"
},
{
"name": "CVE-2021-2390",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2390"
},
{
"name": "CVE-2021-2374",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2374"
},
{
"name": "CVE-2021-2356",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2356"
},
{
"name": "CVE-2021-2411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2411"
},
{
"name": "CVE-2021-2418",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2418"
},
{
"name": "CVE-2021-2367",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2367"
},
{
"name": "CVE-2021-2354",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2354"
},
{
"name": "CVE-2021-2422",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2422"
},
{
"name": "CVE-2020-10543",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10543"
},
{
"name": "CVE-2020-12723",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12723"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2021-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23337"
},
{
"name": "CVE-2020-28500",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28500"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2021-35640",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35640"
},
{
"name": "CVE-2021-35626",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35626"
},
{
"name": "CVE-2021-2478",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2478"
},
{
"name": "CVE-2021-35624",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35624"
},
{
"name": "CVE-2021-35583",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35583"
},
{
"name": "CVE-2021-35628",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35628"
},
{
"name": "CVE-2021-35630",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35630"
},
{
"name": "CVE-2021-35644",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35644"
},
{
"name": "CVE-2021-2479",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2479"
},
{
"name": "CVE-2021-35638",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35638"
},
{
"name": "CVE-2021-35646",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35646"
},
{
"name": "CVE-2021-35596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35596"
},
{
"name": "CVE-2021-35643",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35643"
},
{
"name": "CVE-2021-35637",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35637"
},
{
"name": "CVE-2021-35623",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35623"
},
{
"name": "CVE-2021-35632",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35632"
},
{
"name": "CVE-2021-35641",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35641"
},
{
"name": "CVE-2021-35604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35604"
},
{
"name": "CVE-2021-35636",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35636"
},
{
"name": "CVE-2021-35546",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35546"
},
{
"name": "CVE-2021-35627",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35627"
},
{
"name": "CVE-2021-35625",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35625"
},
{
"name": "CVE-2021-35608",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35608"
},
{
"name": "CVE-2021-35597",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35597"
},
{
"name": "CVE-2021-35537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35537"
},
{
"name": "CVE-2021-2481",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2481"
},
{
"name": "CVE-2021-35622",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35622"
},
{
"name": "CVE-2021-35610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35610"
},
{
"name": "CVE-2021-35633",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35633"
},
{
"name": "CVE-2021-35634",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35634"
},
{
"name": "CVE-2021-35629",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35629"
},
{
"name": "CVE-2021-35631",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35631"
},
{
"name": "CVE-2021-35645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35645"
},
{
"name": "CVE-2021-35647",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35647"
},
{
"name": "CVE-2021-35612",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35612"
},
{
"name": "CVE-2021-35639",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35639"
},
{
"name": "CVE-2021-35648",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35648"
},
{
"name": "CVE-2021-35607",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35607"
},
{
"name": "CVE-2021-35602",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35602"
},
{
"name": "CVE-2021-35577",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35577"
},
{
"name": "CVE-2021-35642",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35642"
},
{
"name": "CVE-2021-35575",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35575"
},
{
"name": "CVE-2021-35635",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35635"
},
{
"name": "CVE-2021-35591",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35591"
},
{
"name": "CVE-2021-25219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25219"
},
{
"name": "CVE-2021-3875",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3875"
},
{
"name": "CVE-2019-10744",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10744"
},
{
"name": "CVE-2022-21352",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21352"
},
{
"name": "CVE-2022-21304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21304"
},
{
"name": "CVE-2022-21254",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21254"
},
{
"name": "CVE-2022-21265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21265"
},
{
"name": "CVE-2022-21348",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21348"
},
{
"name": "CVE-2022-21372",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21372"
},
{
"name": "CVE-2022-21245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21245"
},
{
"name": "CVE-2022-21368",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21368"
},
{
"name": "CVE-2022-21339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21339"
},
{
"name": "CVE-2022-21264",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21264"
},
{
"name": "CVE-2022-21297",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21297"
},
{
"name": "CVE-2022-21379",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21379"
},
{
"name": "CVE-2022-21253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21253"
},
{
"name": "CVE-2022-21301",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21301"
},
{
"name": "CVE-2022-21378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21378"
},
{
"name": "CVE-2022-21370",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21370"
},
{
"name": "CVE-2022-21302",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21302"
},
{
"name": "CVE-2022-21249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21249"
},
{
"name": "CVE-2022-21344",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21344"
},
{
"name": "CVE-2022-21270",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21270"
},
{
"name": "CVE-2022-21367",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21367"
},
{
"name": "CVE-2022-21342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21342"
},
{
"name": "CVE-2022-21362",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21362"
},
{
"name": "CVE-2022-21303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21303"
},
{
"name": "CVE-2022-21256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21256"
},
{
"name": "CVE-2022-21358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21358"
},
{
"name": "CVE-2022-21374",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21374"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2020-8203",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8203"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2021-4193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4193"
},
{
"name": "CVE-2020-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15366"
},
{
"name": "CVE-2022-22965",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22965"
},
{
"name": "CVE-2022-0213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0213"
},
{
"name": "CVE-2022-21418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21418"
},
{
"name": "CVE-2022-21412",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21412"
},
{
"name": "CVE-2022-21437",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21437"
},
{
"name": "CVE-2022-21478",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21478"
},
{
"name": "CVE-2022-21479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21479"
},
{
"name": "CVE-2022-21438",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21438"
},
{
"name": "CVE-2022-21440",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21440"
},
{
"name": "CVE-2022-21451",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21451"
},
{
"name": "CVE-2022-21427",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21427"
},
{
"name": "CVE-2022-21415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21415"
},
{
"name": "CVE-2022-21459",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21459"
},
{
"name": "CVE-2022-21460",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21460"
},
{
"name": "CVE-2022-21414",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21414"
},
{
"name": "CVE-2022-21413",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21413"
},
{
"name": "CVE-2022-21436",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21436"
},
{
"name": "CVE-2022-21435",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21435"
},
{
"name": "CVE-2022-21462",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21462"
},
{
"name": "CVE-2022-21444",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21444"
},
{
"name": "CVE-2022-21417",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21417"
},
{
"name": "CVE-2022-21457",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21457"
},
{
"name": "CVE-2022-21425",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21425"
},
{
"name": "CVE-2022-21452",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21452"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2021-4122",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4122"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2022-21525",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21525"
},
{
"name": "CVE-2022-21537",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21537"
},
{
"name": "CVE-2022-21455",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21455"
},
{
"name": "CVE-2022-21534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21534"
},
{
"name": "CVE-2022-21528",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21528"
},
{
"name": "CVE-2022-21529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21529"
},
{
"name": "CVE-2022-21531",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21531"
},
{
"name": "CVE-2022-21515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21515"
},
{
"name": "CVE-2022-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21538"
},
{
"name": "CVE-2022-21527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21527"
},
{
"name": "CVE-2022-21517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21517"
},
{
"name": "CVE-2022-21539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21539"
},
{
"name": "CVE-2022-21556",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21556"
},
{
"name": "CVE-2022-21509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21509"
},
{
"name": "CVE-2022-21553",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21553"
},
{
"name": "CVE-2022-21530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21530"
},
{
"name": "CVE-2022-21522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21522"
},
{
"name": "CVE-2022-21547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21547"
},
{
"name": "CVE-2022-21569",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21569"
},
{
"name": "CVE-2022-21526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21526"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2021-25220",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25220"
},
{
"name": "CVE-2022-0396",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0396"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2022-21592",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21592"
},
{
"name": "CVE-2022-21617",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21617"
},
{
"name": "CVE-2022-21595",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21595"
},
{
"name": "CVE-2022-21608",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21608"
},
{
"name": "CVE-2022-21589",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21589"
},
{
"name": "CVE-2023-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21863"
},
{
"name": "CVE-2023-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21873"
},
{
"name": "CVE-2023-21879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21879"
},
{
"name": "CVE-2023-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21880"
},
{
"name": "CVE-2023-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21869"
},
{
"name": "CVE-2023-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21872"
},
{
"name": "CVE-2023-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21877"
},
{
"name": "CVE-2023-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21870"
},
{
"name": "CVE-2023-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21887"
},
{
"name": "CVE-2023-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21836"
},
{
"name": "CVE-2023-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21881"
},
{
"name": "CVE-2023-21876",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21876"
},
{
"name": "CVE-2023-21840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21840"
},
{
"name": "CVE-2023-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21878"
},
{
"name": "CVE-2023-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21866"
},
{
"name": "CVE-2023-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21875"
},
{
"name": "CVE-2023-21865",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21865"
},
{
"name": "CVE-2023-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21883"
},
{
"name": "CVE-2023-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21867"
},
{
"name": "CVE-2023-21874",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21874"
},
{
"name": "CVE-2023-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21871"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2023-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21963"
},
{
"name": "CVE-2023-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21977"
},
{
"name": "CVE-2023-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21912"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2023-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22053"
},
{
"name": "CVE-2023-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22007"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2022-25883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25883"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2023-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22097"
},
{
"name": "CVE-2023-22084",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22084"
},
{
"name": "CVE-2023-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22026"
},
{
"name": "CVE-2023-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22028"
},
{
"name": "CVE-2023-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22015"
},
{
"name": "CVE-2023-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22103"
},
{
"name": "CVE-2023-22068",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22068"
},
{
"name": "CVE-2023-22078",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22078"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2023-22059",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22059"
},
{
"name": "CVE-2023-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22066"
},
{
"name": "CVE-2023-22114",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22114"
},
{
"name": "CVE-2023-22070",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22070"
},
{
"name": "CVE-2023-22032",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22032"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2021-22570",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22570"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2021-20193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20193"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-47100",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47100"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2022-27772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27772"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-26686",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26686"
},
{
"name": "CVE-2023-52572",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52572"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2023-3138",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3138"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2024-26739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26739"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2023-52757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52757"
},
{
"name": "CVE-2024-35866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35866"
},
{
"name": "CVE-2024-35867",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35867"
},
{
"name": "CVE-2024-35943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35943"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2024-35790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35790"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2024-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38540"
},
{
"name": "CVE-2024-38541",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38541"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2024-21137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21137"
},
{
"name": "CVE-2024-0760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0760"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2024-36908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36908"
},
{
"name": "CVE-2024-27402",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27402"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2022-48893",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48893"
},
{
"name": "CVE-2024-42322",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42322"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2023-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5841"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2024-46751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46751"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2024-46774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46774"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2022-21454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21454"
},
{
"name": "CVE-2024-21193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21193"
},
{
"name": "CVE-2024-21194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21194"
},
{
"name": "CVE-2024-21196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21196"
},
{
"name": "CVE-2024-21197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21197"
},
{
"name": "CVE-2024-21198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21198"
},
{
"name": "CVE-2024-21199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21199"
},
{
"name": "CVE-2024-21201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21201"
},
{
"name": "CVE-2024-21207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21207"
},
{
"name": "CVE-2024-21209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21209"
},
{
"name": "CVE-2024-21212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21212"
},
{
"name": "CVE-2024-21213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21213"
},
{
"name": "CVE-2024-21219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21219"
},
{
"name": "CVE-2024-21236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21236"
},
{
"name": "CVE-2024-21239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21239"
},
{
"name": "CVE-2024-21241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21241"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2024-10487",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10487"
},
{
"name": "CVE-2024-10458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10458"
},
{
"name": "CVE-2024-10459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10459"
},
{
"name": "CVE-2024-10460",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10460"
},
{
"name": "CVE-2024-10461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10461"
},
{
"name": "CVE-2024-10462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10462"
},
{
"name": "CVE-2024-10463",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10463"
},
{
"name": "CVE-2024-10464",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10464"
},
{
"name": "CVE-2024-10465",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10465"
},
{
"name": "CVE-2024-10466",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10466"
},
{
"name": "CVE-2024-10467",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10467"
},
{
"name": "CVE-2024-10468",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10468"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2024-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38286"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2024-46816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46816"
},
{
"name": "CVE-2024-11395",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11395"
},
{
"name": "CVE-2024-49960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2024-11691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11691"
},
{
"name": "CVE-2024-11692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11692"
},
{
"name": "CVE-2024-11693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11693"
},
{
"name": "CVE-2024-11694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11694"
},
{
"name": "CVE-2024-11695",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11695"
},
{
"name": "CVE-2024-11696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11696"
},
{
"name": "CVE-2024-11697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11697"
},
{
"name": "CVE-2024-11698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11698"
},
{
"name": "CVE-2024-11699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11699"
},
{
"name": "CVE-2024-11700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11700"
},
{
"name": "CVE-2024-11701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11701"
},
{
"name": "CVE-2024-11702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11702"
},
{
"name": "CVE-2024-11703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11703"
},
{
"name": "CVE-2024-11704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11704"
},
{
"name": "CVE-2024-11705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11705"
},
{
"name": "CVE-2024-11706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11706"
},
{
"name": "CVE-2024-11708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11708"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2024-49989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2025-0237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0237"
},
{
"name": "CVE-2025-0238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0238"
},
{
"name": "CVE-2025-0239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0239"
},
{
"name": "CVE-2025-0240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0240"
},
{
"name": "CVE-2025-0241",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0241"
},
{
"name": "CVE-2025-0242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0242"
},
{
"name": "CVE-2025-0243",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0243"
},
{
"name": "CVE-2025-0245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0245"
},
{
"name": "CVE-2025-0247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0247"
},
{
"name": "CVE-2025-0434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0434"
},
{
"name": "CVE-2025-0435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0435"
},
{
"name": "CVE-2025-0436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0436"
},
{
"name": "CVE-2025-0437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0437"
},
{
"name": "CVE-2025-0438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0438"
},
{
"name": "CVE-2025-0439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0439"
},
{
"name": "CVE-2025-0440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0440"
},
{
"name": "CVE-2025-0441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0441"
},
{
"name": "CVE-2025-0442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0442"
},
{
"name": "CVE-2025-0443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0443"
},
{
"name": "CVE-2025-0446",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0446"
},
{
"name": "CVE-2025-0447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0447"
},
{
"name": "CVE-2025-0448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0448"
},
{
"name": "CVE-2025-21523",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21523"
},
{
"name": "CVE-2025-0612",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0612"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-0444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0444"
},
{
"name": "CVE-2025-0445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0445"
},
{
"name": "CVE-2025-0451",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0451"
},
{
"name": "CVE-2025-0762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0762"
},
{
"name": "CVE-2025-1009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1009"
},
{
"name": "CVE-2025-1010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1010"
},
{
"name": "CVE-2025-1011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1011"
},
{
"name": "CVE-2025-1012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1012"
},
{
"name": "CVE-2025-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1013"
},
{
"name": "CVE-2025-1014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1014"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2025-1016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1016"
},
{
"name": "CVE-2025-1017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1017"
},
{
"name": "CVE-2025-1018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1018"
},
{
"name": "CVE-2025-1019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1019"
},
{
"name": "CVE-2025-1020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1020"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2025-0995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0995"
},
{
"name": "CVE-2025-0996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0996"
},
{
"name": "CVE-2025-0997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0997"
},
{
"name": "CVE-2025-0998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0998"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-1414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1414"
},
{
"name": "CVE-2025-0999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0999"
},
{
"name": "CVE-2025-1006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1006"
},
{
"name": "CVE-2025-1426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1426"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2023-39017",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39017"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2025-1914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1914"
},
{
"name": "CVE-2025-1915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1915"
},
{
"name": "CVE-2025-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1916"
},
{
"name": "CVE-2025-1917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1917"
},
{
"name": "CVE-2025-1918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1918"
},
{
"name": "CVE-2025-1919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1919"
},
{
"name": "CVE-2025-1921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1921"
},
{
"name": "CVE-2025-1922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1922"
},
{
"name": "CVE-2025-1923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1923"
},
{
"name": "CVE-2025-1930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1930"
},
{
"name": "CVE-2025-1931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1931"
},
{
"name": "CVE-2025-1932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1932"
},
{
"name": "CVE-2025-1933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1933"
},
{
"name": "CVE-2025-1934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1934"
},
{
"name": "CVE-2025-1935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1935"
},
{
"name": "CVE-2025-1936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1936"
},
{
"name": "CVE-2025-1937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1937"
},
{
"name": "CVE-2025-1938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1938"
},
{
"name": "CVE-2025-1939",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1939"
},
{
"name": "CVE-2025-1940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1940"
},
{
"name": "CVE-2025-1941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1941"
},
{
"name": "CVE-2025-1942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1942"
},
{
"name": "CVE-2025-1943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1943"
},
{
"name": "CVE-2025-1920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1920"
},
{
"name": "CVE-2025-2135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2135"
},
{
"name": "CVE-2025-2136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2136"
},
{
"name": "CVE-2025-2137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2137"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2024-45772",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45772"
},
{
"name": "CVE-2025-2476",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2476"
},
{
"name": "CVE-2025-2857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2857"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-2783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2783"
},
{
"name": "CVE-2022-49063",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49063"
},
{
"name": "CVE-2022-49535",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49535"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2025-3066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3066"
},
{
"name": "CVE-2025-3067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3067"
},
{
"name": "CVE-2025-3068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3068"
},
{
"name": "CVE-2025-3071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3071"
},
{
"name": "CVE-2025-3072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3072"
},
{
"name": "CVE-2025-3073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3073"
},
{
"name": "CVE-2025-3074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3074"
},
{
"name": "CVE-2025-3028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3028"
},
{
"name": "CVE-2025-3029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3029"
},
{
"name": "CVE-2025-3030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3030"
},
{
"name": "CVE-2025-3031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3031"
},
{
"name": "CVE-2025-3032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3032"
},
{
"name": "CVE-2025-3033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3033"
},
{
"name": "CVE-2025-3034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3034"
},
{
"name": "CVE-2025-3035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3035"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2025-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3608"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2025-21588",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21588"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-3619",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3619"
},
{
"name": "CVE-2025-3620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3620"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-4050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4050"
},
{
"name": "CVE-2025-4051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4051"
},
{
"name": "CVE-2025-4052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4052"
},
{
"name": "CVE-2025-4096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4096"
},
{
"name": "CVE-2025-2817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2817"
},
{
"name": "CVE-2025-4082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4082"
},
{
"name": "CVE-2025-4083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4083"
},
{
"name": "CVE-2025-4085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4085"
},
{
"name": "CVE-2025-4087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4087"
},
{
"name": "CVE-2025-4088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4088"
},
{
"name": "CVE-2025-4089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4089"
},
{
"name": "CVE-2025-4090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4090"
},
{
"name": "CVE-2025-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4091"
},
{
"name": "CVE-2025-4092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4092"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2024-46742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46742"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2025-22027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22027"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-37838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37838"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2025-29087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29087"
},
{
"name": "CVE-2025-3277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3277"
},
{
"name": "CVE-2025-4609",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4609"
},
{
"name": "CVE-2025-4664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4664"
},
{
"name": "CVE-2025-4372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4372"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-4918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4918"
},
{
"name": "CVE-2025-4919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4919"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2025-5063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5063"
},
{
"name": "CVE-2025-5064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5064"
},
{
"name": "CVE-2025-5065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5065"
},
{
"name": "CVE-2025-5066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5066"
},
{
"name": "CVE-2025-5067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5067"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2025-22062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22062"
},
{
"name": "CVE-2025-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23145"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2025-37749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37749"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-5263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5263"
},
{
"name": "CVE-2025-5264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5264"
},
{
"name": "CVE-2025-5265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5265"
},
{
"name": "CVE-2025-5266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5266"
},
{
"name": "CVE-2025-5267",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5267"
},
{
"name": "CVE-2025-5268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5268"
},
{
"name": "CVE-2025-5270",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5270"
},
{
"name": "CVE-2025-5271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5271"
},
{
"name": "CVE-2025-5272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5272"
},
{
"name": "CVE-2025-5281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5281"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2025-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23140"
},
{
"name": "CVE-2025-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23142"
},
{
"name": "CVE-2025-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23144"
},
{
"name": "CVE-2025-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23146"
},
{
"name": "CVE-2025-23147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23147"
},
{
"name": "CVE-2025-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23148"
},
{
"name": "CVE-2025-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23150"
},
{
"name": "CVE-2025-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23151"
},
{
"name": "CVE-2025-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23156"
},
{
"name": "CVE-2025-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23157"
},
{
"name": "CVE-2025-23158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23158"
},
{
"name": "CVE-2025-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23159"
},
{
"name": "CVE-2025-23161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23161"
},
{
"name": "CVE-2025-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23163"
},
{
"name": "CVE-2025-37738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37738"
},
{
"name": "CVE-2025-37739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37739"
},
{
"name": "CVE-2025-37740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37740"
},
{
"name": "CVE-2025-37741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37741"
},
{
"name": "CVE-2025-37742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37742"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2025-37757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37757"
},
{
"name": "CVE-2025-37758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37758"
},
{
"name": "CVE-2025-37765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37765"
},
{
"name": "CVE-2025-37766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37766"
},
{
"name": "CVE-2025-37767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37767"
},
{
"name": "CVE-2025-37768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37768"
},
{
"name": "CVE-2025-37770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37770"
},
{
"name": "CVE-2025-37771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37771"
},
{
"name": "CVE-2025-37773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37773"
},
{
"name": "CVE-2025-37780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37780"
},
{
"name": "CVE-2025-37781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37781"
},
{
"name": "CVE-2025-37787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37787"
},
{
"name": "CVE-2025-37788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37788"
},
{
"name": "CVE-2025-37789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37789"
},
{
"name": "CVE-2025-37790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37790"
},
{
"name": "CVE-2025-37792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37792"
},
{
"name": "CVE-2025-37794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37794"
},
{
"name": "CVE-2025-37796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37796"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-37803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37803"
},
{
"name": "CVE-2025-37805",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37805"
},
{
"name": "CVE-2025-37808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37808"
},
{
"name": "CVE-2025-37810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37810"
},
{
"name": "CVE-2025-37811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37811"
},
{
"name": "CVE-2025-37812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37812"
},
{
"name": "CVE-2025-37817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37817"
},
{
"name": "CVE-2025-37823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37823"
},
{
"name": "CVE-2025-37824",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37824"
},
{
"name": "CVE-2025-37829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37829"
},
{
"name": "CVE-2025-37830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37830"
},
{
"name": "CVE-2025-37836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37836"
},
{
"name": "CVE-2025-37839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37839"
},
{
"name": "CVE-2025-37840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37840"
},
{
"name": "CVE-2025-37841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37841"
},
{
"name": "CVE-2025-37844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37844"
},
{
"name": "CVE-2025-37850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37850"
},
{
"name": "CVE-2025-37851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37851"
},
{
"name": "CVE-2025-37857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37857"
},
{
"name": "CVE-2025-37858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37858"
},
{
"name": "CVE-2025-37859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37859"
},
{
"name": "CVE-2025-37862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37862"
},
{
"name": "CVE-2025-37867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37867"
},
{
"name": "CVE-2025-37871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37871"
},
{
"name": "CVE-2025-37875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37875"
},
{
"name": "CVE-2025-37881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37881"
},
{
"name": "CVE-2025-37883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37883"
},
{
"name": "CVE-2025-37885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37885"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2025-37892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37892"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2025-37940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37940"
},
{
"name": "CVE-2025-37982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37982"
},
{
"name": "CVE-2025-37983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37983"
},
{
"name": "CVE-2025-37985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37985"
},
{
"name": "CVE-2025-37989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37989"
},
{
"name": "CVE-2025-37819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37819"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-37905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37905"
},
{
"name": "CVE-2025-37909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37909"
},
{
"name": "CVE-2025-37911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37911"
},
{
"name": "CVE-2025-37912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37912"
},
{
"name": "CVE-2025-37913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37913"
},
{
"name": "CVE-2025-37914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37914"
},
{
"name": "CVE-2025-37915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37915"
},
{
"name": "CVE-2025-37923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37923"
},
{
"name": "CVE-2025-37927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37927"
},
{
"name": "CVE-2025-37930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37930"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2025-37949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37949"
},
{
"name": "CVE-2025-37964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37964"
},
{
"name": "CVE-2025-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37967"
},
{
"name": "CVE-2025-37969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37969"
},
{
"name": "CVE-2025-37970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37970"
},
{
"name": "CVE-2025-37990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37990"
},
{
"name": "CVE-2025-37991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37991"
},
{
"name": "CVE-2025-5068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5068"
},
{
"name": "CVE-2025-5419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5419"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2025-49709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49709"
},
{
"name": "CVE-2025-49710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49710"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2025-29088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29088"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-5958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5958"
},
{
"name": "CVE-2025-5959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5959"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-6191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6191"
},
{
"name": "CVE-2025-6192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6192"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2022-49168",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49168"
},
{
"name": "CVE-2025-37998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37998"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2025-6424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6424"
},
{
"name": "CVE-2025-6425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6425"
},
{
"name": "CVE-2025-6426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6426"
},
{
"name": "CVE-2025-6427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6427"
},
{
"name": "CVE-2025-6429",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6429"
},
{
"name": "CVE-2025-6430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6430"
},
{
"name": "CVE-2025-6432",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6432"
},
{
"name": "CVE-2025-6433",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6433"
},
{
"name": "CVE-2025-6434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6434"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2025-6555",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6555"
},
{
"name": "CVE-2025-6556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6556"
},
{
"name": "CVE-2025-6557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6557"
},
{
"name": "CVE-2025-6435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6435"
},
{
"name": "CVE-2025-6436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6436"
},
{
"name": "CVE-2025-6554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6554"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-37992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37992"
},
{
"name": "CVE-2025-37994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37994"
},
{
"name": "CVE-2025-37995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37995"
},
{
"name": "CVE-2025-38005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38005"
},
{
"name": "CVE-2025-38009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38009"
},
{
"name": "CVE-2025-38023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38023"
},
{
"name": "CVE-2025-38024",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38024"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-6558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6558"
},
{
"name": "CVE-2025-7656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7656"
},
{
"name": "CVE-2025-7657",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7657"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2022-21546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21546"
},
{
"name": "CVE-2020-16156",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16156"
},
{
"name": "CVE-2025-8010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8010"
},
{
"name": "CVE-2025-8011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8011"
},
{
"name": "CVE-2025-8027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8027"
},
{
"name": "CVE-2025-8028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8028"
},
{
"name": "CVE-2025-8029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8029"
},
{
"name": "CVE-2025-8030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8030"
},
{
"name": "CVE-2025-8031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8031"
},
{
"name": "CVE-2025-8032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8032"
},
{
"name": "CVE-2025-8033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8033"
},
{
"name": "CVE-2025-8034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8034"
},
{
"name": "CVE-2025-8035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8035"
},
{
"name": "CVE-2025-8036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8036"
},
{
"name": "CVE-2025-8037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8037"
},
{
"name": "CVE-2025-8038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8038"
},
{
"name": "CVE-2025-8039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8039"
},
{
"name": "CVE-2025-8040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8040"
},
{
"name": "CVE-2025-8041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8041"
},
{
"name": "CVE-2025-8043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8043"
},
{
"name": "CVE-2025-8044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8044"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2025-38094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38094"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-8292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8292"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-8576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8576"
},
{
"name": "CVE-2025-8577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8577"
},
{
"name": "CVE-2025-8578",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8578"
},
{
"name": "CVE-2025-8579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8579"
},
{
"name": "CVE-2025-8580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8580"
},
{
"name": "CVE-2025-8581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8581"
},
{
"name": "CVE-2025-8582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8582"
},
{
"name": "CVE-2025-8583",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8583"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2025-8879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8879"
},
{
"name": "CVE-2025-8880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8880"
},
{
"name": "CVE-2025-8881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8881"
},
{
"name": "CVE-2025-8882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8882"
},
{
"name": "CVE-2025-8901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8901"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2025-9132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9132"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2024-13009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13009"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2005-2541",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-2541"
},
{
"name": "CVE-2008-5727",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5727"
},
{
"name": "CVE-2008-5728",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5728"
},
{
"name": "CVE-2008-5729",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5729"
},
{
"name": "CVE-2008-5730",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5730"
},
{
"name": "CVE-2008-5742",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5742"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2015-2214",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2214"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2016-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2149"
},
{
"name": "CVE-2016-2160",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2160"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2017-12195",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12195"
},
{
"name": "CVE-2017-12629",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12629"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2018-1000169",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000169"
},
{
"name": "CVE-2018-1196",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1196"
},
{
"name": "CVE-2018-1273",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1273"
},
{
"name": "CVE-2019-10782",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10782"
},
{
"name": "CVE-2019-9658",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9658"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2021-20298",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20298"
},
{
"name": "CVE-2021-20304",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20304"
},
{
"name": "CVE-2021-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22055"
},
{
"name": "CVE-2021-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23169"
},
{
"name": "CVE-2021-3236",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3236"
},
{
"name": "CVE-2022-0635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0635"
},
{
"name": "CVE-2022-0667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0667"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2023-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39810"
},
{
"name": "CVE-2023-4156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4156"
},
{
"name": "CVE-2023-4320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4320"
},
{
"name": "CVE-2023-43785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43785"
},
{
"name": "CVE-2023-43786",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43786"
},
{
"name": "CVE-2023-43787",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43787"
},
{
"name": "CVE-2023-46129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46129"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2023-5189",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5189"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2024-22047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22047"
},
{
"name": "CVE-2024-2397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2397"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2024-31047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31047"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2024-7012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7012"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-26519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26519"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2025-46392",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46392"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2025-5115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5115"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2025-8262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8262"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-9179",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9179"
},
{
"name": "CVE-2025-9180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9180"
},
{
"name": "CVE-2025-9181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9181"
},
{
"name": "CVE-2025-9182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9182"
},
{
"name": "CVE-2025-9183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9183"
},
{
"name": "CVE-2025-9184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9184"
},
{
"name": "CVE-2025-9185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9185"
},
{
"name": "CVE-2025-9187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9187"
},
{
"name": "CVE-2025-9308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9308"
}
],
"initial_release_date": "2025-09-05T00:00:00",
"last_revision_date": "2025-09-05T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0756",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-09-05T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36093",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36093"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36102",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36102"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36101",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36101"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36100",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36100"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36105",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36105"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36091",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36091"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36078",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36078"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36107",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36107"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36094",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36094"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36097",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36097"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-46",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36104"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36108",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36108"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36095",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36095"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-09",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36090"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36096",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36096"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36106",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36106"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36109",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36109"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36098",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36098"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36111"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36103",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36103"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36099",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36099"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36092",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36092"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36110",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36110"
}
]
}
CERTFR-2025-AVI-0671
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Sterling Partner Engagement Manager Essentials Edition | Sterling Partner Engagement Manager Essentials Edition versions 6.2.3.x antérieures à 6.2.3.3.1 | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.0 antérieures à 7.5.0 UP13 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.3.x antérieures à 6.3.0.14 | ||
| IBM | Sterling Partner Engagement Manager Standard Edition | Sterling Partner Engagement Manager Standard Edition versions 6.2.4.x antérieures à 6.2.4.0.1 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.4.x antérieures à 6.4.0.3 | ||
| IBM | QRadar Incident Forensics | QRadar Incident Forensics versions 7.5.0 antérieures à 7.5.0 UP13 | ||
| IBM | Db2 | Db2 Intelligence Center versions 1.1.x antérieures à 1.1.1.0 | ||
| IBM | Sterling Partner Engagement Manager Essentials Edition | Sterling Partner Engagement Manager Essentials Edition versions 6.2.4.x antérieures à 6.2.4.0.1 | ||
| IBM | Db2 | Db2 versions V10.5, V11.1 et V11.5 sans le correctif APAR DT261533 | ||
| IBM | Sterling Partner Engagement Manager Standard Edition | Sterling Partner Engagement Manager Standard Edition versions 6.2.3.x antérieures à 6.2.3.3.1 |
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Sterling Partner Engagement Manager Essentials Edition versions 6.2.3.x ant\u00e9rieures \u00e0 6.2.3.3.1",
"product": {
"name": "Sterling Partner Engagement Manager Essentials Edition",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.0 ant\u00e9rieures \u00e0 7.5.0 UP13",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web Services versions 6.3.x ant\u00e9rieures \u00e0 6.3.0.14",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Partner Engagement Manager Standard Edition versions 6.2.4.x ant\u00e9rieures \u00e0 6.2.4.0.1",
"product": {
"name": "Sterling Partner Engagement Manager Standard Edition",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web Services versions 6.4.x ant\u00e9rieures \u00e0 6.4.0.3",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Incident Forensics versions 7.5.0 ant\u00e9rieures \u00e0 7.5.0 UP13",
"product": {
"name": "QRadar Incident Forensics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Intelligence Center versions 1.1.x ant\u00e9rieures \u00e0 1.1.1.0",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Partner Engagement Manager Essentials Edition versions 6.2.4.x ant\u00e9rieures \u00e0 6.2.4.0.1",
"product": {
"name": "Sterling Partner Engagement Manager Essentials Edition",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions V10.5, V11.1 et V11.5 sans le correctif APAR DT261533",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Partner Engagement Manager Standard Edition versions 6.2.3.x ant\u00e9rieures \u00e0 6.2.3.3.1",
"product": {
"name": "Sterling Partner Engagement Manager Standard Edition",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2017-7867",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7867"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2014-7923",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-7923"
},
{
"name": "CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"name": "CVE-2017-14952",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-14952"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2022-48919",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48919"
},
{
"name": "CVE-2024-31141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31141"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2017-17484",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17484"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2017-15422",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15422"
},
{
"name": "CVE-2020-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21913"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2017-15396",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15396"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2024-53064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53064"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2016-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-6293"
},
{
"name": "CVE-2017-7868",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7868"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2020-10531",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10531"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2016-7415",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7415"
},
{
"name": "CVE-2011-4599",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-4599"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
}
],
"initial_release_date": "2025-08-08T00:00:00",
"last_revision_date": "2025-08-08T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0671",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-08-08T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-08-05",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7239285",
"url": "https://www.ibm.com/support/pages/node/7239285"
},
{
"published_at": "2025-08-07",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7241673",
"url": "https://www.ibm.com/support/pages/node/7241673"
},
{
"published_at": "2025-08-06",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7241589",
"url": "https://www.ibm.com/support/pages/node/7241589"
},
{
"published_at": "2025-08-07",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7241823",
"url": "https://www.ibm.com/support/pages/node/7241823"
},
{
"published_at": "2025-08-01",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7241292",
"url": "https://www.ibm.com/support/pages/node/7241292"
}
]
}
CERTFR-2025-AVI-0563
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Splunk. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Splunk | Splunk Enterprise | Splunk Enterprise Cloud versions 9.3.2411.x antérieures à 9.3.2411.107 | ||
| Splunk | SOAR | Splunk SOAR versions antérieures à 6.4.1 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.4.x antérieures à 9.4.3 | ||
| Splunk | Universal Forwarder | Splunk Universal Forwarder versions 9.2.x antérieures à 9.2.7 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.3.x antérieures à 9.3.5 | ||
| Splunk | Splunk DB Connect | Splunk DB Connect versions antérieures à 4.0.0 | ||
| Splunk | Universal Forwarder | Splunk Universal Forwarder versions 9.3.x antérieures à 9.3.5 | ||
| Splunk | Universal Forwarder | Splunk Universal Forwarder versions 9.4.x antérieures à 9.4.3 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise Cloud versions 9.3.2408.x antérieures à 9.3.2408.117 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.1.x antérieures à 9.1.10 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.2.x antérieures à 9.2.7 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise Cloud versions 9.2.2406.x antérieures à 9.2.2406.121 | ||
| Splunk | Universal Forwarder | Splunk Universal Forwarder versions 9.1.x antérieures à 9.1.10 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Splunk Enterprise Cloud versions 9.3.2411.x ant\u00e9rieures \u00e0 9.3.2411.107",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk SOAR versions ant\u00e9rieures \u00e0 6.4.1",
"product": {
"name": "SOAR",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.4.x ant\u00e9rieures \u00e0 9.4.3",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Universal Forwarder versions 9.2.x ant\u00e9rieures \u00e0 9.2.7",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.3.x ant\u00e9rieures \u00e0 9.3.5",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk DB Connect versions ant\u00e9rieures \u00e0 4.0.0",
"product": {
"name": "Splunk DB Connect",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Universal Forwarder versions 9.3.x ant\u00e9rieures \u00e0 9.3.5",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Universal Forwarder versions 9.4.x ant\u00e9rieures \u00e0 9.4.3",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise Cloud versions 9.3.2408.x ant\u00e9rieures \u00e0 9.3.2408.117",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.1.x ant\u00e9rieures \u00e0 9.1.10",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.2.x ant\u00e9rieures \u00e0 9.2.7",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise Cloud versions 9.2.2406.x ant\u00e9rieures \u00e0 9.2.2406.121",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Universal Forwarder versions 9.1.x ant\u00e9rieures \u00e0 9.1.10",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2022-30187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30187"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-2466",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2466"
},
{
"name": "CVE-2025-27414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27414"
},
{
"name": "CVE-2025-20324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-20324"
},
{
"name": "CVE-2025-23388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23388"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-20319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-20319"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2020-28458",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28458"
},
{
"name": "CVE-2025-20321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-20321"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2025-20325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-20325"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2025-23387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23387"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2021-23445",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23445"
},
{
"name": "CVE-2024-48949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48949"
},
{
"name": "CVE-2025-23389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23389"
},
{
"name": "CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"name": "CVE-2022-35583",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35583"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-52804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52804"
},
{
"name": "CVE-2025-20300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-20300"
},
{
"name": "CVE-2024-45801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45801"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-20323",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-20323"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2024-38999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38999"
},
{
"name": "CVE-2025-20320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-20320"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2024-45230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45230"
},
{
"name": "CVE-2024-49767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49767"
},
{
"name": "CVE-2024-47875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47875"
},
{
"name": "CVE-2025-20322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-20322"
},
{
"name": "CVE-2024-21272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21272"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2024-39338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39338"
},
{
"name": "CVE-2024-21090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21090"
},
{
"name": "CVE-2013-7489",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-7489"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2024-0853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0853"
},
{
"name": "CVE-2025-22952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22952"
},
{
"name": "CVE-2024-32002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32002"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
}
],
"initial_release_date": "2025-07-08T00:00:00",
"last_revision_date": "2025-07-08T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0563",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-07-08T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Splunk. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
"vendor_advisories": [
{
"published_at": "2025-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0708",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0708"
},
{
"published_at": "2025-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0703",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0703"
},
{
"published_at": "2025-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0701",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0701"
},
{
"published_at": "2025-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0706",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0706"
},
{
"published_at": "2025-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0705",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0705"
},
{
"published_at": "2025-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0702",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0702"
},
{
"published_at": "2025-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0712",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0712"
},
{
"published_at": "2025-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0711",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0711"
},
{
"published_at": "2025-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0707",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0707"
},
{
"published_at": "2025-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0710",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0710"
},
{
"published_at": "2025-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0709",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0709"
},
{
"published_at": "2025-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0704",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0704"
}
]
}
CERTFR-2025-AVI-0608
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.0 sans les derniers correctifs de sécurité pour les protocoles GoogleCloudPubSub, GoogleCommon et GoogleGSuiteActivityReportsRESTAPI | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.0 antérieures à 7.5.0 UP12 IF03 | ||
| IBM | WebSphere | WebSphere Remote Server sans les derniers correctifs de sécurité | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct versions 6.4.x antérieures à 6.4.0.2 pour Unix | ||
| IBM | Sterling | Sterling Connect:Direct FTP+ versions 1.3.0 antérieures à 1.3.0.1 | ||
| IBM | Db2 Query Management Facility | Db2 Query Management Facility versions 13.1 et 12.2.0.5 sans le JRE 8.0.8.45 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct versions 6.3.x antérieures à 6.3.0.5 pour Unix | ||
| IBM | Cognos Analytics | Cognos Analytics versions 11.2.x antérieures à 11.2.3 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct versions 6.2.x antérieures à 6.2.0.7 pour Windows | ||
| IBM | QRadar Incident Forensics | QRadar Incident Forensics versions 7.5.0 antérieures à 7.5.0 UP12 IF03 | ||
| IBM | WebSphere | WebSphere Application Server Liberty versions antérieures à 25.0.0.8 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct versions 6.2.x antérieures à 6.2.0.7.iFix052 pour Unix | ||
| IBM | Cognos Analytics | Cognos Analytics versions 11.1.x antérieures à 11.1.7 Fix Pack 5 | ||
| IBM | WebSphere | WebSphere Application Server versions 9.0.0.x antérieures à 9.0.5.25 | ||
| IBM | WebSphere | WebSphere eXtreme Scale versions 8.6.1.x antérieures à 8.6.1.6 sans le correctif PH67142 iFix |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "QRadar SIEM versions 7.5.0 sans les derniers correctifs de s\u00e9curit\u00e9 pour les protocoles GoogleCloudPubSub, GoogleCommon et GoogleGSuiteActivityReportsRESTAPI",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.0 ant\u00e9rieures \u00e0 7.5.0 UP12 IF03",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Remote Server sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct versions 6.4.x ant\u00e9rieures \u00e0 6.4.0.2 pour Unix",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct FTP+ versions 1.3.0 ant\u00e9rieures \u00e0 1.3.0.1",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Query Management Facility versions 13.1 et 12.2.0.5 sans le JRE 8.0.8.45",
"product": {
"name": "Db2 Query Management Facility",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct versions 6.3.x ant\u00e9rieures \u00e0 6.3.0.5 pour Unix",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Analytics versions 11.2.x ant\u00e9rieures \u00e0 11.2.3",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct versions 6.2.x ant\u00e9rieures \u00e0 6.2.0.7 pour Windows",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Incident Forensics versions 7.5.0 ant\u00e9rieures \u00e0 7.5.0 UP12 IF03",
"product": {
"name": "QRadar Incident Forensics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server Liberty versions ant\u00e9rieures \u00e0 25.0.0.8",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct versions 6.2.x ant\u00e9rieures \u00e0 6.2.0.7.iFix052 pour Unix",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Analytics versions 11.1.x ant\u00e9rieures \u00e0 11.1.7 Fix Pack 5",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server versions 9.0.0.x ant\u00e9rieures \u00e0 9.0.5.25",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere eXtreme Scale versions 8.6.1.x ant\u00e9rieures \u00e0 8.6.1.6 sans le correctif PH67142 iFix",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-4447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4447"
},
{
"name": "CVE-2020-4301",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-4301"
},
{
"name": "CVE-2024-52005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52005"
},
{
"name": "CVE-2021-20468",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20468"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2021-29823",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29823"
},
{
"name": "CVE-2021-44532",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44532"
},
{
"name": "CVE-2025-36097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36097"
},
{
"name": "CVE-2022-36773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36773"
},
{
"name": "CVE-2021-3807",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3807"
},
{
"name": "CVE-2025-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2022-29078",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29078"
},
{
"name": "CVE-2023-33953",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33953"
},
{
"name": "CVE-2021-23438",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23438"
},
{
"name": "CVE-2021-43797",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43797"
},
{
"name": "CVE-2023-32732",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32732"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2022-30614",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30614"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2022-49395",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49395"
},
{
"name": "CVE-2021-44533",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44533"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2021-29418",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29418"
},
{
"name": "CVE-2020-36518",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
},
{
"name": "CVE-2021-39045",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39045"
},
{
"name": "CVE-2022-21824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21824"
},
{
"name": "CVE-2022-21803",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21803"
},
{
"name": "CVE-2021-39009",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39009"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2020-16156",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16156"
},
{
"name": "CVE-2025-2900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2900"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2021-44531",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44531"
},
{
"name": "CVE-2021-28918",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28918"
},
{
"name": "CVE-2025-36038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36038"
},
{
"name": "CVE-2020-28469",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28469"
},
{
"name": "CVE-2021-3749",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3749"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
}
],
"initial_release_date": "2025-07-18T00:00:00",
"last_revision_date": "2025-07-18T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0608",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-07-18T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7239645",
"url": "https://www.ibm.com/support/pages/node/7239645"
},
{
"published_at": "2025-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7239617",
"url": "https://www.ibm.com/support/pages/node/7239617"
},
{
"published_at": "2025-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7239753",
"url": "https://www.ibm.com/support/pages/node/7239753"
},
{
"published_at": "2025-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7239757",
"url": "https://www.ibm.com/support/pages/node/7239757"
},
{
"published_at": "2025-07-16",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7239856",
"url": "https://www.ibm.com/support/pages/node/7239856"
},
{
"published_at": "2025-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7239492",
"url": "https://www.ibm.com/support/pages/node/7239492"
},
{
"published_at": "2025-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6615285",
"url": "https://www.ibm.com/support/pages/node/6615285"
},
{
"published_at": "2025-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7239816",
"url": "https://www.ibm.com/support/pages/node/7239816"
},
{
"published_at": "2025-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7239564",
"url": "https://www.ibm.com/support/pages/node/7239564"
},
{
"published_at": "2025-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7239627",
"url": "https://www.ibm.com/support/pages/node/7239627"
},
{
"published_at": "2025-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7239598",
"url": "https://www.ibm.com/support/pages/node/7239598"
}
]
}
wid-sec-w-2025-1365
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM QRadar Security Information and Event Management (SIEM) bietet Unterst\u00fctzung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um Informationen offenzulegen, einen Denial of Service Zustand herbeizuf\u00fchren, um beliebige Befehle auszuf\u00fchren und um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1365 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1365.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1365 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1365"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7237317 vom 2025-06-19",
"url": "https://www.ibm.com/support/pages/node/7237317"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7237316 vom 2025-06-19",
"url": "https://www.ibm.com/support/pages/node/7237316"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239757 vom 2025-07-15",
"url": "https://www.ibm.com/support/pages/node/7239757"
}
],
"source_lang": "en-US",
"title": "IBM QRadar SIEM: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-07-15T22:00:00.000+00:00",
"generator": {
"date": "2025-07-16T07:32:15.040+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1365",
"initial_release_date": "2025-06-19T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-06-19T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM QRadar SIEM",
"product": {
"name": "IBM QRadar SIEM",
"product_id": "T021415",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP12 IF02",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP12 IF02",
"product_id": "T044767"
}
},
{
"category": "product_version",
"name": "7.5.0 UP12 IF02",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP12 IF02",
"product_id": "T044767-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0:up12_if02"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2016-9840",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2016-9840"
},
{
"cve": "CVE-2020-11971",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2020-11971"
},
{
"cve": "CVE-2020-13790",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2020-13790"
},
{
"cve": "CVE-2022-49011",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2022-49011"
},
{
"cve": "CVE-2023-0286",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2024-12087",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-12087"
},
{
"cve": "CVE-2024-12088",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-12088"
},
{
"cve": "CVE-2024-12747",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-12747"
},
{
"cve": "CVE-2024-40906",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-40906"
},
{
"cve": "CVE-2024-43842",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-43842"
},
{
"cve": "CVE-2024-53141",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-53141"
},
{
"cve": "CVE-2024-53150",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-53150"
},
{
"cve": "CVE-2024-53241",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-53241"
},
{
"cve": "CVE-2024-8176",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2024-8176"
},
{
"cve": "CVE-2025-0395",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-0395"
},
{
"cve": "CVE-2025-22869",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-24528",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-24528"
},
{
"cve": "CVE-2025-31650",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-31650"
},
{
"cve": "CVE-2025-31651",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-31651"
},
{
"cve": "CVE-2025-46701",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-46701"
},
{
"cve": "CVE-2025-36050",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-36050"
},
{
"cve": "CVE-2025-33121",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-33121"
},
{
"cve": "CVE-2025-33117",
"product_status": {
"known_affected": [
"T044767",
"T021415"
]
},
"release_date": "2025-06-19T22:00:00.000+00:00",
"title": "CVE-2025-33117"
}
]
}
wid-sec-w-2025-0606
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-0606 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0606.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0606 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0606"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3052 vom 2025-03-19",
"url": "https://access.redhat.com/errata/RHSA-2025:3052"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3053 vom 2025-03-19",
"url": "https://access.redhat.com/errata/RHSA-2025:3053"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1005-1 vom 2025-03-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/FY37IQOGJUNJZISI63RZ7HBZS3P5CZFE/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1006-1 vom 2025-03-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/WZOAWUSUMZAKLHMHTLPGDB3GKGJI3Z5C/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3184 vom 2025-03-25",
"url": "https://access.redhat.com/errata/RHSA-2025:3184"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3165 vom 2025-03-25",
"url": "https://access.redhat.com/errata/RHSA-2025:3165"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3172 vom 2025-03-25",
"url": "https://access.redhat.com/errata/RHSA-2025:3172"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3175 vom 2025-03-25",
"url": "https://access.redhat.com/errata/RHSA-2025:3175"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14919-1 vom 2025-03-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/SLMCPFY73CP4P47VPVL2WKQEHQZDTY6B/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3185 vom 2025-03-25",
"url": "https://access.redhat.com/errata/RHSA-2025:3185"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3186 vom 2025-03-25",
"url": "https://access.redhat.com/errata/RHSA-2025:3186"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1014-1 vom 2025-03-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/FFTPOOHOP3TDCMCNL7WRQ6CTOCM2RHU5/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3210 vom 2025-03-26",
"url": "https://access.redhat.com/errata/RHSA-2025:3210"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-3210 vom 2025-03-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-3210.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3266 vom 2025-03-26",
"url": "https://access.redhat.com/errata/RHSA-2025:3266"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3268 vom 2025-03-26",
"url": "https://access.redhat.com/errata/RHSA-2025:3268"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1038-1 vom 2025-03-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/RDUSLVUE4ABN4A2UXKEXXYBVNZYOL62N/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1037-1 vom 2025-03-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/HRXHLPSCYZEZQ6GJKOABY44N37DC5ST2/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3336 vom 2025-03-27",
"url": "https://access.redhat.com/errata/RHSA-2025:3336"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1036-1 vom 2025-03-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020615.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-3336 vom 2025-03-27",
"url": "https://linux.oracle.com/errata/ELSA-2025-3336.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3335 vom 2025-03-27",
"url": "https://access.redhat.com/errata/RHSA-2025:3335"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3439 vom 2025-04-01",
"url": "https://access.redhat.com/errata/RHSA-2025:3439"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3438 vom 2025-04-01",
"url": "https://access.redhat.com/errata/RHSA-2025:3438"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3437 vom 2025-04-01",
"url": "https://access.redhat.com/errata/RHSA-2025:3437"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3498 vom 2025-04-01",
"url": "https://access.redhat.com/errata/RHSA-2025:3498"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASDOCKER-2025-053 vom 2025-04-01",
"url": "https://alas.aws.amazon.com/AL2/ALASDOCKER-2025-053.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3503 vom 2025-04-02",
"url": "https://access.redhat.com/errata/RHSA-2025:3503"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1094-1 vom 2025-04-02",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/UDJ46EDCE75WMA4F3NVFPL2RXO3XN7B6/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1094-1 vom 2025-04-02",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UDJ46EDCE75WMA4F3NVFPL2RXO3XN7B6/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1102-1 vom 2025-04-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020639.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3593 vom 2025-04-03",
"url": "https://access.redhat.com/errata/RHSA-2025:3593"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3685 vom 2025-04-08",
"url": "https://access.redhat.com/errata/RHSA-2025:3685"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3763 vom 2025-04-09",
"url": "https://access.redhat.com/errata/RHSA-2025:3763"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3743 vom 2025-04-09",
"url": "https://access.redhat.com/errata/RHSA-2025:3743"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3808 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3808"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3811 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3811"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3814 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3814"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3813 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3813"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3820 vom 2025-04-11",
"url": "https://access.redhat.com/errata/RHSA-2025:3820"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-12AC4E9CFD vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-12ac4e9cfd"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-B0915F0A19 vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-b0915f0a19"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-6653A27CFD vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-6653a27cfd"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-7C57E75CBC vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-7c57e75cbc"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3833 vom 2025-04-14",
"url": "https://access.redhat.com/errata/RHSA-2025:3833"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-3833 vom 2025-04-15",
"url": "https://linux.oracle.com/errata/ELSA-2025-3833.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3863 vom 2025-04-14",
"url": "https://access.redhat.com/errata/RHSA-2025:3863"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14990-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/IC2EUYZRCX6GXM6Y26SHEX6QS2URIZ2I/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3932 vom 2025-04-15",
"url": "https://access.redhat.com/errata/RHSA-2025:3932"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14988-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/IQWUH5CIGBJCVZRE6D76AYCLT3MS47XX/"
},
{
"category": "external",
"summary": "Container-Optimized OS release notes vom 2025-04-16",
"url": "https://cloud.google.com/container-optimized-os/docs/release-notes#April_14_2025"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3959 vom 2025-04-16",
"url": "https://access.redhat.com/errata/RHSA-2025:3959"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3790 vom 2025-04-17",
"url": "https://access.redhat.com/errata/RHSA-2025:3790"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4002 vom 2025-04-17",
"url": "https://access.redhat.com/errata/RHSA-2025:4002"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4012 vom 2025-04-23",
"url": "https://access.redhat.com/errata/RHSA-2025:4012"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4473 vom 2025-05-05",
"url": "https://access.redhat.com/errata/RHSA-2025:4473"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4502 vom 2025-05-06",
"url": "https://access.redhat.com/errata/RHSA-2025:4502"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4511 vom 2025-05-06",
"url": "https://access.redhat.com/errata/RHSA-2025:4511"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4605 vom 2025-05-06",
"url": "https://access.redhat.com/errata/RHSA-2025:4605"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4666 vom 2025-05-07",
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4810 vom 2025-05-12",
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7407 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7407"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7391 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7391"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7484 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7484"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7479 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7416 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7416"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7462 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7462"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7616 vom 2025-05-14",
"url": "https://access.redhat.com/errata/RHSA-2025:7616"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-121049BBF7 vom 2025-05-15",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-121049bbf7"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7753 vom 2025-05-16",
"url": "https://access.redhat.com/errata/RHSA-2025:7753"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7863 vom 2025-05-20",
"url": "https://access.redhat.com/errata/RHSA-2025:7863"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7698 vom 2025-05-21",
"url": "https://access.redhat.com/errata/RHSA-2025:7698"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7702 vom 2025-05-21",
"url": "https://access.redhat.com/errata/RHSA-2025:7702"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7391 vom 2025-05-22",
"url": "https://linux.oracle.com/errata/ELSA-2025-7391.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7416 vom 2025-05-23",
"url": "https://linux.oracle.com/errata/ELSA-2025-7416.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8224 vom 2025-05-28",
"url": "https://access.redhat.com/errata/RHSA-2025:8224"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8244 vom 2025-05-28",
"url": "https://access.redhat.com/errata/RHSA-2025:8244"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20328-1 vom 2025-05-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020909.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8274 vom 2025-05-29",
"url": "https://rhn.redhat.com/errata/RHSA-2025:8274.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20360-1 vom 2025-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021013.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8284 vom 2025-06-03",
"url": "https://access.redhat.com/errata/RHSA-2025:8284"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8280 vom 2025-06-04",
"url": "https://access.redhat.com/errata/RHSA-2025:8280"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20279-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021043.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20205-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021135.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20210-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021122.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8299 vom 2025-06-04",
"url": "https://access.redhat.com/errata/RHSA-2025:8299"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7236608 vom 2025-06-13",
"url": "https://www.ibm.com/support/pages/node/7236608"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11037 vom 2025-06-17",
"url": "https://access.redhat.com/errata/RHSA-2024:11037"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:11038 vom 2025-06-17",
"url": "https://access.redhat.com/errata/RHSA-2024:11038"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9541 vom 2025-06-24",
"url": "https://access.redhat.com/errata/RHSA-2025:9541"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02097-1 vom 2025-06-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021645.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9541 vom 2025-06-25",
"url": "https://access.redhat.com/errata/RHSA-2025:9541"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9646 vom 2025-06-26",
"url": "https://access.redhat.com/errata/RHSA-2025:9646"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7484 vom 2025-07-01",
"url": "https://linux.oracle.com/errata/ELSA-2025-7484.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7462 vom 2025-07-01",
"url": "https://linux.oracle.com/errata/ELSA-2025-7462.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7239757 vom 2025-07-15",
"url": "https://www.ibm.com/support/pages/node/7239757"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10781 vom 2025-07-18",
"url": "https://access.redhat.com/errata/RHSA-2025:10781"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:11396 vom 2025-07-18",
"url": "https://access.redhat.com/errata/RHSA-2025:11396"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-AC4268959B vom 2025-07-19",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-ac4268959b"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-AB0FAE74F1 vom 2025-07-26",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-ab0fae74f1"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15389-1 vom 2025-07-28",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EBREOJB6GMPUPQMI4S36PMMPSWLOXNLE/"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:3833 vom 2025-07-29",
"url": "https://errata.build.resf.org/RLSA-2025:3833"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:7416 vom 2025-07-29",
"url": "https://errata.build.resf.org/RLSA-2025:7416"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (Gatekeeper): Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2025-07-29T22:00:00.000+00:00",
"generator": {
"date": "2025-07-30T09:11:46.033+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-0606",
"initial_release_date": "2025-03-19T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-03-19T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-03-24T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-25T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat, openSUSE und SUSE aufgenommen"
},
{
"date": "2025-03-26T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2025-03-27T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat, SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-03-31T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-01T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat und Amazon aufgenommen"
},
{
"date": "2025-04-02T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-04-03T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-08T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-09T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-10T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-13T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-14T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2025-04-15T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von openSUSE und Red Hat aufgenommen"
},
{
"date": "2025-04-16T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-21T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-22T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-05T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-06T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-07T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-12T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-13T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-14T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat und Fedora aufgenommen"
},
{
"date": "2025-05-15T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-20T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-21T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-22T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-05-27T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-04T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-15T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-06-17T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-24T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2025-06-25T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-30T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-17T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-20T22:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von Red Hat und Fedora aufgenommen"
},
{
"date": "2025-07-27T22:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-28T22:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-07-29T22:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
}
],
"status": "final",
"version": "44"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Container-Optimized OS",
"product": {
"name": "Google Container-Optimized OS",
"product_id": "1607324",
"product_identification_helper": {
"cpe": "cpe:/o:google:container-optimized_os:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "Operator \u003c3.6.0 CD",
"product": {
"name": "IBM MQ Operator \u003c3.6.0 CD",
"product_id": "T044628"
}
},
{
"category": "product_version",
"name": "Operator 3.6.0 CD",
"product": {
"name": "IBM MQ Operator 3.6.0 CD",
"product_id": "T044628-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator__3.6.0_cd"
}
}
},
{
"category": "product_version_range",
"name": "Operator \u003c3.2.13 SC2",
"product": {
"name": "IBM MQ Operator \u003c3.2.13 SC2",
"product_id": "T044629"
}
},
{
"category": "product_version",
"name": "Operator 3.2.13 SC2",
"product": {
"name": "IBM MQ Operator 3.2.13 SC2",
"product_id": "T044629-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator__3.2.13_sc2"
}
}
},
{
"category": "product_version_range",
"name": "Container \u003c9.4.3.0-r1",
"product": {
"name": "IBM MQ Container \u003c9.4.3.0-r1",
"product_id": "T044630"
}
},
{
"category": "product_version",
"name": "Container 9.4.3.0-r1",
"product": {
"name": "IBM MQ Container 9.4.3.0-r1",
"product_id": "T044630-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:container__9.4.3.0-r1"
}
}
}
],
"category": "product_name",
"name": "MQ"
},
{
"category": "product_name",
"name": "IBM QRadar SIEM",
"product": {
"name": "IBM QRadar SIEM",
"product_id": "T021415",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "Advanced Cluster Management for Kubernetes 2",
"product": {
"name": "Red Hat Enterprise Linux Advanced Cluster Management for Kubernetes 2",
"product_id": "T027573",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:advanced_cluster_management_for_kubernetes_2"
}
}
},
{
"category": "product_version_range",
"name": "Gatekeeper \u003cv3.18.0",
"product": {
"name": "Red Hat Enterprise Linux Gatekeeper \u003cv3.18.0",
"product_id": "T042067"
}
},
{
"category": "product_version",
"name": "Gatekeeper v3.18.0",
"product": {
"name": "Red Hat Enterprise Linux Gatekeeper v3.18.0",
"product_id": "T042067-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:gatekeeper__v3.18.0"
}
}
},
{
"category": "product_version_range",
"name": "Gatekeeper \u003cv3.15.4",
"product": {
"name": "Red Hat Enterprise Linux Gatekeeper \u003cv3.15.4",
"product_id": "T042068"
}
},
{
"category": "product_version",
"name": "Gatekeeper v3.15.4",
"product": {
"name": "Red Hat Enterprise Linux Gatekeeper v3.15.4",
"product_id": "T042068-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:gatekeeper__v3.15.4"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Multicluster Global Hub 1.3",
"product": {
"name": "Red Hat OpenShift Multicluster Global Hub 1.3",
"product_id": "T042763",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:multicluster_global_hub_1.3"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.17.26",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.17.26",
"product_id": "T043113"
}
},
{
"category": "product_version",
"name": "Container Platform 4.17.26",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17.26",
"product_id": "T043113-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.17.26"
}
}
},
{
"category": "product_version_range",
"name": "GitOps \u003c1.15.2",
"product": {
"name": "Red Hat OpenShift GitOps \u003c1.15.2",
"product_id": "T043834"
}
},
{
"category": "product_version",
"name": "GitOps 1.15.2",
"product": {
"name": "Red Hat OpenShift GitOps 1.15.2",
"product_id": "T043834-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:gitops__1.15.2"
}
}
},
{
"category": "product_version",
"name": "Dev Spaces 3",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3",
"product_id": "T043942",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:dev_spaces_3"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.18.14",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.18.14",
"product_id": "T044012"
}
},
{
"category": "product_version",
"name": "Container Platform 4.18.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18.14",
"product_id": "T044012-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.18.14"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.51",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.51",
"product_id": "T044058"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.51",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.51",
"product_id": "T044058-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.51"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.52",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.52",
"product_id": "T044059"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.52",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.52",
"product_id": "T044059-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.52"
}
}
},
{
"category": "product_version_range",
"name": "for Windows Containers \u003c10.18",
"product": {
"name": "Red Hat OpenShift for Windows Containers \u003c10.18",
"product_id": "T044175"
}
},
{
"category": "product_version",
"name": "for Windows Containers 10.18",
"product": {
"name": "Red Hat OpenShift for Windows Containers 10.18",
"product_id": "T044175-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:for_windows_containers__10.18"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.52",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.52",
"product_id": "T044317"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.52",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.52",
"product_id": "T044317-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.52"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.17.32",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.17.32",
"product_id": "T044318"
}
},
{
"category": "product_version",
"name": "Container Platform 4.17.32",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17.32",
"product_id": "T044318-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.17.32"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.19.0",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.19.0",
"product_id": "T044671"
}
},
{
"category": "product_version",
"name": "Container Platform 4.19.0",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19.0",
"product_id": "T044671-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.19.0"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.16.44",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.16.44",
"product_id": "T045498"
}
},
{
"category": "product_version",
"name": "Container Platform 4.16.44",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16.44",
"product_id": "T045498-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.16.44"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"product_status": {
"known_affected": [
"67646",
"T044629",
"T044628",
"T004914",
"T044059",
"T043942",
"T044317",
"T021415",
"T044318",
"398363",
"T044175",
"T044012",
"T044671",
"T027573",
"T044058",
"T044630",
"T032255",
"74185",
"T042068",
"T043113",
"T042763",
"T002207",
"T043834",
"T027843",
"1607324",
"T042067",
"T045498"
]
},
"release_date": "2025-03-19T23:00:00.000+00:00",
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22868",
"product_status": {
"known_affected": [
"67646",
"T044629",
"T044628",
"T004914",
"T044059",
"T043942",
"T044317",
"T021415",
"T044318",
"398363",
"T044175",
"T044012",
"T044671",
"T027573",
"T044058",
"T044630",
"T032255",
"74185",
"T042068",
"T043113",
"T042763",
"T002207",
"T043834",
"T027843",
"1607324",
"T045498"
]
},
"release_date": "2025-03-19T23:00:00.000+00:00",
"title": "CVE-2025-22868"
}
]
}
msrc_cve-2025-22869
Vulnerability from csaf_microsoft
Notes
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-22869 Potential denial of service in golang.org/x/crypto - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-22869.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Potential denial of service in golang.org/x/crypto",
"tracking": {
"current_release_date": "2025-03-27T00:00:00.000Z",
"generator": {
"date": "2025-10-20T02:58:29.040Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-22869",
"initial_release_date": "2025-02-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-03-08T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2025-03-10T00:00:00.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2025-03-12T00:00:00.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2025-03-13T00:00:00.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2025-03-18T00:00:00.000Z",
"legacy_version": "5",
"number": "5",
"summary": "Information published."
},
{
"date": "2025-03-25T00:00:00.000Z",
"legacy_version": "6",
"number": "6",
"summary": "Information published."
},
{
"date": "2025-03-27T00:00:00.000Z",
"legacy_version": "7",
"number": "7",
"summary": "Information published."
}
],
"status": "final",
"version": "7"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 kubernetes 1.30.10-7",
"product": {
"name": "\u003cazl3 kubernetes 1.30.10-7",
"product_id": "11"
}
},
{
"category": "product_version",
"name": "azl3 kubernetes 1.30.10-7",
"product": {
"name": "azl3 kubernetes 1.30.10-7",
"product_id": "19340"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 kubernetes 1.28.4-18",
"product": {
"name": "\u003ccbl2 kubernetes 1.28.4-18",
"product_id": "8"
}
},
{
"category": "product_version",
"name": "cbl2 kubernetes 1.28.4-18",
"product": {
"name": "cbl2 kubernetes 1.28.4-18",
"product_id": "19761"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 kubernetes 1.28.4-15",
"product": {
"name": "\u003ccbl2 kubernetes 1.28.4-15",
"product_id": "30"
}
},
{
"category": "product_version",
"name": "cbl2 kubernetes 1.28.4-15",
"product": {
"name": "cbl2 kubernetes 1.28.4-15",
"product_id": "19292"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 kubernetes 1.30.10-3",
"product": {
"name": "\u003cazl3 kubernetes 1.30.10-3",
"product_id": "17"
}
},
{
"category": "product_version",
"name": "azl3 kubernetes 1.30.10-3",
"product": {
"name": "azl3 kubernetes 1.30.10-3",
"product_id": "19319"
}
}
],
"category": "product_name",
"name": "kubernetes"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 cf-cli 8.7.11-3",
"product": {
"name": "\u003cazl3 cf-cli 8.7.11-3",
"product_id": "14"
}
},
{
"category": "product_version",
"name": "azl3 cf-cli 8.7.11-3",
"product": {
"name": "azl3 cf-cli 8.7.11-3",
"product_id": "19337"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 cf-cli 8.7.11-2",
"product": {
"name": "\u003cazl3 cf-cli 8.7.11-2",
"product_id": "18"
}
},
{
"category": "product_version",
"name": "azl3 cf-cli 8.7.11-2",
"product": {
"name": "azl3 cf-cli 8.7.11-2",
"product_id": "19318"
}
}
],
"category": "product_name",
"name": "cf-cli"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 gh 2.62.0-8",
"product": {
"name": "\u003cazl3 gh 2.62.0-8",
"product_id": "13"
}
},
{
"category": "product_version",
"name": "azl3 gh 2.62.0-8",
"product": {
"name": "azl3 gh 2.62.0-8",
"product_id": "19338"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 gh 2.62.0-7",
"product": {
"name": "\u003cazl3 gh 2.62.0-7",
"product_id": "19"
}
},
{
"category": "product_version",
"name": "azl3 gh 2.62.0-7",
"product": {
"name": "azl3 gh 2.62.0-7",
"product_id": "19317"
}
}
],
"category": "product_name",
"name": "gh"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 docker-buildx 0.14.0-5",
"product": {
"name": "\u003cazl3 docker-buildx 0.14.0-5",
"product_id": "32"
}
},
{
"category": "product_version",
"name": "azl3 docker-buildx 0.14.0-5",
"product": {
"name": "azl3 docker-buildx 0.14.0-5",
"product_id": "19254"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 docker-buildx 0.14.0-4",
"product": {
"name": "\u003cazl3 docker-buildx 0.14.0-4",
"product_id": "20"
}
},
{
"category": "product_version",
"name": "azl3 docker-buildx 0.14.0-4",
"product": {
"name": "azl3 docker-buildx 0.14.0-4",
"product_id": "19316"
}
}
],
"category": "product_name",
"name": "docker-buildx"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 kubevirt 1.2.0-17",
"product": {
"name": "\u003cazl3 kubevirt 1.2.0-17",
"product_id": "12"
}
},
{
"category": "product_version",
"name": "azl3 kubevirt 1.2.0-17",
"product": {
"name": "azl3 kubevirt 1.2.0-17",
"product_id": "19339"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 kubevirt 0.59.0-28",
"product": {
"name": "\u003ccbl2 kubevirt 0.59.0-28",
"product_id": "7"
}
},
{
"category": "product_version",
"name": "cbl2 kubevirt 0.59.0-28",
"product": {
"name": "cbl2 kubevirt 0.59.0-28",
"product_id": "19782"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 kubevirt 0.59.0-25",
"product": {
"name": "\u003ccbl2 kubevirt 0.59.0-25",
"product_id": "23"
}
},
{
"category": "product_version",
"name": "cbl2 kubevirt 0.59.0-25",
"product": {
"name": "cbl2 kubevirt 0.59.0-25",
"product_id": "19312"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 kubevirt 1.2.0-14",
"product": {
"name": "\u003cazl3 kubevirt 1.2.0-14",
"product_id": "21"
}
},
{
"category": "product_version",
"name": "azl3 kubevirt 1.2.0-14",
"product": {
"name": "azl3 kubevirt 1.2.0-14",
"product_id": "19315"
}
}
],
"category": "product_name",
"name": "kubevirt"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 moby-engine 25.0.3-13",
"product": {
"name": "\u003cazl3 moby-engine 25.0.3-13",
"product_id": "9"
}
},
{
"category": "product_version",
"name": "azl3 moby-engine 25.0.3-13",
"product": {
"name": "azl3 moby-engine 25.0.3-13",
"product_id": "19729"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 moby-engine 24.0.9-17",
"product": {
"name": "\u003ccbl2 moby-engine 24.0.9-17",
"product_id": "6"
}
},
{
"category": "product_version",
"name": "cbl2 moby-engine 24.0.9-17",
"product": {
"name": "cbl2 moby-engine 24.0.9-17",
"product_id": "19789"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 moby-engine 24.0.9-15",
"product": {
"name": "\u003ccbl2 moby-engine 24.0.9-15",
"product_id": "29"
}
},
{
"category": "product_version",
"name": "cbl2 moby-engine 24.0.9-15",
"product": {
"name": "cbl2 moby-engine 24.0.9-15",
"product_id": "19295"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 moby-engine 25.0.3-11",
"product": {
"name": "\u003cazl3 moby-engine 25.0.3-11",
"product_id": "25"
}
},
{
"category": "product_version",
"name": "azl3 moby-engine 25.0.3-11",
"product": {
"name": "azl3 moby-engine 25.0.3-11",
"product_id": "19303"
}
}
],
"category": "product_name",
"name": "moby-engine"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 telegraf 1.29.4-16",
"product": {
"name": "\u003ccbl2 telegraf 1.29.4-16",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cbl2 telegraf 1.29.4-16",
"product": {
"name": "cbl2 telegraf 1.29.4-16",
"product_id": "19939"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 telegraf 1.29.4-11",
"product": {
"name": "\u003ccbl2 telegraf 1.29.4-11",
"product_id": "31"
}
},
{
"category": "product_version",
"name": "cbl2 telegraf 1.29.4-11",
"product": {
"name": "cbl2 telegraf 1.29.4-11",
"product_id": "19291"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 telegraf 1.31.0-5",
"product": {
"name": "\u003cazl3 telegraf 1.31.0-5",
"product_id": "26"
}
},
{
"category": "product_version",
"name": "azl3 telegraf 1.31.0-5",
"product": {
"name": "azl3 telegraf 1.31.0-5",
"product_id": "19301"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 telegraf 1.31.0-10",
"product": {
"name": "\u003cazl3 telegraf 1.31.0-10",
"product_id": "10"
}
},
{
"category": "product_version",
"name": "azl3 telegraf 1.31.0-10",
"product": {
"name": "azl3 telegraf 1.31.0-10",
"product_id": "19343"
}
}
],
"category": "product_name",
"name": "telegraf"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 terraform 1.3.2-25",
"product": {
"name": "\u003ccbl2 terraform 1.3.2-25",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "cbl2 terraform 1.3.2-25",
"product": {
"name": "cbl2 terraform 1.3.2-25",
"product_id": "19912"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 terraform 1.3.2-23",
"product": {
"name": "\u003ccbl2 terraform 1.3.2-23",
"product_id": "22"
}
},
{
"category": "product_version",
"name": "cbl2 terraform 1.3.2-23",
"product": {
"name": "cbl2 terraform 1.3.2-23",
"product_id": "19313"
}
}
],
"category": "product_name",
"name": "terraform"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 packer 1.9.5-10",
"product": {
"name": "\u003ccbl2 packer 1.9.5-10",
"product_id": "28"
}
},
{
"category": "product_version",
"name": "cbl2 packer 1.9.5-10",
"product": {
"name": "cbl2 packer 1.9.5-10",
"product_id": "19298"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 packer 1.9.5-6",
"product": {
"name": "\u003cazl3 packer 1.9.5-6",
"product_id": "35"
}
},
{
"category": "product_version",
"name": "azl3 packer 1.9.5-6",
"product": {
"name": "azl3 packer 1.9.5-6",
"product_id": "17759"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 packer 1.9.5-9",
"product": {
"name": "\u003cazl3 packer 1.9.5-9",
"product_id": "15"
}
},
{
"category": "product_version",
"name": "azl3 packer 1.9.5-9",
"product": {
"name": "azl3 packer 1.9.5-9",
"product_id": "19335"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 packer 1.9.5-13",
"product": {
"name": "\u003ccbl2 packer 1.9.5-13",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 packer 1.9.5-13",
"product": {
"name": "cbl2 packer 1.9.5-13",
"product_id": "19945"
}
}
],
"category": "product_name",
"name": "packer"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 cert-manager 1.11.2-20",
"product": {
"name": "\u003ccbl2 cert-manager 1.11.2-20",
"product_id": "27"
}
},
{
"category": "product_version",
"name": "cbl2 cert-manager 1.11.2-20",
"product": {
"name": "cbl2 cert-manager 1.11.2-20",
"product_id": "19300"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 cert-manager 1.12.15-2",
"product": {
"name": "\u003cazl3 cert-manager 1.12.15-2",
"product_id": "24"
}
},
{
"category": "product_version",
"name": "azl3 cert-manager 1.12.15-2",
"product": {
"name": "azl3 cert-manager 1.12.15-2",
"product_id": "19309"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 cert-manager 1.11.2-22",
"product": {
"name": "\u003ccbl2 cert-manager 1.11.2-22",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "cbl2 cert-manager 1.11.2-22",
"product": {
"name": "cbl2 cert-manager 1.11.2-22",
"product_id": "19817"
}
}
],
"category": "product_name",
"name": "cert-manager"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 docker-compose 2.27.0-4",
"product": {
"name": "\u003cazl3 docker-compose 2.27.0-4",
"product_id": "36"
}
},
{
"category": "product_version",
"name": "azl3 docker-compose 2.27.0-4",
"product": {
"name": "azl3 docker-compose 2.27.0-4",
"product_id": "17486"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 docker-compose 2.27.0-5",
"product": {
"name": "\u003cazl3 docker-compose 2.27.0-5",
"product_id": "16"
}
},
{
"category": "product_version",
"name": "azl3 docker-compose 2.27.0-5",
"product": {
"name": "azl3 docker-compose 2.27.0-5",
"product_id": "19334"
}
}
],
"category": "product_name",
"name": "docker-compose"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 node-problem-detector 0.8.20-2",
"product": {
"name": "\u003cazl3 node-problem-detector 0.8.20-2",
"product_id": "33"
}
},
{
"category": "product_version",
"name": "azl3 node-problem-detector 0.8.20-2",
"product": {
"name": "azl3 node-problem-detector 0.8.20-2",
"product_id": "18211"
}
}
],
"category": "product_name",
"name": "node-problem-detector"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 moby-compose 2.17.3-10",
"product": {
"name": "\u003ccbl2 moby-compose 2.17.3-10",
"product_id": "5"
}
},
{
"category": "product_version",
"name": "cbl2 moby-compose 2.17.3-10",
"product": {
"name": "cbl2 moby-compose 2.17.3-10",
"product_id": "19794"
}
}
],
"category": "product_name",
"name": "moby-compose"
},
{
"category": "product_name",
"name": "azl3 libcontainers-common 20240213-3",
"product": {
"name": "azl3 libcontainers-common 20240213-3",
"product_id": "34"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 kubernetes 1.30.10-7 as a component of Azure Linux 3.0",
"product_id": "17084-11"
},
"product_reference": "11",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kubernetes 1.30.10-7 as a component of Azure Linux 3.0",
"product_id": "19340-17084"
},
"product_reference": "19340",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 cf-cli 8.7.11-3 as a component of Azure Linux 3.0",
"product_id": "17084-14"
},
"product_reference": "14",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 cf-cli 8.7.11-3 as a component of Azure Linux 3.0",
"product_id": "19337-17084"
},
"product_reference": "19337",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 gh 2.62.0-8 as a component of Azure Linux 3.0",
"product_id": "17084-13"
},
"product_reference": "13",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 gh 2.62.0-8 as a component of Azure Linux 3.0",
"product_id": "19338-17084"
},
"product_reference": "19338",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 docker-buildx 0.14.0-5 as a component of Azure Linux 3.0",
"product_id": "17084-32"
},
"product_reference": "32",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 docker-buildx 0.14.0-5 as a component of Azure Linux 3.0",
"product_id": "19254-17084"
},
"product_reference": "19254",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 kubevirt 1.2.0-17 as a component of Azure Linux 3.0",
"product_id": "17084-12"
},
"product_reference": "12",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kubevirt 1.2.0-17 as a component of Azure Linux 3.0",
"product_id": "19339-17084"
},
"product_reference": "19339",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 moby-engine 25.0.3-13 as a component of Azure Linux 3.0",
"product_id": "17084-9"
},
"product_reference": "9",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 moby-engine 25.0.3-13 as a component of Azure Linux 3.0",
"product_id": "19729-17084"
},
"product_reference": "19729",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 kubernetes 1.28.4-18 as a component of CBL Mariner 2.0",
"product_id": "17086-8"
},
"product_reference": "8",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kubernetes 1.28.4-18 as a component of CBL Mariner 2.0",
"product_id": "19761-17086"
},
"product_reference": "19761",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 telegraf 1.29.4-16 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 telegraf 1.29.4-16 as a component of CBL Mariner 2.0",
"product_id": "19939-17086"
},
"product_reference": "19939",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 moby-engine 24.0.9-17 as a component of CBL Mariner 2.0",
"product_id": "17086-6"
},
"product_reference": "6",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 moby-engine 24.0.9-17 as a component of CBL Mariner 2.0",
"product_id": "19789-17086"
},
"product_reference": "19789",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 terraform 1.3.2-25 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 terraform 1.3.2-25 as a component of CBL Mariner 2.0",
"product_id": "19912-17086"
},
"product_reference": "19912",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 kubevirt 0.59.0-28 as a component of CBL Mariner 2.0",
"product_id": "17086-7"
},
"product_reference": "7",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kubevirt 0.59.0-28 as a component of CBL Mariner 2.0",
"product_id": "19782-17086"
},
"product_reference": "19782",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 kubevirt 0.59.0-25 as a component of CBL Mariner 2.0",
"product_id": "17086-23"
},
"product_reference": "23",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kubevirt 0.59.0-25 as a component of CBL Mariner 2.0",
"product_id": "19312-17086"
},
"product_reference": "19312",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 terraform 1.3.2-23 as a component of CBL Mariner 2.0",
"product_id": "17086-22"
},
"product_reference": "22",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 terraform 1.3.2-23 as a component of CBL Mariner 2.0",
"product_id": "19313-17086"
},
"product_reference": "19313",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 moby-engine 24.0.9-15 as a component of CBL Mariner 2.0",
"product_id": "17086-29"
},
"product_reference": "29",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 moby-engine 24.0.9-15 as a component of CBL Mariner 2.0",
"product_id": "19295-17086"
},
"product_reference": "19295",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 packer 1.9.5-10 as a component of CBL Mariner 2.0",
"product_id": "17086-28"
},
"product_reference": "28",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 packer 1.9.5-10 as a component of CBL Mariner 2.0",
"product_id": "19298-17086"
},
"product_reference": "19298",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 telegraf 1.29.4-11 as a component of CBL Mariner 2.0",
"product_id": "17086-31"
},
"product_reference": "31",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 telegraf 1.29.4-11 as a component of CBL Mariner 2.0",
"product_id": "19291-17086"
},
"product_reference": "19291",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 cert-manager 1.11.2-20 as a component of CBL Mariner 2.0",
"product_id": "17086-27"
},
"product_reference": "27",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cert-manager 1.11.2-20 as a component of CBL Mariner 2.0",
"product_id": "19300-17086"
},
"product_reference": "19300",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 kubernetes 1.28.4-15 as a component of CBL Mariner 2.0",
"product_id": "17086-30"
},
"product_reference": "30",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kubernetes 1.28.4-15 as a component of CBL Mariner 2.0",
"product_id": "19292-17086"
},
"product_reference": "19292",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 moby-engine 25.0.3-11 as a component of Azure Linux 3.0",
"product_id": "17084-25"
},
"product_reference": "25",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 moby-engine 25.0.3-11 as a component of Azure Linux 3.0",
"product_id": "19303-17084"
},
"product_reference": "19303",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 packer 1.9.5-6 as a component of Azure Linux 3.0",
"product_id": "17084-35"
},
"product_reference": "35",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 packer 1.9.5-6 as a component of Azure Linux 3.0",
"product_id": "17759-17084"
},
"product_reference": "17759",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 docker-compose 2.27.0-4 as a component of Azure Linux 3.0",
"product_id": "17084-36"
},
"product_reference": "36",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 docker-compose 2.27.0-4 as a component of Azure Linux 3.0",
"product_id": "17486-17084"
},
"product_reference": "17486",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 kubevirt 1.2.0-14 as a component of Azure Linux 3.0",
"product_id": "17084-21"
},
"product_reference": "21",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kubevirt 1.2.0-14 as a component of Azure Linux 3.0",
"product_id": "19315-17084"
},
"product_reference": "19315",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 cert-manager 1.12.15-2 as a component of Azure Linux 3.0",
"product_id": "17084-24"
},
"product_reference": "24",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 cert-manager 1.12.15-2 as a component of Azure Linux 3.0",
"product_id": "19309-17084"
},
"product_reference": "19309",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 docker-buildx 0.14.0-4 as a component of Azure Linux 3.0",
"product_id": "17084-20"
},
"product_reference": "20",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 docker-buildx 0.14.0-4 as a component of Azure Linux 3.0",
"product_id": "19316-17084"
},
"product_reference": "19316",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 gh 2.62.0-7 as a component of Azure Linux 3.0",
"product_id": "17084-19"
},
"product_reference": "19",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 gh 2.62.0-7 as a component of Azure Linux 3.0",
"product_id": "19317-17084"
},
"product_reference": "19317",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 telegraf 1.31.0-5 as a component of Azure Linux 3.0",
"product_id": "17084-26"
},
"product_reference": "26",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 telegraf 1.31.0-5 as a component of Azure Linux 3.0",
"product_id": "19301-17084"
},
"product_reference": "19301",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 cf-cli 8.7.11-2 as a component of Azure Linux 3.0",
"product_id": "17084-18"
},
"product_reference": "18",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 cf-cli 8.7.11-2 as a component of Azure Linux 3.0",
"product_id": "19318-17084"
},
"product_reference": "19318",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 node-problem-detector 0.8.20-2 as a component of Azure Linux 3.0",
"product_id": "17084-33"
},
"product_reference": "33",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 node-problem-detector 0.8.20-2 as a component of Azure Linux 3.0",
"product_id": "18211-17084"
},
"product_reference": "18211",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 kubernetes 1.30.10-3 as a component of Azure Linux 3.0",
"product_id": "17084-17"
},
"product_reference": "17",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kubernetes 1.30.10-3 as a component of Azure Linux 3.0",
"product_id": "19319-17084"
},
"product_reference": "19319",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 libcontainers-common 20240213-3 as a component of Azure Linux 3.0",
"product_id": "17084-34"
},
"product_reference": "34",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 telegraf 1.31.0-10 as a component of Azure Linux 3.0",
"product_id": "17084-10"
},
"product_reference": "10",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 telegraf 1.31.0-10 as a component of Azure Linux 3.0",
"product_id": "19343-17084"
},
"product_reference": "19343",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 docker-compose 2.27.0-5 as a component of Azure Linux 3.0",
"product_id": "17084-16"
},
"product_reference": "16",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 docker-compose 2.27.0-5 as a component of Azure Linux 3.0",
"product_id": "19334-17084"
},
"product_reference": "19334",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 packer 1.9.5-9 as a component of Azure Linux 3.0",
"product_id": "17084-15"
},
"product_reference": "15",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 packer 1.9.5-9 as a component of Azure Linux 3.0",
"product_id": "19335-17084"
},
"product_reference": "19335",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 moby-compose 2.17.3-10 as a component of CBL Mariner 2.0",
"product_id": "17086-5"
},
"product_reference": "5",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 moby-compose 2.17.3-10 as a component of CBL Mariner 2.0",
"product_id": "19794-17086"
},
"product_reference": "19794",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 cert-manager 1.11.2-22 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cert-manager 1.11.2-22 as a component of CBL Mariner 2.0",
"product_id": "19817-17086"
},
"product_reference": "19817",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 packer 1.9.5-13 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 packer 1.9.5-13 as a component of CBL Mariner 2.0",
"product_id": "19945-17086"
},
"product_reference": "19945",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"17084-34"
]
}
],
"notes": [
{
"category": "general",
"text": "Go",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19340-17084",
"19337-17084",
"19338-17084",
"19254-17084",
"19339-17084",
"19729-17084",
"19761-17086",
"19939-17086",
"19789-17086",
"19912-17086",
"19782-17086",
"19312-17086",
"19313-17086",
"19295-17086",
"19298-17086",
"19291-17086",
"19300-17086",
"19292-17086",
"19303-17084",
"17759-17084",
"17486-17084",
"19315-17084",
"19309-17084",
"19316-17084",
"19317-17084",
"19301-17084",
"19318-17084",
"18211-17084",
"19319-17084",
"19343-17084",
"19334-17084",
"19335-17084",
"19794-17086",
"19817-17086",
"19945-17086"
],
"known_affected": [
"17084-11",
"17084-14",
"17084-13",
"17084-32",
"17084-12",
"17084-9",
"17086-8",
"17086-2",
"17086-6",
"17086-3",
"17086-7",
"17086-23",
"17086-22",
"17086-29",
"17086-28",
"17086-31",
"17086-27",
"17086-30",
"17084-25",
"17084-35",
"17084-36",
"17084-21",
"17084-24",
"17084-20",
"17084-19",
"17084-26",
"17084-18",
"17084-33",
"17084-17",
"17084-10",
"17084-16",
"17084-15",
"17086-5",
"17086-4",
"17086-1"
],
"known_not_affected": [
"17084-34"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-22869 Potential denial of service in golang.org/x/crypto - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-22869.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "1.30.10-3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-11",
"17084-17"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "8.7.11-2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-14",
"17084-18"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "2.62.0-7:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-13",
"17084-19"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "0.14.0-4:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-32",
"17084-20"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "1.2.0-14:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-12",
"17084-21"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "25.0.3-11:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-9",
"17084-25"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "1.28.4-15:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-8",
"17086-30"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "1.29.4-11:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-2",
"17086-31"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "24.0.9-15:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-6",
"17086-29"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "1.3.2-23:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-3",
"17086-22"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "0.59.0-25:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-7",
"17086-23"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "1.9.5-10:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-28",
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "1.11.2-20:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-27",
"17086-4"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "1.9.5-6:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-35",
"17084-15"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "2.27.0-4:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-36",
"17084-16"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "1.12.15-2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-24"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "1.31.0-5:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-26",
"17084-10"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "0.8.20-2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-33"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-03-08T00:00:00.000Z",
"details": "2.17.3-10:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-5"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"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": [
"17084-11",
"17084-14",
"17084-13",
"17084-32",
"17084-12",
"17084-9",
"17086-8",
"17086-2",
"17086-6",
"17086-3",
"17086-7",
"17086-23",
"17086-22",
"17086-29",
"17086-28",
"17086-31",
"17086-27",
"17086-30",
"17084-25",
"17084-35",
"17084-36",
"17084-21",
"17084-24",
"17084-20",
"17084-19",
"17084-26",
"17084-18",
"17084-33",
"17084-17",
"17084-10",
"17084-16",
"17084-15",
"17086-5",
"17086-4",
"17086-1"
]
}
],
"title": "Potential denial of service in golang.org/x/crypto"
}
]
}
ghsa-hcg3-q754-cr77
Vulnerability from github
SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.
{
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "golang.org/x/crypto"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.35.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-22869"
],
"database_specific": {
"cwe_ids": [
"CWE-770"
],
"github_reviewed": true,
"github_reviewed_at": "2025-04-14T15:38:58Z",
"nvd_published_at": "2025-02-26T08:14:24Z",
"severity": "HIGH"
},
"details": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"id": "GHSA-hcg3-q754-cr77",
"modified": "2025-04-14T15:38:58Z",
"published": "2025-04-12T00:30:26Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"type": "WEB",
"url": "https://github.com/golang/crypto/commit/7292932d45d55c7199324ab0027cc86e8198aa22"
},
{
"type": "PACKAGE",
"url": "https://github.com/golang/crypto"
},
{
"type": "WEB",
"url": "https://go-review.googlesource.com/c/crypto/+/652135"
},
{
"type": "WEB",
"url": "https://go.dev/cl/652135"
},
{
"type": "WEB",
"url": "https://go.dev/issue/71931"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20250411-0010"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "golang.org/x/crypto Vulnerable to Denial of Service (DoS) via Slow or Incomplete Key Exchange"
}
fkie_cve-2025-22869
Vulnerability from fkie_nvd
| URL | Tags | ||
|---|---|---|---|
| security@golang.org | https://go.dev/cl/652135 | Patch | |
| security@golang.org | https://go.dev/issue/71931 | Issue Tracking, Patch | |
| security@golang.org | https://pkg.go.dev/vuln/GO-2025-3487 | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20250411-0010/ | Third Party Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:go:ssh:*:*:*:*:*:go:*:*",
"matchCriteriaId": "311D718D-7E78-4EFC-A3B6-0D20C28956C9",
"versionEndExcluding": "0.35.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted."
},
{
"lang": "es",
"value": "Los servidores SSH que implementan protocolos de transferencia de archivos son vulnerables a un ataque de denegaci\u00f3n de servicio por parte de clientes que completan el intercambio de claves lentamente o no lo completan en absoluto, lo que provoca que el contenido pendiente se lea en la memoria, pero nunca se transmita."
}
],
"id": "CVE-2025-22869",
"lastModified": "2025-05-01T19:28:20.740",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2025-02-26T08:14:24.997",
"references": [
{
"source": "security@golang.org",
"tags": [
"Patch"
],
"url": "https://go.dev/cl/652135"
},
{
"source": "security@golang.org",
"tags": [
"Issue Tracking",
"Patch"
],
"url": "https://go.dev/issue/71931"
},
{
"source": "security@golang.org",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20250411-0010/"
}
],
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-770"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.